@bendyline/squisq 1.3.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Doc-Ch4tc3vv.d.ts → Doc-BeSeH2iX.d.ts} +118 -41
- package/dist/ImageEditDoc-BTIvw0oq.d.ts +84 -0
- package/dist/{chunk-CYQHG27J.js → chunk-2TMAWB4Y.js} +74 -1
- package/dist/chunk-2TMAWB4Y.js.map +1 -0
- package/dist/{chunk-OASJKWO5.js → chunk-3K5OG6KI.js} +92 -7
- package/dist/chunk-3K5OG6KI.js.map +1 -0
- package/dist/chunk-57CVQCFX.js +193 -0
- package/dist/chunk-57CVQCFX.js.map +1 -0
- package/dist/{chunk-QM5PKNPW.js → chunk-5WFRKURX.js} +1 -1
- package/dist/chunk-5WFRKURX.js.map +1 -0
- package/dist/chunk-B4EEON3N.js +1317 -0
- package/dist/chunk-B4EEON3N.js.map +1 -0
- package/dist/chunk-DBS6RIFL.js +81 -0
- package/dist/chunk-DBS6RIFL.js.map +1 -0
- package/dist/{chunk-MIBRIRGJ.js → chunk-FR2RBTKO.js} +3 -3
- package/dist/{chunk-MIBRIRGJ.js.map → chunk-FR2RBTKO.js.map} +1 -1
- package/dist/chunk-H3AXU4MJ.js +179 -0
- package/dist/chunk-H3AXU4MJ.js.map +1 -0
- package/dist/chunk-JELIRVDP.js +24 -0
- package/dist/chunk-JELIRVDP.js.map +1 -0
- package/dist/chunk-K32VJONL.js +193 -0
- package/dist/chunk-K32VJONL.js.map +1 -0
- package/dist/{chunk-6BAVXFYC.js → chunk-KSWJR66U.js} +218 -42
- package/dist/chunk-KSWJR66U.js.map +1 -0
- package/dist/{chunk-TSG2OSE6.js → chunk-MYIH7FWD.js} +3 -3
- package/dist/chunk-MYIH7FWD.js.map +1 -0
- package/dist/chunk-VLJJHDAC.js +218 -0
- package/dist/chunk-VLJJHDAC.js.map +1 -0
- package/dist/chunk-WMOI7FN3.js +182 -0
- package/dist/chunk-WMOI7FN3.js.map +1 -0
- package/dist/chunk-ZTX4PFFT.js +520 -0
- package/dist/chunk-ZTX4PFFT.js.map +1 -0
- package/dist/doc/index.d.ts +5 -10
- package/dist/doc/index.js +145 -7
- package/dist/doc/index.js.map +1 -1
- package/dist/generate/index.d.ts +99 -7
- package/dist/generate/index.js +16 -3
- package/dist/generate/index.js.map +1 -1
- package/dist/icons/index.d.ts +87 -0
- package/dist/icons/index.js +17 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/imageEdit/index.d.ts +216 -0
- package/dist/imageEdit/index.js +54 -0
- package/dist/imageEdit/index.js.map +1 -0
- package/dist/index.d.ts +21 -9
- package/dist/index.js +461 -8
- package/dist/index.js.map +1 -1
- package/dist/jsonForm/index.d.ts +191 -0
- package/dist/jsonForm/index.js +27 -0
- package/dist/jsonForm/index.js.map +1 -0
- package/dist/markdown/index.d.ts +265 -19
- package/dist/markdown/index.js +39 -33
- package/dist/markdown/index.js.map +1 -1
- package/dist/random/index.d.ts +51 -2
- package/dist/random/index.js +9 -1
- package/dist/random/index.js.map +1 -1
- package/dist/recommend/index.d.ts +42 -0
- package/dist/recommend/index.js +10 -0
- package/dist/recommend/index.js.map +1 -0
- package/dist/schemas/index.d.ts +188 -10
- package/dist/schemas/index.js +120 -7
- package/dist/schemas/index.js.map +1 -1
- package/dist/spatial/index.d.ts +111 -3
- package/dist/spatial/index.js +24 -2
- package/dist/spatial/index.js.map +1 -1
- package/dist/storage/index.d.ts +159 -9
- package/dist/storage/index.js +20 -5
- package/dist/storage/index.js.map +1 -1
- package/dist/story/index.d.ts +53 -13
- package/dist/story/index.js +12 -4
- package/dist/themeLibrary-BHjJ0Qx6.d.ts +40 -0
- package/dist/timing/index.d.ts +109 -4
- package/dist/timing/index.js +23 -2
- package/dist/timing/index.js.map +1 -1
- package/dist/transform/index.d.ts +175 -6
- package/dist/transform/index.js +490 -3
- package/dist/transform/index.js.map +1 -1
- package/dist/{types-CkNttVSF.d.ts → types-BdZkdJ3z.d.ts} +17 -2
- package/dist/types-D98li1gV.d.ts +93 -0
- package/dist/versions/index.d.ts +128 -0
- package/dist/versions/index.js +35 -0
- package/dist/versions/index.js.map +1 -0
- package/package.json +28 -1
- package/src/__tests__/colorUtils.test.ts +112 -0
- package/src/__tests__/getLayers.test.ts +32 -7
- package/src/__tests__/iconResolve.test.ts +122 -0
- package/src/__tests__/imageEditState.test.ts +74 -0
- package/src/__tests__/imageEditVersions.test.ts +169 -0
- package/src/__tests__/inferDocumentTitle.test.ts +50 -0
- package/src/__tests__/jsonForm.chooseControl.test.ts +86 -0
- package/src/__tests__/jsonForm.evaluateWhen.test.ts +59 -0
- package/src/__tests__/jsonForm.inferSchema.test.ts +25 -0
- package/src/__tests__/jsonForm.pointer.test.ts +103 -0
- package/src/__tests__/markdownIcons.test.ts +104 -0
- package/src/__tests__/markdownToDoc.test.ts +19 -4
- package/src/__tests__/recommendTemplates.test.ts +183 -0
- package/src/__tests__/scopedContentContainer.test.ts +89 -0
- package/src/__tests__/slideshowGenerator.test.ts +1 -1
- package/src/__tests__/templateAnnotationParse.test.ts +42 -0
- package/src/__tests__/templates.test.ts +93 -9
- package/src/__tests__/themeCompile.test.ts +156 -0
- package/src/__tests__/themeValidator.test.ts +125 -0
- package/src/__tests__/versions.test.ts +415 -0
- package/src/doc/audioMapping.ts +55 -11
- package/src/doc/getLayers.ts +32 -21
- package/src/doc/markdownToDoc.ts +45 -7
- package/src/doc/templates/featureBlock.ts +202 -0
- package/src/doc/templates/fullBleedQuote.ts +13 -0
- package/src/doc/templates/index.ts +50 -16
- package/src/doc/templates/listBlock.ts +24 -5
- package/src/doc/templates/statHighlight.ts +13 -0
- package/src/doc/templates/titleBlock.ts +9 -0
- package/src/doc/utils/themeUtils.ts +8 -7
- package/src/generate/slideshowGenerator.ts +1 -1
- package/src/generate/templateMapper.ts +2 -2
- package/src/icons/iconData.ts +31 -0
- package/src/icons/index.ts +18 -0
- package/src/icons/resolve.ts +139 -0
- package/src/imageEdit/ImageEditVersionManager.ts +73 -0
- package/src/imageEdit/export.ts +326 -0
- package/src/imageEdit/index.ts +71 -0
- package/src/imageEdit/persistence.ts +62 -0
- package/src/imageEdit/state.ts +112 -0
- package/src/imageEdit/versionPaths.ts +57 -0
- package/src/imageEdit/versions.ts +231 -0
- package/src/index.ts +4 -0
- package/src/jsonForm/chooseControl.ts +88 -0
- package/src/jsonForm/evaluateWhen.ts +59 -0
- package/src/jsonForm/index.ts +22 -0
- package/src/jsonForm/inferSchema.ts +25 -0
- package/src/jsonForm/pointer.ts +109 -0
- package/src/jsonForm/types.ts +167 -0
- package/src/markdown/convert.ts +145 -5
- package/src/markdown/index.ts +3 -0
- package/src/markdown/types.ts +19 -2
- package/src/markdown/utils.ts +159 -0
- package/src/recommend/index.ts +16 -0
- package/src/recommend/templates.ts +273 -0
- package/src/schemas/BlockTemplates.ts +50 -7
- package/src/schemas/ImageEditDoc.ts +95 -0
- package/src/schemas/Theme.ts +98 -31
- package/src/schemas/colorUtils.ts +186 -0
- package/src/schemas/fontStacks.ts +257 -0
- package/src/schemas/index.ts +12 -0
- package/src/schemas/themeCompile.ts +203 -0
- package/src/schemas/themeLibrary.ts +18 -597
- package/src/schemas/themeValidator.ts +388 -0
- package/src/schemas/themes/bold.json +48 -0
- package/src/schemas/themes/cinematic.json +54 -0
- package/src/schemas/themes/documentary.json +49 -0
- package/src/schemas/themes/gezellig.json +44 -0
- package/src/schemas/themes/index.ts +53 -0
- package/src/schemas/themes/magazine.json +44 -0
- package/src/schemas/themes/minimalist.json +45 -0
- package/src/schemas/themes/morning-light.json +42 -0
- package/src/schemas/themes/standard-dark.json +50 -0
- package/src/schemas/themes/standard.json +42 -0
- package/src/schemas/themes/tech-dark.json +48 -0
- package/src/schemas/themes/warm-earth.json +50 -0
- package/src/storage/ScopedContentContainer.ts +113 -0
- package/src/storage/index.ts +1 -0
- package/src/versions/DocumentVersionManager.ts +70 -0
- package/src/versions/index.ts +54 -0
- package/src/versions/operations.ts +230 -0
- package/src/versions/paths.ts +66 -0
- package/src/versions/timestamp.ts +48 -0
- package/src/versions/types.ts +91 -0
- package/dist/__tests__/animationUtils.test.d.ts +0 -2
- package/dist/__tests__/animationUtils.test.d.ts.map +0 -1
- package/dist/__tests__/animationUtils.test.js +0 -60
- package/dist/__tests__/animationUtils.test.js.map +0 -1
- package/dist/__tests__/contentContainer.test.d.ts +0 -2
- package/dist/__tests__/contentContainer.test.d.ts.map +0 -1
- package/dist/__tests__/contentContainer.test.js +0 -234
- package/dist/__tests__/contentContainer.test.js.map +0 -1
- package/dist/__tests__/contentExtractor.test.d.ts +0 -2
- package/dist/__tests__/contentExtractor.test.d.ts.map +0 -1
- package/dist/__tests__/contentExtractor.test.js +0 -151
- package/dist/__tests__/contentExtractor.test.js.map +0 -1
- package/dist/__tests__/coverBlock.test.d.ts +0 -2
- package/dist/__tests__/coverBlock.test.d.ts.map +0 -1
- package/dist/__tests__/coverBlock.test.js +0 -197
- package/dist/__tests__/coverBlock.test.js.map +0 -1
- package/dist/__tests__/dataTable.test.d.ts +0 -2
- package/dist/__tests__/dataTable.test.d.ts.map +0 -1
- package/dist/__tests__/dataTable.test.js +0 -110
- package/dist/__tests__/dataTable.test.js.map +0 -1
- package/dist/__tests__/geohash.test.d.ts +0 -2
- package/dist/__tests__/geohash.test.d.ts.map +0 -1
- package/dist/__tests__/geohash.test.js +0 -87
- package/dist/__tests__/geohash.test.js.map +0 -1
- package/dist/__tests__/getLayers.test.d.ts +0 -2
- package/dist/__tests__/getLayers.test.d.ts.map +0 -1
- package/dist/__tests__/getLayers.test.js +0 -167
- package/dist/__tests__/getLayers.test.js.map +0 -1
- package/dist/__tests__/haversine.test.d.ts +0 -2
- package/dist/__tests__/haversine.test.d.ts.map +0 -1
- package/dist/__tests__/haversine.test.js +0 -56
- package/dist/__tests__/haversine.test.js.map +0 -1
- package/dist/__tests__/localForageAdapter.test.d.ts +0 -8
- package/dist/__tests__/localForageAdapter.test.d.ts.map +0 -1
- package/dist/__tests__/localForageAdapter.test.js +0 -130
- package/dist/__tests__/localForageAdapter.test.js.map +0 -1
- package/dist/__tests__/markdown.test.d.ts +0 -2
- package/dist/__tests__/markdown.test.d.ts.map +0 -1
- package/dist/__tests__/markdown.test.js +0 -715
- package/dist/__tests__/markdown.test.js.map +0 -1
- package/dist/__tests__/markdownToDoc.test.d.ts +0 -2
- package/dist/__tests__/markdownToDoc.test.d.ts.map +0 -1
- package/dist/__tests__/markdownToDoc.test.js +0 -447
- package/dist/__tests__/markdownToDoc.test.js.map +0 -1
- package/dist/__tests__/seededRandom.test.d.ts +0 -2
- package/dist/__tests__/seededRandom.test.d.ts.map +0 -1
- package/dist/__tests__/seededRandom.test.js +0 -125
- package/dist/__tests__/seededRandom.test.js.map +0 -1
- package/dist/__tests__/slideshowGenerator.test.d.ts +0 -2
- package/dist/__tests__/slideshowGenerator.test.d.ts.map +0 -1
- package/dist/__tests__/slideshowGenerator.test.js +0 -114
- package/dist/__tests__/slideshowGenerator.test.js.map +0 -1
- package/dist/__tests__/storage.test.d.ts +0 -2
- package/dist/__tests__/storage.test.d.ts.map +0 -1
- package/dist/__tests__/storage.test.js +0 -51
- package/dist/__tests__/storage.test.js.map +0 -1
- package/dist/__tests__/surface.test.d.ts +0 -2
- package/dist/__tests__/surface.test.d.ts.map +0 -1
- package/dist/__tests__/surface.test.js +0 -57
- package/dist/__tests__/surface.test.js.map +0 -1
- package/dist/__tests__/templates.test.d.ts +0 -2
- package/dist/__tests__/templates.test.d.ts.map +0 -1
- package/dist/__tests__/templates.test.js +0 -217
- package/dist/__tests__/templates.test.js.map +0 -1
- package/dist/__tests__/timing.test.d.ts +0 -2
- package/dist/__tests__/timing.test.d.ts.map +0 -1
- package/dist/__tests__/timing.test.js +0 -131
- package/dist/__tests__/timing.test.js.map +0 -1
- package/dist/chunk-6BAVXFYC.js.map +0 -1
- package/dist/chunk-7GF6RDED.js +0 -82
- package/dist/chunk-7GF6RDED.js.map +0 -1
- package/dist/chunk-CYQHG27J.js.map +0 -1
- package/dist/chunk-F22AE6BY.js +0 -121
- package/dist/chunk-F22AE6BY.js.map +0 -1
- package/dist/chunk-FIQR4AJG.js +0 -517
- package/dist/chunk-FIQR4AJG.js.map +0 -1
- package/dist/chunk-OASJKWO5.js.map +0 -1
- package/dist/chunk-QM5PKNPW.js.map +0 -1
- package/dist/chunk-TSG2OSE6.js.map +0 -1
- package/dist/doc/audioMapping.d.ts +0 -36
- package/dist/doc/audioMapping.d.ts.map +0 -1
- package/dist/doc/audioMapping.js +0 -315
- package/dist/doc/audioMapping.js.map +0 -1
- package/dist/doc/docToMarkdown.d.ts +0 -41
- package/dist/doc/docToMarkdown.d.ts.map +0 -1
- package/dist/doc/docToMarkdown.js +0 -88
- package/dist/doc/docToMarkdown.js.map +0 -1
- package/dist/doc/getLayers.d.ts +0 -65
- package/dist/doc/getLayers.d.ts.map +0 -1
- package/dist/doc/getLayers.js +0 -103
- package/dist/doc/getLayers.js.map +0 -1
- package/dist/doc/index.d.ts.map +0 -1
- package/dist/doc/markdownToDoc.d.ts +0 -75
- package/dist/doc/markdownToDoc.d.ts.map +0 -1
- package/dist/doc/markdownToDoc.js +0 -398
- package/dist/doc/markdownToDoc.js.map +0 -1
- package/dist/doc/templates/accentImage.d.ts +0 -59
- package/dist/doc/templates/accentImage.d.ts.map +0 -1
- package/dist/doc/templates/accentImage.js +0 -275
- package/dist/doc/templates/accentImage.js.map +0 -1
- package/dist/doc/templates/captionUtils.d.ts +0 -20
- package/dist/doc/templates/captionUtils.d.ts.map +0 -1
- package/dist/doc/templates/captionUtils.js +0 -29
- package/dist/doc/templates/captionUtils.js.map +0 -1
- package/dist/doc/templates/comparisonBar.d.ts +0 -13
- package/dist/doc/templates/comparisonBar.d.ts.map +0 -1
- package/dist/doc/templates/comparisonBar.js +0 -145
- package/dist/doc/templates/comparisonBar.js.map +0 -1
- package/dist/doc/templates/coverBlock.d.ts +0 -51
- package/dist/doc/templates/coverBlock.d.ts.map +0 -1
- package/dist/doc/templates/coverBlock.js +0 -153
- package/dist/doc/templates/coverBlock.js.map +0 -1
- package/dist/doc/templates/dataTable.d.ts +0 -14
- package/dist/doc/templates/dataTable.d.ts.map +0 -1
- package/dist/doc/templates/dataTable.js +0 -73
- package/dist/doc/templates/dataTable.js.map +0 -1
- package/dist/doc/templates/dateEvent.d.ts +0 -15
- package/dist/doc/templates/dateEvent.d.ts.map +0 -1
- package/dist/doc/templates/dateEvent.js +0 -114
- package/dist/doc/templates/dateEvent.js.map +0 -1
- package/dist/doc/templates/definitionCard.d.ts +0 -13
- package/dist/doc/templates/definitionCard.d.ts.map +0 -1
- package/dist/doc/templates/definitionCard.js +0 -117
- package/dist/doc/templates/definitionCard.js.map +0 -1
- package/dist/doc/templates/factCard.d.ts +0 -15
- package/dist/doc/templates/factCard.d.ts.map +0 -1
- package/dist/doc/templates/factCard.js +0 -104
- package/dist/doc/templates/factCard.js.map +0 -1
- package/dist/doc/templates/fullBleedQuote.d.ts +0 -13
- package/dist/doc/templates/fullBleedQuote.d.ts.map +0 -1
- package/dist/doc/templates/fullBleedQuote.js +0 -55
- package/dist/doc/templates/fullBleedQuote.js.map +0 -1
- package/dist/doc/templates/imageWithCaption.d.ts +0 -13
- package/dist/doc/templates/imageWithCaption.d.ts.map +0 -1
- package/dist/doc/templates/imageWithCaption.js +0 -146
- package/dist/doc/templates/imageWithCaption.js.map +0 -1
- package/dist/doc/templates/index.d.ts +0 -105
- package/dist/doc/templates/index.d.ts.map +0 -1
- package/dist/doc/templates/index.js +0 -445
- package/dist/doc/templates/index.js.map +0 -1
- package/dist/doc/templates/listBlock.d.ts +0 -13
- package/dist/doc/templates/listBlock.d.ts.map +0 -1
- package/dist/doc/templates/listBlock.js +0 -92
- package/dist/doc/templates/listBlock.js.map +0 -1
- package/dist/doc/templates/mapBlock.d.ts +0 -17
- package/dist/doc/templates/mapBlock.d.ts.map +0 -1
- package/dist/doc/templates/mapBlock.js +0 -115
- package/dist/doc/templates/mapBlock.js.map +0 -1
- package/dist/doc/templates/persistentLayers.d.ts +0 -39
- package/dist/doc/templates/persistentLayers.d.ts.map +0 -1
- package/dist/doc/templates/persistentLayers.js +0 -447
- package/dist/doc/templates/persistentLayers.js.map +0 -1
- package/dist/doc/templates/photoGrid.d.ts +0 -20
- package/dist/doc/templates/photoGrid.d.ts.map +0 -1
- package/dist/doc/templates/photoGrid.js +0 -175
- package/dist/doc/templates/photoGrid.js.map +0 -1
- package/dist/doc/templates/pullQuote.d.ts +0 -13
- package/dist/doc/templates/pullQuote.d.ts.map +0 -1
- package/dist/doc/templates/pullQuote.js +0 -113
- package/dist/doc/templates/pullQuote.js.map +0 -1
- package/dist/doc/templates/quoteBlock.d.ts +0 -15
- package/dist/doc/templates/quoteBlock.d.ts.map +0 -1
- package/dist/doc/templates/quoteBlock.js +0 -101
- package/dist/doc/templates/quoteBlock.js.map +0 -1
- package/dist/doc/templates/sectionHeader.d.ts +0 -14
- package/dist/doc/templates/sectionHeader.d.ts.map +0 -1
- package/dist/doc/templates/sectionHeader.js +0 -97
- package/dist/doc/templates/sectionHeader.js.map +0 -1
- package/dist/doc/templates/statHighlight.d.ts +0 -15
- package/dist/doc/templates/statHighlight.d.ts.map +0 -1
- package/dist/doc/templates/statHighlight.js +0 -102
- package/dist/doc/templates/statHighlight.js.map +0 -1
- package/dist/doc/templates/titleBlock.d.ts +0 -13
- package/dist/doc/templates/titleBlock.d.ts.map +0 -1
- package/dist/doc/templates/titleBlock.js +0 -95
- package/dist/doc/templates/titleBlock.js.map +0 -1
- package/dist/doc/templates/twoColumn.d.ts +0 -15
- package/dist/doc/templates/twoColumn.d.ts.map +0 -1
- package/dist/doc/templates/twoColumn.js +0 -225
- package/dist/doc/templates/twoColumn.js.map +0 -1
- package/dist/doc/templates/videoPullQuote.d.ts +0 -20
- package/dist/doc/templates/videoPullQuote.d.ts.map +0 -1
- package/dist/doc/templates/videoPullQuote.js +0 -122
- package/dist/doc/templates/videoPullQuote.js.map +0 -1
- package/dist/doc/templates/videoWithCaption.d.ts +0 -20
- package/dist/doc/templates/videoWithCaption.d.ts.map +0 -1
- package/dist/doc/templates/videoWithCaption.js +0 -107
- package/dist/doc/templates/videoWithCaption.js.map +0 -1
- package/dist/doc/utils/animationUtils.d.ts +0 -34
- package/dist/doc/utils/animationUtils.d.ts.map +0 -1
- package/dist/doc/utils/animationUtils.js +0 -110
- package/dist/doc/utils/animationUtils.js.map +0 -1
- package/dist/doc/utils/themeUtils.d.ts +0 -64
- package/dist/doc/utils/themeUtils.d.ts.map +0 -1
- package/dist/doc/utils/themeUtils.js +0 -135
- package/dist/doc/utils/themeUtils.js.map +0 -1
- package/dist/generate/contentExtractor.d.ts +0 -112
- package/dist/generate/contentExtractor.d.ts.map +0 -1
- package/dist/generate/contentExtractor.js +0 -638
- package/dist/generate/contentExtractor.js.map +0 -1
- package/dist/generate/index.d.ts.map +0 -1
- package/dist/generate/slideshowGenerator.d.ts +0 -72
- package/dist/generate/slideshowGenerator.d.ts.map +0 -1
- package/dist/generate/slideshowGenerator.js +0 -159
- package/dist/generate/slideshowGenerator.js.map +0 -1
- package/dist/generate/templateMapper.d.ts +0 -23
- package/dist/generate/templateMapper.d.ts.map +0 -1
- package/dist/generate/templateMapper.js +0 -114
- package/dist/generate/templateMapper.js.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/markdown/convert.d.ts +0 -71
- package/dist/markdown/convert.d.ts.map +0 -1
- package/dist/markdown/convert.js +0 -845
- package/dist/markdown/convert.js.map +0 -1
- package/dist/markdown/htmlParse.d.ts +0 -26
- package/dist/markdown/htmlParse.d.ts.map +0 -1
- package/dist/markdown/htmlParse.js +0 -195
- package/dist/markdown/htmlParse.js.map +0 -1
- package/dist/markdown/index.d.ts.map +0 -1
- package/dist/markdown/parse.d.ts +0 -27
- package/dist/markdown/parse.d.ts.map +0 -1
- package/dist/markdown/parse.js +0 -90
- package/dist/markdown/parse.js.map +0 -1
- package/dist/markdown/stringify.d.ts +0 -32
- package/dist/markdown/stringify.d.ts.map +0 -1
- package/dist/markdown/stringify.js +0 -108
- package/dist/markdown/stringify.js.map +0 -1
- package/dist/markdown/types.d.ts +0 -516
- package/dist/markdown/types.d.ts.map +0 -1
- package/dist/markdown/types.js +0 -17
- package/dist/markdown/types.js.map +0 -1
- package/dist/markdown/utils.d.ts +0 -78
- package/dist/markdown/utils.d.ts.map +0 -1
- package/dist/markdown/utils.js +0 -153
- package/dist/markdown/utils.js.map +0 -1
- package/dist/random/SeededRandom.d.ts +0 -50
- package/dist/random/SeededRandom.d.ts.map +0 -1
- package/dist/random/SeededRandom.js +0 -115
- package/dist/random/SeededRandom.js.map +0 -1
- package/dist/random/index.d.ts.map +0 -1
- package/dist/schemas/BlockTemplates.d.ts +0 -600
- package/dist/schemas/BlockTemplates.d.ts.map +0 -1
- package/dist/schemas/BlockTemplates.js +0 -72
- package/dist/schemas/BlockTemplates.js.map +0 -1
- package/dist/schemas/Doc.d.ts +0 -503
- package/dist/schemas/Doc.d.ts.map +0 -1
- package/dist/schemas/Doc.js +0 -90
- package/dist/schemas/Doc.js.map +0 -1
- package/dist/schemas/LayoutStrategy.d.ts +0 -84
- package/dist/schemas/LayoutStrategy.d.ts.map +0 -1
- package/dist/schemas/LayoutStrategy.js +0 -123
- package/dist/schemas/LayoutStrategy.js.map +0 -1
- package/dist/schemas/MediaProvider.d.ts +0 -65
- package/dist/schemas/MediaProvider.d.ts.map +0 -1
- package/dist/schemas/MediaProvider.js +0 -13
- package/dist/schemas/MediaProvider.js.map +0 -1
- package/dist/schemas/Theme.d.ts +0 -194
- package/dist/schemas/Theme.d.ts.map +0 -1
- package/dist/schemas/Theme.js +0 -97
- package/dist/schemas/Theme.js.map +0 -1
- package/dist/schemas/Types.d.ts +0 -14
- package/dist/schemas/Types.d.ts.map +0 -1
- package/dist/schemas/Types.js +0 -5
- package/dist/schemas/Types.js.map +0 -1
- package/dist/schemas/Viewport.d.ts +0 -74
- package/dist/schemas/Viewport.d.ts.map +0 -1
- package/dist/schemas/Viewport.js +0 -63
- package/dist/schemas/Viewport.js.map +0 -1
- package/dist/schemas/index.d.ts.map +0 -1
- package/dist/schemas/themeLibrary.d.ts +0 -41
- package/dist/schemas/themeLibrary.d.ts.map +0 -1
- package/dist/schemas/themeLibrary.js +0 -597
- package/dist/schemas/themeLibrary.js.map +0 -1
- package/dist/spatial/Geohash.d.ts +0 -85
- package/dist/spatial/Geohash.d.ts.map +0 -1
- package/dist/spatial/Geohash.js +0 -142
- package/dist/spatial/Geohash.js.map +0 -1
- package/dist/spatial/Haversine.d.ts +0 -24
- package/dist/spatial/Haversine.d.ts.map +0 -1
- package/dist/spatial/Haversine.js +0 -48
- package/dist/spatial/Haversine.js.map +0 -1
- package/dist/spatial/index.d.ts.map +0 -1
- package/dist/storage/ContentContainer.d.ts +0 -87
- package/dist/storage/ContentContainer.d.ts.map +0 -1
- package/dist/storage/ContentContainer.js +0 -131
- package/dist/storage/ContentContainer.js.map +0 -1
- package/dist/storage/LocalForageAdapter.d.ts +0 -36
- package/dist/storage/LocalForageAdapter.d.ts.map +0 -1
- package/dist/storage/LocalForageAdapter.js +0 -82
- package/dist/storage/LocalForageAdapter.js.map +0 -1
- package/dist/storage/LocalStorageAdapter.d.ts +0 -16
- package/dist/storage/LocalStorageAdapter.d.ts.map +0 -1
- package/dist/storage/LocalStorageAdapter.js +0 -50
- package/dist/storage/LocalStorageAdapter.js.map +0 -1
- package/dist/storage/MediaProviderFromContainer.d.ts +0 -21
- package/dist/storage/MediaProviderFromContainer.d.ts.map +0 -1
- package/dist/storage/MediaProviderFromContainer.js +0 -79
- package/dist/storage/MediaProviderFromContainer.js.map +0 -1
- package/dist/storage/MemoryStorageAdapter.d.ts +0 -15
- package/dist/storage/MemoryStorageAdapter.d.ts.map +0 -1
- package/dist/storage/MemoryStorageAdapter.js +0 -34
- package/dist/storage/MemoryStorageAdapter.js.map +0 -1
- package/dist/storage/Storage.d.ts +0 -23
- package/dist/storage/Storage.d.ts.map +0 -1
- package/dist/storage/Storage.js +0 -9
- package/dist/storage/Storage.js.map +0 -1
- package/dist/storage/index.d.ts.map +0 -1
- package/dist/themeLibrary-CEo2D4b6.d.ts +0 -44
- package/dist/timing/index.d.ts.map +0 -1
- package/dist/timing/narrationTiming.d.ts +0 -54
- package/dist/timing/narrationTiming.d.ts.map +0 -1
- package/dist/timing/narrationTiming.js +0 -190
- package/dist/timing/narrationTiming.js.map +0 -1
- package/dist/timing/readingTime.d.ts +0 -54
- package/dist/timing/readingTime.d.ts.map +0 -1
- package/dist/timing/readingTime.js +0 -49
- package/dist/timing/readingTime.js.map +0 -1
- package/dist/transform/applyTransform.d.ts +0 -22
- package/dist/transform/applyTransform.d.ts.map +0 -1
- package/dist/transform/applyTransform.js +0 -68
- package/dist/transform/applyTransform.js.map +0 -1
- package/dist/transform/blockAnalyzer.d.ts +0 -48
- package/dist/transform/blockAnalyzer.d.ts.map +0 -1
- package/dist/transform/blockAnalyzer.js +0 -135
- package/dist/transform/blockAnalyzer.js.map +0 -1
- package/dist/transform/index.d.ts.map +0 -1
- package/dist/transform/registry.d.ts +0 -19
- package/dist/transform/registry.d.ts.map +0 -1
- package/dist/transform/registry.js +0 -41
- package/dist/transform/registry.js.map +0 -1
- package/dist/transform/styles/dataDriven.d.ts +0 -4
- package/dist/transform/styles/dataDriven.d.ts.map +0 -1
- package/dist/transform/styles/dataDriven.js +0 -15
- package/dist/transform/styles/dataDriven.js.map +0 -1
- package/dist/transform/styles/documentary.d.ts +0 -4
- package/dist/transform/styles/documentary.d.ts.map +0 -1
- package/dist/transform/styles/documentary.js +0 -15
- package/dist/transform/styles/documentary.js.map +0 -1
- package/dist/transform/styles/index.d.ts +0 -6
- package/dist/transform/styles/index.d.ts.map +0 -1
- package/dist/transform/styles/index.js +0 -6
- package/dist/transform/styles/index.js.map +0 -1
- package/dist/transform/styles/magazine.d.ts +0 -4
- package/dist/transform/styles/magazine.d.ts.map +0 -1
- package/dist/transform/styles/magazine.js +0 -15
- package/dist/transform/styles/magazine.js.map +0 -1
- package/dist/transform/styles/minimal.d.ts +0 -4
- package/dist/transform/styles/minimal.d.ts.map +0 -1
- package/dist/transform/styles/minimal.js +0 -15
- package/dist/transform/styles/minimal.js.map +0 -1
- package/dist/transform/styles/narrative.d.ts +0 -4
- package/dist/transform/styles/narrative.d.ts.map +0 -1
- package/dist/transform/styles/narrative.js +0 -15
- package/dist/transform/styles/narrative.js.map +0 -1
- package/dist/transform/templateSelector.d.ts +0 -30
- package/dist/transform/templateSelector.d.ts.map +0 -1
- package/dist/transform/templateSelector.js +0 -218
- package/dist/transform/templateSelector.js.map +0 -1
- package/dist/transform/timingAllocator.d.ts +0 -21
- package/dist/transform/timingAllocator.d.ts.map +0 -1
- package/dist/transform/timingAllocator.js +0 -111
- package/dist/transform/timingAllocator.js.map +0 -1
- package/dist/transform/types.d.ts +0 -86
- package/dist/transform/types.d.ts.map +0 -1
- package/dist/transform/types.js +0 -9
- package/dist/transform/types.js.map +0 -1
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// src/icons/iconData.ts
|
|
2
|
+
var ICONS_JSON = `[{"name":"42-group","family":"brands","label":"42 Group","keywords":"42-group 42 group 42 group coding bootcamp coding school programming academy programming school school 42 software development software engineering school tech education","unicode":"e080"},{"name":"500px","family":"brands","label":"500px","keywords":"500px 500 px image sharing photo community photo network photo sharing photographers photography photos portfolio","unicode":"f26e"},{"name":"accessible-icon","family":"brands","label":"Accessible Icon","keywords":"accessible-icon accessible icon access accessibility accessibility symbol accessible icon project disability disabled handicap inclusive mobility person user wheelchair wheelchair user","unicode":"f368"},{"name":"accusoft","family":"brands","label":"Accusoft","keywords":"accusoft accusoft software sdk developer tools document imaging document processing imaging software software development kit","unicode":"f369"},{"name":"adn","family":"brands","label":"Adn","keywords":"adn app dot net app.net microblogging networking online community social media social network","unicode":"f170"},{"name":"adversal","family":"brands","label":"Adversal","keywords":"adversal ad network ad platform ad service advertising digital ads marketing network online advertising","unicode":"f36a"},{"name":"affiliatetheme","family":"brands","label":"Affiliatetheme","keywords":"affiliatetheme affiliate affiliate marketing affiliate network affiliate program marketing theme wordpress wordpress theme","unicode":"f36b"},{"name":"airbnb","family":"brands","label":"Airbnb","keywords":"airbnb accommodation air bnb holiday rental homestay hospitality lodging rental short term rental travel vacation vacation home vacation rental","unicode":"f834"},{"name":"algolia","family":"brands","label":"Algolia","keywords":"algolia hosted search instant search search search api search engine search platform search provider search service search tool search-as-a-service site search","unicode":"f36c"},{"name":"alipay","family":"brands","label":"Alipay","keywords":"alipay qr code ali pay cashless china digital wallet e-wallet fintech mobile pay mobile wallet online payment payments","unicode":"f642"},{"name":"amazon","family":"brands","label":"Amazon","keywords":"amazon amazon.com delivery ecommerce marketplace online shopping online store prime retail shipping shopping webstore","unicode":"f270"},{"name":"amazon-pay","family":"brands","label":"Amazon Pay","keywords":"amazon-pay amazon pay amazon pay buy checkout digital wallet e-commerce online payment payment wallet","unicode":"f42c"},{"name":"amilia","family":"brands","label":"Amilia","keywords":"amilia ecommerce event registration membership management memberships online registration payment processing registration registration software","unicode":"f36d"},{"name":"android","family":"brands","label":"Android","keywords":"android android logo google google android green robot mobile operating system os phone robot smartphone","unicode":"f17b"},{"name":"angellist","family":"brands","label":"Angellist","keywords":"angellist angel investing funding investing investors job board startup funding startup jobs startups venture capital","unicode":"f209"},{"name":"angrycreative","family":"brands","label":"Angrycreative","keywords":"angrycreative angry creative wordpress agency branding creative agency design studio digital agency marketing web design","unicode":"f36e"},{"name":"angular","family":"brands","label":"Angular","keywords":"angular angularjs google javascript spa typescript framework frontend single-page application web app","unicode":"f420"},{"name":"app-store","family":"brands","label":"App Store","keywords":"app-store app store app store apple app store mac apps app marketplace app store icon download ios apps ipad apps iphone apps mobile apps","unicode":"f36f"},{"name":"app-store-ios","family":"brands","label":"App Store Ios","keywords":"app-store-ios app store ios app store apple ios app store ios apps ios download ios marketplace ipad apps iphone apps mobile apps","unicode":"f370"},{"name":"apper","family":"brands","label":"Apper","keywords":"apper app app development application enterprise apps mobile app software","unicode":"f371"},{"name":"apple","family":"brands","label":"Apple","keywords":"apple apple computer apple logo electronics fruit ios ipad iphone mac macos operating system os osx technology","unicode":"f179"},{"name":"apple-pay","family":"brands","label":"Apple Pay","keywords":"apple-pay apple pay apple pay apple wallet nfc payment checkout contactless payment digital wallet mobile payment pay with phone tap to pay","unicode":"f415"},{"name":"arch-linux","family":"brands","label":"Arch Linux","keywords":"arch-linux arch linux","unicode":"e867"},{"name":"artstation","family":"brands","label":"Artstation","keywords":"artstation art artist artwork community creative design digital art gallery portfolio","unicode":"f77a"},{"name":"asymmetrik","family":"brands","label":"Asymmetrik","keywords":"asymmetrik asymmetrik brand asymmetrik company asymmetrik logo asymmetrik software asymmetrik technology","unicode":"f372"},{"name":"atlassian","family":"brands","label":"Atlassian","keywords":"atlassian bitbucket confluence devops jira trello agile collaboration project management software","unicode":"f77b"},{"name":"audible","family":"brands","label":"Audible","keywords":"audible amazon audible audio platform audiobook audiobook app audiobook service audiobooks listening spoken word","unicode":"f373"},{"name":"autoprefixer","family":"brands","label":"Autoprefixer","keywords":"autoprefixer automation build tool css frontend prefix stylesheet web development","unicode":"f41c"},{"name":"avianex","family":"brands","label":"Avianex","keywords":"avianex aircraft airline avian ex aviation flight travel","unicode":"f374"},{"name":"aviato","family":"brands","label":"Aviato","keywords":"aviato brand software startup tech company technology","unicode":"f421"},{"name":"aws","family":"brands","label":"Aws","keywords":"aws amazon amazon web services aws cloud aws logo aws platform cloud cloud computing web services","unicode":"f375"},{"name":"bandcamp","family":"brands","label":"Bandcamp","keywords":"bandcamp album artist audio indie marketplace music platform songs streaming","unicode":"f2d5"},{"name":"battle-net","family":"brands","label":"Battle Net","keywords":"battle-net battle net battle net battle.net blizzard blizzard entertainment esports game launcher gaming multiplayer online games pc games","unicode":"f835"},{"name":"behance","family":"brands","label":"Behance","keywords":"behance adobe behance art creative creative community design portfolio projects showcase","unicode":"f1b4"},{"name":"bilibili","family":"brands","label":"Bilibili","keywords":"bilibili b\u7AD9 chinese video platform anime comics gaming live streaming streaming video","unicode":"e3d9"},{"name":"bimobject","family":"brands","label":"Bimobject","keywords":"bimobject 3d models architecture bim bim library building information modeling cad construction design","unicode":"f378"},{"name":"bitbucket","family":"brands","label":"Bitbucket","keywords":"bitbucket atlassian code devops git repository software development source code version control","unicode":"f171"},{"name":"bitcoin","family":"brands","label":"Bitcoin","keywords":"bitcoin bitcoin logo bitcoin symbol blockchain btc crypto cryptocurrency decentralized currency digital currency virtual currency","unicode":"f379"},{"name":"bity","family":"brands","label":"Bity","keywords":"bity bitcoin blockchain crypto exchange cryptocurrency digital currency","unicode":"f37a"},{"name":"black-tie","family":"brands","label":"Black Tie","keywords":"black-tie black tie administrator black tie bow tie dress code evening wear event formal formalwear gala suit tuxedo","unicode":"f27e"},{"name":"blackberry","family":"brands","label":"Blackberry","keywords":"blackberry rim blackberry brand blackberry device blackberry logo blackberry phone mobile smartphone","unicode":"f37b"},{"name":"blogger","family":"brands","label":"Blogger","keywords":"blogger blog blogging blogspot content creator google blog publishing writing","unicode":"f37c"},{"name":"blogger-b","family":"brands","label":"Blogger B","keywords":"blogger-b blogger b blog blog platform blogging blogspot content creation google blogger publishing writing","unicode":"f37d"},{"name":"bluesky","family":"brands","label":"Bluesky","keywords":"bluesky app decentralized platform social media social network","unicode":"e671"},{"name":"bluetooth","family":"brands","label":"Bluetooth","keywords":"bluetooth connection device pairing signal technology wireless","unicode":"f293"},{"name":"bluetooth-b","family":"brands","label":"Bluetooth B","keywords":"bluetooth-b bluetooth b bluetooth device bluetooth icon bluetooth logo bluetooth symbol connectivity wireless wireless technology","unicode":"f294"},{"name":"board-game-geek","family":"brands","label":"Board Game Geek","keywords":"board-game-geek board game geek","unicode":"e855"},{"name":"bootstrap","family":"brands","label":"Bootstrap","keywords":"bootstrap ui framework components css framework front-end grid system open source responsive twbs web development","unicode":"f836"},{"name":"bots","family":"brands","label":"Bots","keywords":"bots ai ai assistant artificial intelligence automated automation chatbot messaging robot virtual assistant","unicode":"e340"},{"name":"brave","family":"brands","label":"Brave","keywords":"brave ad blocker brave browser chromium fast browser internet privacy secure browser web browser","unicode":"e63c"},{"name":"brave-reverse","family":"brands","label":"Brave Reverse","keywords":"brave-reverse brave reverse ad blocker blockchain brave browser cryptocurrency fast browser internet privacy security web browser","unicode":"e63d"},{"name":"btc","family":"brands","label":"Btc","keywords":"btc bitcoin blockchain btc coin btc token coin crypto cryptocurrency digital currency token","unicode":"f15a"},{"name":"buffer","family":"brands","label":"Buffer","keywords":"buffer content management marketing posts scheduling social media social media management social media platform social media tool social network","unicode":"f837"},{"name":"buromobelexperte","family":"brands","label":"Buromobelexperte","keywords":"buromobelexperte german brand buromobel buromobel experte experte furniture brand office furniture","unicode":"f37f"},{"name":"buy-n-large","family":"brands","label":"Buy N Large","keywords":"buy-n-large buy n large bnl buy n large corporation fictional brand large retailer mega company parody sci-fi","unicode":"f8a6"},{"name":"buysellads","family":"brands","label":"Buysellads","keywords":"buysellads ad network ad platform advertising buy sell ads digital ads marketing media buying","unicode":"f20d"},{"name":"canadian-maple-leaf","family":"brands","label":"Canadian Maple Leaf","keywords":"canadian-maple-leaf canadian maple leaf canada emblem nature plant symbol","unicode":"f785"},{"name":"cash-app","family":"brands","label":"Cash App","keywords":"cash-app cash app cash app cashapp digital wallet finance mobile payment money transfer payment peer-to-peer receive money send money venmo alternative","unicode":"e7d4"},{"name":"cc-amazon-pay","family":"brands","label":"Cc Amazon Pay","keywords":"cc-amazon-pay cc amazon pay amazon pay buy checkout digital wallet ecommerce online shopping payment purchase","unicode":"f42d"},{"name":"cc-amex","family":"brands","label":"Cc Amex","keywords":"cc-amex cc amex american express banking card credit card finance payment","unicode":"f1f3"},{"name":"cc-apple-pay","family":"brands","label":"Cc Apple Pay","keywords":"cc-apple-pay cc apple pay apple pay applepay contactless digital wallet mobile payment payment tap to pay wallet","unicode":"f416"},{"name":"cc-diners-club","family":"brands","label":"Cc Diners Club","keywords":"cc-diners-club cc diners club banking card club card credit card diners club dinersclub finance payment","unicode":"f24c"},{"name":"cc-discover","family":"brands","label":"Cc Discover","keywords":"cc-discover cc discover banking card network credit credit card debit financial payment","unicode":"f1f2"},{"name":"cc-jcb","family":"brands","label":"Cc Jcb","keywords":"cc-jcb cc jcb banking card credit card debit financial mastercard alternative payment transaction","unicode":"f24b"},{"name":"cc-mastercard","family":"brands","label":"Cc Mastercard","keywords":"cc-mastercard cc mastercard card credit card mastercard brand mastercard card mastercard logo mastercard payment payment","unicode":"f1f1"},{"name":"cc-paypal","family":"brands","label":"Cc Paypal","keywords":"cc-paypal cc paypal credit card digital wallet ecommerce money transfer online payment payment paypal card paypal credit","unicode":"f1f4"},{"name":"cc-stripe","family":"brands","label":"Cc Stripe","keywords":"cc-stripe cc stripe billing card credit card ecommerce fintech online payment payment subscription","unicode":"f1f5"},{"name":"cc-visa","family":"brands","label":"Cc Visa","keywords":"cc-visa cc visa banking card credit card debit financial mastercard alternative payment visa card visa logo","unicode":"f1f0"},{"name":"centercode","family":"brands","label":"Centercode","keywords":"centercode qa beta testing center code feedback platform quality assurance software testing testing user testing","unicode":"f380"},{"name":"centos","family":"brands","label":"Centos","keywords":"centos enterprise linux linux linux distribution operating system os server","unicode":"f789"},{"name":"chrome","family":"brands","label":"Chrome","keywords":"chrome browser google google chrome internet search engine web browser","unicode":"f268"},{"name":"chromecast","family":"brands","label":"Chromecast","keywords":"chromecast cast dongle google chromecast google device media player screen mirroring streaming television tv wireless display","unicode":"f838"},{"name":"circle-zulip","family":"brands","label":"Circle Zulip","keywords":"circle-zulip circle zulip","unicode":"e851"},{"name":"claude","family":"brands","label":"Claude","keywords":"claude","unicode":"e861"},{"name":"cloudflare","family":"brands","label":"Cloudflare","keywords":"cloudflare cdn cf cloud services content delivery network ddos protection dns firewall internet security web performance","unicode":"e07d"},{"name":"cloudscale","family":"brands","label":"Cloudscale","keywords":"cloudscale cloud computing cloud hosting cloud infrastructure cloud provider cloud services cloudscale.ch data center hosting server","unicode":"f383"},{"name":"cloudsmith","family":"brands","label":"Cloudsmith","keywords":"cloudsmith artifact storage cloud packages cloudsmith.io continuous integration devops package management software repository","unicode":"f384"},{"name":"cloudversify","family":"brands","label":"Cloudversify","keywords":"cloudversify cloud platform cloud services cloudversify brand cloudversify company cloudversify logo","unicode":"f385"},{"name":"cmplid","family":"brands","label":"Cmplid","keywords":"cmplid compliance compliance management compliance software governance regulatory risk management","unicode":"e360"},{"name":"codepen","family":"brands","label":"Codepen","keywords":"codepen code editor codepen.io coding front-end online editor playground programming sandbox web development","unicode":"f1cb"},{"name":"codiepie","family":"brands","label":"Codiepie","keywords":"codiepie codie pie content creator gaming influencer streamer youtube","unicode":"f284"},{"name":"confluence","family":"brands","label":"Confluence","keywords":"confluence atlassian collaboration documentation knowledge base project management teamwork wiki","unicode":"f78d"},{"name":"connectdevelop","family":"brands","label":"Connectdevelop","keywords":"connectdevelop coding connect develop connectdevelop brand developer community developer network programming software development","unicode":"f20e"},{"name":"contao","family":"brands","label":"Contao","keywords":"contao cms content management open source web development website","unicode":"f26d"},{"name":"cotton-bureau","family":"brands","label":"Cotton Bureau","keywords":"cotton-bureau cotton bureau apparel brand clothing clothing brand cotton bureau fashion t-shirts tshirts","unicode":"f89e"},{"name":"cpanel","family":"brands","label":"Cpanel","keywords":"cpanel control panel hosting hosting dashboard server management site management web admin web hosting website control","unicode":"f388"},{"name":"creative-commons","family":"brands","label":"Creative Commons","keywords":"creative-commons creative commons attribution cc copyright creative commons free use license open content public domain share alike","unicode":"f25e"},{"name":"creative-commons-by","family":"brands","label":"Creative Commons By","keywords":"creative-commons-by creative commons by attribution cc copyright creative commons license open content permission share","unicode":"f4e7"},{"name":"creative-commons-nc","family":"brands","label":"Creative Commons Nc","keywords":"creative-commons-nc creative commons nc cc copyright creative commons intellectual property license no commercial use non commercial","unicode":"f4e8"},{"name":"creative-commons-nc-eu","family":"brands","label":"Creative Commons Nc Eu","keywords":"creative-commons-nc-eu creative commons nc eu attribution cc copyright creative commons europe license noncommercial open content","unicode":"f4e9"},{"name":"creative-commons-nc-jp","family":"brands","label":"Creative Commons Nc Jp","keywords":"creative-commons-nc-jp creative commons nc jp cc cc license copyright creative commons japan license non commercial open license","unicode":"f4ea"},{"name":"creative-commons-nd","family":"brands","label":"Creative Commons Nd","keywords":"creative-commons-nd creative commons nd cc content sharing copyright copyright license creative commons license no derivatives reuse restriction","unicode":"f4eb"},{"name":"creative-commons-pd","family":"brands","label":"Creative Commons Pd","keywords":"creative-commons-pd creative commons pd cc copyright free creative commons free use no copyright open license public domain","unicode":"f4ec"},{"name":"creative-commons-pd-alt","family":"brands","label":"Creative Commons Pd Alt","keywords":"creative-commons-pd-alt creative commons pd alt cc copyright free creative commons free use no copyright open license public domain","unicode":"f4ed"},{"name":"creative-commons-remix","family":"brands","label":"Creative Commons Remix","keywords":"creative-commons-remix creative commons remix attribution cc collaboration creative commons free use license open content sharing","unicode":"f4ee"},{"name":"creative-commons-sa","family":"brands","label":"Creative Commons Sa","keywords":"creative-commons-sa creative commons sa attribution cc cc-sa commons license copyright creative commons license open license share alike","unicode":"f4ef"},{"name":"creative-commons-sampling","family":"brands","label":"Creative Commons Sampling","keywords":"creative-commons-sampling creative commons sampling audio cc copyright creative commons license music remix reuse","unicode":"f4f0"},{"name":"creative-commons-sampling-plus","family":"brands","label":"Creative Commons Sampling Plus","keywords":"creative-commons-sampling-plus creative commons sampling plus attribution cc copyright creative commons free use license open content sampling plus","unicode":"f4f1"},{"name":"creative-commons-share","family":"brands","label":"Creative Commons Share","keywords":"creative-commons-share creative commons share attribution cc copyright creative commons creative commons license free use license open content public domain","unicode":"f4f2"},{"name":"creative-commons-zero","family":"brands","label":"Creative Commons Zero","keywords":"creative-commons-zero creative commons zero cc0 copyright free creative commons zero free use no rights reserved open license public domain zero copyright","unicode":"f4f3"},{"name":"critical-role","family":"brands","label":"Critical Role","keywords":"critical-role critical role critical role dungeons & dragons rpg campaign d&d dnd fantasy role-playing streaming tabletop voice actors web series","unicode":"f6c9"},{"name":"css","family":"brands","label":"Css","keywords":"css cascading style sheets rebecca purple stylesheet web design web development","unicode":"e6a2"},{"name":"css3","family":"brands","label":"Css3","keywords":"css3 code css frontend programming stylesheet web web development","unicode":"f13c"},{"name":"css3-alt","family":"brands","label":"Css3 Alt","keywords":"css3-alt css3 alt cascade css frontend frontend development style stylesheet web web design web development","unicode":"f38b"},{"name":"cuttlefish","family":"brands","label":"Cuttlefish","keywords":"cuttlefish animal cephalopod marine mollusk ocean sea creature seafood","unicode":"f38c"},{"name":"d-and-d","family":"brands","label":"D And D","keywords":"d-and-d d and dnd dragons dungeons dungeons & dragons dungeons and dragons game gaming role-playing roleplay rpg tabletop","unicode":"f38d"},{"name":"d-and-d-beyond","family":"brands","label":"D And D Beyond","keywords":"d-and-d-beyond d and beyond dungeons & dragons campaign d&d dice dnd dungeons and dragons fantasy gaming role-playing rpg tabletop","unicode":"f6ca"},{"name":"dailymotion","family":"brands","label":"Dailymotion","keywords":"dailymotion media online video platform streaming video video sharing videos","unicode":"e052"},{"name":"dart-lang","family":"brands","label":"Dart Lang","keywords":"dart-lang dart lang dartlang development flutter google language programming sdk","unicode":"e693"},{"name":"dashcube","family":"brands","label":"Dashcube","keywords":"dashcube analytics dash cube dashboard data metrics reporting","unicode":"f210"},{"name":"debian","family":"brands","label":"Debian","keywords":"debian debian linux distribution distro linux open source operating system os penguin software","unicode":"e60b"},{"name":"deezer","family":"brands","label":"Deezer","keywords":"deezer audio music playlist podcast radio songs streaming","unicode":"e077"},{"name":"delicious","family":"brands","label":"Delicious","keywords":"delicious bookmarks del.icio.us favorites link sharing save share social bookmarking","unicode":"f1a5"},{"name":"deploydog","family":"brands","label":"Deploydog","keywords":"deploydog ci devops automation cloud deployment continuous integration deploy dog deployment software deployment","unicode":"f38e"},{"name":"deskpro","family":"brands","label":"Deskpro","keywords":"deskpro it support customer service customer support help desk helpdesk service desk software support ticketing","unicode":"f38f"},{"name":"dev","family":"brands","label":"Dev","keywords":"dev code coding developer development engineer programming software tech technology","unicode":"f6cc"},{"name":"deviantart","family":"brands","label":"Deviantart","keywords":"deviantart art community artist artwork creative da design digital art illustration portfolio","unicode":"f1bd"},{"name":"dhl","family":"brands","label":"Dhl","keywords":"dhl dalsey hillblom lynn courier delivery express freight german logistics package shipping","unicode":"f790"},{"name":"diaspora","family":"brands","label":"Diaspora","keywords":"diaspora community decentralized open source platform social media social network","unicode":"f791"},{"name":"digg","family":"brands","label":"Digg","keywords":"digg bookmarking content sharing news aggregator social media social news","unicode":"f1a6"},{"name":"digital-ocean","family":"brands","label":"Digital Ocean","keywords":"digital-ocean digital ocean cloud cloud computing devops digital ocean do droplets hosting infrastructure platform server","unicode":"f391"},{"name":"discord","family":"brands","label":"Discord","keywords":"discord app chat communication community gaming messaging server social voice","unicode":"f392"},{"name":"discourse","family":"brands","label":"Discourse","keywords":"discourse chat community conversation discussion discussion board forum messaging online forum social platform","unicode":"f393"},{"name":"disqus","family":"brands","label":"Disqus","keywords":"disqus chat comments community discussion forum messaging social","unicode":"e7d5"},{"name":"dochub","family":"brands","label":"Dochub","keywords":"dochub digital signature document hub document management document signing e-signature pdf editor pdf signing pdf tools","unicode":"f394"},{"name":"docker","family":"brands","label":"Docker","keywords":"docker cloud container containers deployment devops image platform software virtualization","unicode":"f395"},{"name":"draft2digital","family":"brands","label":"Draft2digital","keywords":"draft2digital author platform book distribution d2d digital publishing ebook publishing self-publishing","unicode":"f396"},{"name":"dribbble","family":"brands","label":"Dribbble","keywords":"dribbble art community creative design designer dribble inspiration portfolio showcase social","unicode":"f17d"},{"name":"dropbox","family":"brands","label":"Dropbox","keywords":"dropbox backup cloud drive cloud storage collaboration file hosting file sharing file sync online storage","unicode":"f16b"},{"name":"drupal","family":"brands","label":"Drupal","keywords":"drupal cms content management system drupal cms open source php web development website","unicode":"f1a9"},{"name":"duolingo","family":"brands","label":"Duolingo","keywords":"duolingo app courses education foreign language language language learning learning owl study","unicode":"e812"},{"name":"dyalog","family":"brands","label":"Dyalog","keywords":"dyalog apl language dyalog brand dyalog logo dyalog software programming language software company","unicode":"f399"},{"name":"earlybirds","family":"brands","label":"Earlybirds","keywords":"earlybirds early birds calendar earlybirds app productivity scheduling task planning team collaboration time management","unicode":"f39a"},{"name":"ebay","family":"brands","label":"Ebay","keywords":"ebay auction buy classifieds ecommerce marketplace online store retail sell shopping","unicode":"f4f4"},{"name":"edge","family":"brands","label":"Edge","keywords":"edge browser ie internet microsoft microsoft edge web","unicode":"f282"},{"name":"edge-legacy","family":"brands","label":"Edge Legacy","keywords":"edge-legacy edge legacy browser internet microsoft microsoft edge old edge web browser","unicode":"e078"},{"name":"elementor","family":"brands","label":"Elementor","keywords":"elementor cms drag and drop frontend editor page builder plugin theme builder web design website builder wordpress","unicode":"f430"},{"name":"eleventy","family":"brands","label":"Eleventy","keywords":"eleventy 11ty ssg static site generator web development","unicode":"e7d6"},{"name":"ello","family":"brands","label":"Ello","keywords":"ello art community creative network platform social social media","unicode":"f5f1"},{"name":"ember","family":"brands","label":"Ember","keywords":"ember emberjs framework frontend javascript js ui web","unicode":"f423"},{"name":"empire","family":"brands","label":"Empire","keywords":"empire film franchise galactic empire lucasfilm movie sci-fi star wars starwars","unicode":"f1d1"},{"name":"envira","family":"brands","label":"Envira","keywords":"envira envira gallery gallery image leaf photo wordpress","unicode":"f299"},{"name":"erlang","family":"brands","label":"Erlang","keywords":"erlang concurrency development functional language programming software telecom","unicode":"f39d"},{"name":"ethereum","family":"brands","label":"Ethereum","keywords":"ethereum blockchain crypto cryptocurrency defi digital currency eth ether smart contract token","unicode":"f42e"},{"name":"etsy","family":"brands","label":"Etsy","keywords":"etsy artisan crafts creative goods ecommerce etsy shop handmade marketplace online store vintage","unicode":"f2d7"},{"name":"evernote","family":"brands","label":"Evernote","keywords":"evernote cloud notes digital notebook memo note notebook notes organization productivity reminder","unicode":"f839"},{"name":"expeditedssl","family":"brands","label":"Expeditedssl","keywords":"expeditedssl certificate authority encryption https security ssl ssl certificate ssl provider web security","unicode":"f23e"},{"name":"facebook","family":"brands","label":"Facebook","keywords":"facebook facebook-official fb meta social media social network social platform","unicode":"f09a"},{"name":"facebook-f","family":"brands","label":"Facebook F","keywords":"facebook-f facebook f facebook logo fb meta social social media social network","unicode":"f39e"},{"name":"facebook-messenger","family":"brands","label":"Facebook Messenger","keywords":"facebook-messenger facebook messenger chat fb instant messaging message messenger app social","unicode":"f39f"},{"name":"fantasy-flight-games","family":"brands","label":"Fantasy Flight Games","keywords":"fantasy-flight-games fantasy flight games dungeons & dragons ffg fantasy flight games rpg board games card games d&d dnd role-playing games strategy games tabletop games","unicode":"f6dc"},{"name":"fedex","family":"brands","label":"Fedex","keywords":"fedex federal express courier delivery express freight logistics package shipping","unicode":"f797"},{"name":"fediverse","family":"brands","label":"Fediverse","keywords":"fediverse","unicode":"e865"},{"name":"fedora","family":"brands","label":"Fedora","keywords":"fedora distribution distro linux open source operating system os red hat rpm","unicode":"f798"},{"name":"figma","family":"brands","label":"Figma","keywords":"figma app collaboration design interface prototyping ui ux vector webdesign","unicode":"f799"},{"name":"files-pinwheel","family":"brands","label":"Files Pinwheel","keywords":"files-pinwheel files pinwheel archive data document file manager file organization folder rotate storage sync","unicode":"e69f"},{"name":"firefox","family":"brands","label":"Firefox","keywords":"firefox browser browser icon firefox browser internet mozilla web","unicode":"f269"},{"name":"firefox-browser","family":"brands","label":"Firefox Browser","keywords":"firefox-browser firefox browser browser icon internet mozilla web web browser","unicode":"e007"},{"name":"first-order","family":"brands","label":"First Order","keywords":"first-order first order 1st order first order hierarchy primary priority ranking top level","unicode":"f2b0"},{"name":"first-order-alt","family":"brands","label":"First Order Alt","keywords":"first-order-alt first order alt alternative brand first order first-order logo","unicode":"f50a"},{"name":"firstdraft","family":"brands","label":"Firstdraft","keywords":"firstdraft content creation document draft first draft publishing writing","unicode":"f3a1"},{"name":"flickr","family":"brands","label":"Flickr","keywords":"flickr images photo community photo hosting photo sharing photography photos social media","unicode":"f16e"},{"name":"flipboard","family":"brands","label":"Flipboard","keywords":"flipboard articles content magazine news news aggregator news app reading social media","unicode":"f44d"},{"name":"flutter","family":"brands","label":"Flutter","keywords":"flutter flutter sdk flutter ui flutter app flutter brand flutter development flutter framework flutter logo flutter mobile flutter web","unicode":"e694"},{"name":"fly","family":"brands","label":"Fly","keywords":"fly cloud computing cloud platform deployment devops fly.io hosting serverless","unicode":"f417"},{"name":"font-awesome","family":"brands","label":"Font Awesome","keywords":"font-awesome font awesome branding fa icon set logo typeface","unicode":"f2b4"},{"name":"fonticons","family":"brands","label":"Fonticons","keywords":"fonticons font icons glyphs icon font icon set symbols typography vector icons","unicode":"f280"},{"name":"fonticons-fi","family":"brands","label":"Fonticons Fi","keywords":"fonticons-fi fonticons fi branding font icon icon logo","unicode":"f3a2"},{"name":"forgejo","family":"brands","label":"Forgejo","keywords":"forgejo","unicode":"e860"},{"name":"fort-awesome","family":"brands","label":"Fort Awesome","keywords":"fort-awesome fort awesome castle defense fortress fortress icon medieval stronghold","unicode":"f286"},{"name":"fort-awesome-alt","family":"brands","label":"Fort Awesome Alt","keywords":"fort-awesome-alt fort awesome alt castle defense fortress fortress wall medieval military stronghold","unicode":"f3a3"},{"name":"forumbee","family":"brands","label":"Forumbee","keywords":"forumbee collaboration tool discussion platform forum bee online community social network","unicode":"f211"},{"name":"foursquare","family":"brands","label":"Foursquare","keywords":"foursquare check-in checkin fsq local location maps places social venue","unicode":"f180"},{"name":"free-code-camp","family":"brands","label":"Free Code Camp","keywords":"free-code-camp free code camp bootcamp coding developer education fcc freecodecamp learning online course programming","unicode":"f2c5"},{"name":"freebsd","family":"brands","label":"Freebsd","keywords":"freebsd bsd free bsd network open source operating system os server unix","unicode":"f3a4"},{"name":"fulcrum","family":"brands","label":"Fulcrum","keywords":"fulcrum analytics tool business intelligence data platform data visualization fulcrum analytics","unicode":"f50b"},{"name":"galactic-republic","family":"brands","label":"Galactic Republic","keywords":"galactic-republic galactic republic clone wars galactic republic galaxy jedi sci-fi science fiction space star wars starwars","unicode":"f50c"},{"name":"galactic-senate","family":"brands","label":"Galactic Senate","keywords":"galactic-senate galactic senate galactic senate star wars star wars emblem star wars franchise star wars galaxy star wars icon star wars logo star wars symbol starwars","unicode":"f50d"},{"name":"get-pocket","family":"brands","label":"Get Pocket","keywords":"get-pocket get pocket article bookmarking getpocket pocket app read later reading list save save article save for later","unicode":"f265"},{"name":"gg","family":"brands","label":"Gg","keywords":"gg esports game over gamer gaming good game victory win","unicode":"f260"},{"name":"gg-circle","family":"brands","label":"Gg Circle","keywords":"gg-circle gg circle gg brand gg circle gg icon gg logo gg symbol","unicode":"f261"},{"name":"git","family":"brands","label":"Git","keywords":"git branch code commit developer merge open source programming repository software source control version control","unicode":"f1d3"},{"name":"git-alt","family":"brands","label":"Git Alt","keywords":"git-alt git alt branch code commit dev developer repository software source control version control","unicode":"f841"},{"name":"gitee","family":"brands","label":"Gitee","keywords":"gitee","unicode":"e863"},{"name":"github","family":"brands","label":"Github","keywords":"github code collaboration development git octocat programming repository software version control","unicode":"f09b"},{"name":"github-alt","family":"brands","label":"Github Alt","keywords":"github-alt github alt code developer git octocat programming repository software version control","unicode":"f113"},{"name":"gitkraken","family":"brands","label":"Gitkraken","keywords":"gitkraken code management developer tool git git client repository software development source control version control","unicode":"f3a6"},{"name":"gitlab","family":"brands","label":"Gitlab","keywords":"gitlab ci/cd devops code hosting continuous deployment continuous integration repository software development version control","unicode":"f296"},{"name":"gitter","family":"brands","label":"Gitter","keywords":"gitter chat chat platform collaboration communication community developer chat messaging team chat","unicode":"f426"},{"name":"glide","family":"brands","label":"Glide","keywords":"glide app builder app development glideapps mobile app no code no-code platform software","unicode":"f2a5"},{"name":"glide-g","family":"brands","label":"Glide G","keywords":"glide-g glide g app builder app maker glideapps mobile app no-code platform software web app","unicode":"f2a6"},{"name":"globaleaks","family":"brands","label":"Globaleaks","keywords":"globaleaks","unicode":"e85d"},{"name":"gofore","family":"brands","label":"Gofore","keywords":"gofore consulting digital services finnish company gofore oy software development","unicode":"f3a7"},{"name":"golang","family":"brands","label":"Golang","keywords":"golang backend code developer go gopher language programming software","unicode":"e40f"},{"name":"goodreads","family":"brands","label":"Goodreads","keywords":"goodreads book community book recommendations book reviews books literature reading reading tracker social reading","unicode":"f3a8"},{"name":"goodreads-g","family":"brands","label":"Goodreads G","keywords":"goodreads-g goodreads g book community book reviews books literature reading social reading","unicode":"f3a9"},{"name":"google","family":"brands","label":"Google","keywords":"google google brand google company google icon google logo google products google services search engine","unicode":"f1a0"},{"name":"google-drive","family":"brands","label":"Google Drive","keywords":"google-drive google drive cloud documents files gdrive google drive storage","unicode":"f3aa"},{"name":"google-pay","family":"brands","label":"Google Pay","keywords":"google-pay google pay contactless pay digital wallet google pay google wallet gpay mobile payment nfc payment online payment payment tap to pay","unicode":"e079"},{"name":"google-play","family":"brands","label":"Google Play","keywords":"google-play google play android store app store google apps google play google play store playstore","unicode":"f3ab"},{"name":"google-plus","family":"brands","label":"Google Plus","keywords":"google-plus google plus google plus google+ google-plus-circle google-plus-official gplus","unicode":"f2b3"},{"name":"google-plus-g","family":"brands","label":"Google Plus G","keywords":"google-plus-g google plus g google social google-plus gplus social media social network","unicode":"f0d5"},{"name":"google-scholar","family":"brands","label":"Google Scholar","keywords":"google-scholar google scholar academic citations google scholar papers research","unicode":"e63b"},{"name":"google-wallet","family":"brands","label":"Google Wallet","keywords":"google-wallet google wallet card contactless digital wallet ecommerce finance google pay google wallet mobile payment money online payment payment payments tap to pay transaction","unicode":"f1ee"},{"name":"gratipay","family":"brands","label":"Gratipay","keywords":"gratipay charity contribution crowdfunding donation funding support tip","unicode":"f184"},{"name":"grav","family":"brands","label":"Grav","keywords":"grav account avatar gravatar identity picture profile user","unicode":"f2d6"},{"name":"gripfire","family":"brands","label":"Gripfire","keywords":"gripfire brand esports gaming grip fire logo streaming video games","unicode":"f3ac"},{"name":"grunt","family":"brands","label":"Grunt","keywords":"grunt automation build tool gruntjs javascript nodejs task runner","unicode":"f3ad"},{"name":"guilded","family":"brands","label":"Guilded","keywords":"guilded chat communication community esports gaming platform social teams voice","unicode":"e07e"},{"name":"gulp","family":"brands","label":"Gulp","keywords":"gulp automation build gulpjs javascript nodejs streaming task runner","unicode":"f3ae"},{"name":"hacker-news","family":"brands","label":"Hacker News","keywords":"hacker-news hacker news developer news hacker news hn news aggregator programming social news startup news tech news technology","unicode":"f1d4"},{"name":"hackerrank","family":"brands","label":"Hackerrank","keywords":"hackerrank challenges code practice coding competitive programming developer hacker rank interview programming tech","unicode":"f5f7"},{"name":"hashnode","family":"brands","label":"Hashnode","keywords":"hashnode articles blogging content platform developer blog developer community developer platform programming tech blog writing","unicode":"e499"},{"name":"hips","family":"brands","label":"Hips","keywords":"hips anatomy body fitness health wellness","unicode":"f452"},{"name":"hire-a-helper","family":"brands","label":"Hire A Helper","keywords":"hire-a-helper hire a helper cleaning company cleaning service domestic help hire a helper home cleaning home help housekeeper maid service professional cleaner","unicode":"f3b0"},{"name":"hive","family":"brands","label":"Hive","keywords":"hive blockchain crypto cryptocurrency decentralized hive blockchain hive social social media web3","unicode":"e07f"},{"name":"hooli","family":"brands","label":"Hooli","keywords":"hooli silicon valley brand software tech company technology","unicode":"f427"},{"name":"hornbill","family":"brands","label":"Hornbill","keywords":"hornbill animal beak bird exotic bird nature tropical bird wildlife","unicode":"f592"},{"name":"hotjar","family":"brands","label":"Hotjar","keywords":"hotjar ux analytics conversion rate feedback heatmap session recording user behavior user experience website tracking","unicode":"f3b1"},{"name":"houzz","family":"brands","label":"Houzz","keywords":"houzz architecture decor home design home improvement housing interior design real estate remodeling renovation","unicode":"f27c"},{"name":"html5","family":"brands","label":"Html5","keywords":"html5 coding frontend html internet markup programming web web design web development","unicode":"f13b"},{"name":"hubspot","family":"brands","label":"Hubspot","keywords":"hubspot business growth crm customer relationship management email marketing inbound marketing lead generation marketing automation marketing platform sales software","unicode":"f3b2"},{"name":"hugging-face","family":"brands","label":"Hugging Face","keywords":"hugging-face hugging face","unicode":"e869"},{"name":"ideal","family":"brands","label":"Ideal","keywords":"ideal banking digital wallet ecommerce finance ideal logo money transfer online payment payment","unicode":"e013"},{"name":"imdb","family":"brands","label":"Imdb","keywords":"imdb entertainment films internet movie database movies ratings reviews tv","unicode":"f2d8"},{"name":"instagram","family":"brands","label":"Instagram","keywords":"instagram ig app feed filter influencer photo sharing reels social media social network stories","unicode":"f16d"},{"name":"instalod","family":"brands","label":"Instalod","keywords":"instalod app download file transfer installation instaload software","unicode":"e081"},{"name":"intercom","family":"brands","label":"Intercom","keywords":"intercom chat communication customer service customer support helpdesk live chat messaging","unicode":"f7af"},{"name":"internet-explorer","family":"brands","label":"Internet Explorer","keywords":"internet-explorer internet explorer browser ie internet explorer legacy browser microsoft web","unicode":"f26b"},{"name":"invision","family":"brands","label":"Invision","keywords":"invision app collaboration design interface prototyping ui ux","unicode":"f7b0"},{"name":"ioxhost","family":"brands","label":"Ioxhost","keywords":"ioxhost cloud hosting hosting internet service server web hosting web services","unicode":"f208"},{"name":"itch-io","family":"brands","label":"Itch Io","keywords":"itch-io itch io digital games game marketplace game store gaming platform indie developer indie games itch.io","unicode":"f83a"},{"name":"itunes","family":"brands","label":"Itunes","keywords":"itunes apple apple music audio player digital music media player music app music download music library music store","unicode":"f3b4"},{"name":"itunes-note","family":"brands","label":"Itunes Note","keywords":"itunes-note itunes note apple music audio melody music song sound","unicode":"f3b5"},{"name":"java","family":"brands","label":"Java","keywords":"java coding coffee java language java platform java programming jvm programming software development","unicode":"f4e4"},{"name":"jedi-order","family":"brands","label":"Jedi Order","keywords":"jedi-order jedi order jedi emblem jedi order jedi symbol star wars star wars emblem star wars logo star wars symbol starwars","unicode":"f50e"},{"name":"jenkins","family":"brands","label":"Jenkins","keywords":"jenkins automation automation server build server ci continuous integration devops open source pipeline software development","unicode":"f3b6"},{"name":"jira","family":"brands","label":"Jira","keywords":"jira agile atlassian bug tracking issue tracker kanban project management scrum software development task management","unicode":"f7b1"},{"name":"joget","family":"brands","label":"Joget","keywords":"joget app builder business process management joget workflow low code no code workflow automation","unicode":"f3b7"},{"name":"joomla","family":"brands","label":"Joomla","keywords":"joomla cms content management system joomla cms joomla logo open source php web platform website","unicode":"f1aa"},{"name":"js","family":"brands","label":"Js","keywords":"js coding developer javascript language programming script web web development","unicode":"f3b8"},{"name":"jsfiddle","family":"brands","label":"Jsfiddle","keywords":"jsfiddle code editor code snippet coding sandbox frontend playground javascript playground js js fiddle online editor programming tool web development","unicode":"f1cc"},{"name":"julia","family":"brands","label":"Julia","keywords":"julia","unicode":"e852"},{"name":"jxl","family":"brands","label":"Jxl","keywords":"jxl codec graphics image format jpeg xl photo picture","unicode":"e67b"},{"name":"kaggle","family":"brands","label":"Kaggle","keywords":"kaggle ai analytics competitions data analysis data platform data science datasets machine learning","unicode":"f5fa"},{"name":"kakao-talk","family":"brands","label":"Kakao Talk","keywords":"kakao-talk kakao talk chat instant messaging kakao talk kakaotalk korean messenger messaging messenger mobile chat social app","unicode":"e7d7"},{"name":"keybase","family":"brands","label":"Keybase","keywords":"keybase chat cryptography encryption identity messaging security verification","unicode":"f4f5"},{"name":"keycdn","family":"brands","label":"Keycdn","keywords":"keycdn caching cdn cloud content delivery network hosting internet web performance","unicode":"f3ba"},{"name":"kickstarter","family":"brands","label":"Kickstarter","keywords":"kickstarter backer campaign creative crowdfunding fundraising pledge projects startup support","unicode":"f3bb"},{"name":"kickstarter-k","family":"brands","label":"Kickstarter K","keywords":"kickstarter-k kickstarter k creative crowdfunding fundraising ks projects startup","unicode":"f3bc"},{"name":"ko-fi","family":"brands","label":"Ko Fi","keywords":"ko-fi ko fi","unicode":"e856"},{"name":"korvue","family":"brands","label":"Korvue","keywords":"korvue korvue app korvue brand korvue logo korvue software","unicode":"f42f"},{"name":"kubernetes","family":"brands","label":"Kubernetes","keywords":"kubernetes","unicode":"e857"},{"name":"laravel","family":"brands","label":"Laravel","keywords":"laravel artisan backend developer eloquent mvc open source php php framework web framework","unicode":"f3bd"},{"name":"lastfm","family":"brands","label":"Lastfm","keywords":"lastfm artist audio band last.fm music playlist radio scrobble social music streaming","unicode":"f202"},{"name":"leanpub","family":"brands","label":"Leanpub","keywords":"leanpub author platform book platform digital publishing ebooks online books publishing self-publishing","unicode":"f212"},{"name":"leetcode","family":"brands","label":"Leetcode","keywords":"leetcode","unicode":"e86a"},{"name":"less","family":"brands","label":"Less","keywords":"less coding css design frontend lesscss preprocessor style stylesheet web development","unicode":"f41d"},{"name":"letterboxd","family":"brands","label":"Letterboxd","keywords":"letterboxd cinema film community films movie movies app ratings reviews social network watchlist","unicode":"e62d"},{"name":"line","family":"brands","label":"Line","keywords":"line border divider lines path rule separator stroke","unicode":"f3c0"},{"name":"linkedin","family":"brands","label":"Linkedin","keywords":"linkedin business career jobs linkedin-square professional network social media","unicode":"f08c"},{"name":"linkedin-in","family":"brands","label":"Linkedin In","keywords":"linkedin-in linkedin in business networking linkedin icon linkedin logo linkin professional network social media","unicode":"f0e1"},{"name":"linktree","family":"brands","label":"Linktree","keywords":"linktree bio link link aggregator link landing page link tree links profile links social links","unicode":"e7d8"},{"name":"linode","family":"brands","label":"Linode","keywords":"linode vps cloud computing cloud hosting cloud infrastructure cloud server hosting provider linode cloud virtual server","unicode":"f2b8"},{"name":"linux","family":"brands","label":"Linux","keywords":"linux distro kernel open source operating system penguin tux","unicode":"f17c"},{"name":"lumon","family":"brands","label":"Lumon","keywords":"lumon lumon balcony lumon brand lumon company lumon glass lumon logo","unicode":"e7e2"},{"name":"lumon-drop","family":"brands","label":"Lumon Drop","keywords":"lumon-drop lumon drop brand company logo lumon drop","unicode":"e7e3"},{"name":"lyft","family":"brands","label":"Lyft","keywords":"lyft app car service mobility ride rideshare taxi transportation travel","unicode":"f3c3"},{"name":"magento","family":"brands","label":"Magento","keywords":"magento adobe magento cms ecommerce marketplace online store platform shopping","unicode":"f3c4"},{"name":"mailchimp","family":"brands","label":"Mailchimp","keywords":"mailchimp automation campaign chimp email marketing email service mail service marketing marketing platform newsletter","unicode":"f59e"},{"name":"mandalorian","family":"brands","label":"Mandalorian","keywords":"mandalorian armor beskar bounty hunter din djarin disney plus helmet sci-fi star wars tv show warrior","unicode":"f50f"},{"name":"markdown","family":"brands","label":"Markdown","keywords":"markdown developer documentation formatting markup md readme syntax text writing","unicode":"f60f"},{"name":"mastodon","family":"brands","label":"Mastodon","keywords":"mastodon decentralized federated fediverse microblogging network open source platform social social media","unicode":"f4f6"},{"name":"maxcdn","family":"brands","label":"Maxcdn","keywords":"maxcdn caching cdn cloudflare alternative content delivery network hosting internet service web performance","unicode":"f136"},{"name":"mdb","family":"brands","label":"Mdb","keywords":"mdb backend cloud database data storage database database service document database mongo mongodb nosql","unicode":"f8ca"},{"name":"medapps","family":"brands","label":"Medapps","keywords":"medapps health services health technology healthcare apps medical apps medical software","unicode":"f3c6"},{"name":"medium","family":"brands","label":"Medium","keywords":"medium articles blog blogging content platform publishing social media stories writing","unicode":"f23a"},{"name":"medrt","family":"brands","label":"Medrt","keywords":"medrt arbitration conflict management dispute resolution legal mediation","unicode":"f3c8"},{"name":"meetup","family":"brands","label":"Meetup","keywords":"meetup community event gathering group meetup.com network social","unicode":"f2e0"},{"name":"megaport","family":"brands","label":"Megaport","keywords":"megaport cloud connectivity data center interconnection network service provider telecommunications","unicode":"f5a3"},{"name":"mendeley","family":"brands","label":"Mendeley","keywords":"mendeley academic bibliography citation library literature papers reference manager research scholarly","unicode":"f7b3"},{"name":"meta","family":"brands","label":"Meta","keywords":"meta meta brand meta data meta information meta tag metadata","unicode":"e49b"},{"name":"microblog","family":"brands","label":"Microblog","keywords":"microblog blogging platform content sharing microblogging online journal short posts social media social network status update","unicode":"e01a"},{"name":"microsoft","family":"brands","label":"Microsoft","keywords":"microsoft azure ms msft office software technology windows windows logo xbox","unicode":"f3ca"},{"name":"mintbit","family":"brands","label":"Mintbit","keywords":"mintbit blockchain crypto cryptocurrency digital currency mint bit token","unicode":"e62f"},{"name":"mix","family":"brands","label":"Mix","keywords":"mix audio blend combine dj media mixer mixing music sound","unicode":"f3cb"},{"name":"mixcloud","family":"brands","label":"Mixcloud","keywords":"mixcloud dj mixes audio platform music sharing music streaming online radio podcasts radio shows streaming service","unicode":"f289"},{"name":"mixer","family":"brands","label":"Mixer","keywords":"mixer dj mixer audio control audio mixer mixing console mixing desk music mixer sound mixer soundboard","unicode":"e056"},{"name":"mizuni","family":"brands","label":"Mizuni","keywords":"mizuni mizuni brand mizuni company mizuni logo mizuni software mizuni technology","unicode":"f3cc"},{"name":"modx","family":"brands","label":"Modx","keywords":"modx cms content management content management system modx cms open source web platform website","unicode":"f285"},{"name":"monero","family":"brands","label":"Monero","keywords":"monero altcoin blockchain crypto cryptocurrency decentralized digital currency privacy coin xmr","unicode":"f3d0"},{"name":"napster","family":"brands","label":"Napster","keywords":"napster audio brand logo media mp3 music playlist streaming","unicode":"f3d2"},{"name":"neos","family":"brands","label":"Neos","keywords":"neos blockchain crypto crypto coin crypto token cryptocurrency digital currency neos wallet","unicode":"f612"},{"name":"nfc-directional","family":"brands","label":"Nfc Directional","keywords":"nfc-directional nfc directional connect contactless data transfer near field communication proximity scan signal tap transfer wireless wireless payment","unicode":"e530"},{"name":"nfc-symbol","family":"brands","label":"Nfc Symbol","keywords":"nfc-symbol nfc symbol connect contactless data near field communication scan signal tap transfer wireless wireless payment","unicode":"e531"},{"name":"nimblr","family":"brands","label":"Nimblr","keywords":"nimblr nimblr app nimblr brand nimblr logo nimblr platform nimblr social","unicode":"f5a8"},{"name":"node","family":"brands","label":"Node","keywords":"node javascript node.js backend development programming runtime server","unicode":"f419"},{"name":"node-js","family":"brands","label":"Node Js","keywords":"node-js node js backend development event-driven javascript node.js nodejs npm programming runtime server","unicode":"f3d3"},{"name":"notion","family":"brands","label":"Notion","keywords":"notion collaboration knowledge base note-taking notes notion.so organization productivity project management workspace","unicode":"e7d9"},{"name":"npm","family":"brands","label":"Npm","keywords":"npm javascript node package manager node.js libraries modules node modules package manager packages","unicode":"f3d4"},{"name":"ns8","family":"brands","label":"Ns8","keywords":"ns8 cybersecurity fraud prevention online protection risk management security website security","unicode":"f3d5"},{"name":"nutritionix","family":"brands","label":"Nutritionix","keywords":"nutritionix app calories database diet fitness food health nutrition tracking","unicode":"f3d6"},{"name":"obsidian","family":"brands","label":"Obsidian","keywords":"obsidian","unicode":"e879"},{"name":"octopus-deploy","family":"brands","label":"Octopus Deploy","keywords":"octopus-deploy octopus deploy automation cd ci cloud deployment continuous delivery continuous integration deployment devops octopus deploy release management software release","unicode":"e082"},{"name":"odnoklassniki","family":"brands","label":"Odnoklassniki","keywords":"odnoklassniki odnoklassniki.ru ok ok.ru russian social network social media social network","unicode":"f263"},{"name":"odysee","family":"brands","label":"Odysee","keywords":"odysee blockchain video content sharing decentralized video video hosting video platform","unicode":"e5c6"},{"name":"old-republic","family":"brands","label":"Old Republic","keywords":"old-republic old republic galactic republic jedi old republic sith star wars star wars the old republic swtor","unicode":"f510"},{"name":"openai","family":"brands","label":"Openai","keywords":"openai ai ai research artificial intelligence chatgpt dall-e gpt language model machine learning open ai","unicode":"e7cf"},{"name":"opencart","family":"brands","label":"Opencart","keywords":"opencart cart ecommerce marketplace online store open source retail shopping shopping cart web store","unicode":"f23d"},{"name":"openid","family":"brands","label":"Openid","keywords":"openid authentication identity login open id sign in single sign-on sso","unicode":"f19b"},{"name":"openstreetmap","family":"brands","label":"Openstreetmap","keywords":"openstreetmap","unicode":"e86b"},{"name":"opensuse","family":"brands","label":"Opensuse","keywords":"opensuse green chameleon linux linux distribution linux distro opensource operating system suse","unicode":"e62b"},{"name":"opera","family":"brands","label":"Opera","keywords":"opera browser browsing fast browser internet opera browser secure browser web web browser","unicode":"f26a"},{"name":"optin-monster","family":"brands","label":"Optin Monster","keywords":"optin-monster optin monster conversion optimization email marketing lead generation marketing tool optin monster optinmonster popup builder","unicode":"f23c"},{"name":"orcid","family":"brands","label":"Orcid","keywords":"orcid academic id research profile researcher researcher id researcher identifier scholarly id","unicode":"f8d2"},{"name":"osi","family":"brands","label":"Osi","keywords":"osi communication layers network model networking open systems interconnection protocol","unicode":"f41a"},{"name":"padlet","family":"brands","label":"Padlet","keywords":"padlet classroom tool digital board education note sharing online collaboration virtual bulletin","unicode":"e4a0"},{"name":"page4","family":"brands","label":"Page4","keywords":"page4 brand logo p4 page 4 pagefour","unicode":"f3d7"},{"name":"pagelines","family":"brands","label":"Pagelines","keywords":"pagelines eco environment green leaf leaves nature organic plant sustainable tree","unicode":"f18c"},{"name":"palfed","family":"brands","label":"Palfed","keywords":"palfed palestine palestine federation palestinian palestinian federation","unicode":"f3d8"},{"name":"pandora","family":"brands","label":"Pandora","keywords":"pandora audio brand entertainment internet radio music pandora radio streaming","unicode":"e7da"},{"name":"patreon","family":"brands","label":"Patreon","keywords":"patreon content creator creator crowdfunding donations fan funding membership patron subscription support","unicode":"f3d9"},{"name":"paypal","family":"brands","label":"Paypal","keywords":"paypal checkout digital wallet ecommerce finance merchant money transfer online payment pay payment payments transaction","unicode":"f1ed"},{"name":"perbyte","family":"brands","label":"Perbyte","keywords":"perbyte digital perbyte brand perbyte logo software technology","unicode":"e083"},{"name":"periscope","family":"brands","label":"Periscope","keywords":"periscope app broadcast camera live streaming live video mobile app social media streaming video","unicode":"f3da"},{"name":"phabricator","family":"brands","label":"Phabricator","keywords":"phabricator code review collaboration development open source project management repository software version control","unicode":"f3db"},{"name":"phoenix-framework","family":"brands","label":"Phoenix Framework","keywords":"phoenix-framework phoenix framework backend development elixir open source phoenix framework programming server software web framework","unicode":"f3dc"},{"name":"phoenix-squadron","family":"brands","label":"Phoenix Squadron","keywords":"phoenix-squadron phoenix squadron phoenix squadron pilot rebellion resistance sci-fi space battle star wars starfighter","unicode":"f511"},{"name":"php","family":"brands","label":"Php","keywords":"php php code php developer php framework php language php logo php programming php script","unicode":"f457"},{"name":"pied-piper","family":"brands","label":"Pied Piper","keywords":"pied-piper pied piper brand fable flute legend music pied piper story","unicode":"f2ae"},{"name":"pied-piper-alt","family":"brands","label":"Pied Piper Alt","keywords":"pied-piper-alt pied piper alt brand company logo pied piper pied-piper software startup technology","unicode":"f1a8"},{"name":"pied-piper-hat","family":"brands","label":"Pied Piper Hat","keywords":"pied-piper-hat pied piper hat clothing costume folklore jester mascot medieval pied piper","unicode":"f4e5"},{"name":"pied-piper-pp","family":"brands","label":"Pied Piper Pp","keywords":"pied-piper-pp pied piper pp brand logo pied piper pied-piper software startup technology","unicode":"f1a7"},{"name":"pinterest","family":"brands","label":"Pinterest","keywords":"pinterest boards ideas image sharing inspiration pin pins social media social network visual discovery","unicode":"f0d2"},{"name":"pinterest-p","family":"brands","label":"Pinterest P","keywords":"pinterest-p pinterest p boards ideas image sharing inspiration pin social media visual discovery","unicode":"f231"},{"name":"pix","family":"brands","label":"Pix","keywords":"pix free images images media photo sharing photography photos pictures pixabay stock photos","unicode":"e43a"},{"name":"pixelfed","family":"brands","label":"Pixelfed","keywords":"pixelfed decentralized fediverse image hosting open source photo sharing pixel fed social media social network","unicode":"e7db"},{"name":"pixiv","family":"brands","label":"Pixiv","keywords":"pixiv anime art sharing creative community digital art platform illustration site japanese art community manga pixiv logo","unicode":"e640"},{"name":"playstation","family":"brands","label":"Playstation","keywords":"playstation console controller entertainment game system gaming ps sony video game videogame","unicode":"f3df"},{"name":"postgresql","family":"brands","label":"Postgresql","keywords":"postgresql","unicode":"e858"},{"name":"product-hunt","family":"brands","label":"Product Hunt","keywords":"product-hunt product hunt app discovery community innovation launch new apps ph product hunt products startup tech","unicode":"f288"},{"name":"pushed","family":"brands","label":"Pushed","keywords":"pushed action button click interaction press push","unicode":"f3e1"},{"name":"python","family":"brands","label":"Python","keywords":"python coding development programming python brand python language python logo python programming scripting software","unicode":"f3e2"},{"name":"qq","family":"brands","label":"Qq","keywords":"qq chat chinese messenger communication instant messaging social media tencent","unicode":"f1d6"},{"name":"quinscape","family":"brands","label":"Quinscape","keywords":"quinscape quinscape brand quinscape company quinscape icon quinscape logo","unicode":"f459"},{"name":"quora","family":"brands","label":"Quora","keywords":"quora answers community discussion forum knowledge q&a questions social network","unicode":"f2c4"},{"name":"r-project","family":"brands","label":"R Project","keywords":"r-project r project r language r programming r software data analysis data science programming language statistical computing","unicode":"f4f7"},{"name":"raspberry-pi","family":"brands","label":"Raspberry Pi","keywords":"raspberry-pi raspberry pi sbc diy electronics maker raspberry pi raspberry pi foundation raspberrypi single board computer","unicode":"f7bb"},{"name":"ravelry","family":"brands","label":"Ravelry","keywords":"ravelry crafts crochet fiber arts knitting patterns yarn","unicode":"f2d9"},{"name":"react","family":"brands","label":"React","keywords":"react component facebook framework frontend javascript jsx library reactjs ui web app web development","unicode":"f41b"},{"name":"reacteurope","family":"brands","label":"Reacteurope","keywords":"reacteurope developer event frontend javascript programming react conference react europe reactjs tech conference web development","unicode":"f75d"},{"name":"readme","family":"brands","label":"Readme","keywords":"readme documentation guide help info information instructions manual tutorial","unicode":"f4d5"},{"name":"rebel","family":"brands","label":"Rebel","keywords":"rebel alliance fighter freedom insurgent rebellion resistance sci-fi star wars symbol","unicode":"f1d0"},{"name":"red-river","family":"brands","label":"Red River","keywords":"red-river red river environment nature outdoors red river redriver water","unicode":"f3e3"},{"name":"reddit","family":"brands","label":"Reddit","keywords":"reddit community discussion forum karma meme online community reddit logo social media social network subreddit upvote","unicode":"f1a1"},{"name":"reddit-alien","family":"brands","label":"Reddit Alien","keywords":"reddit-alien reddit alien community forum mascot snoo social media subreddit upvote","unicode":"f281"},{"name":"redhat","family":"brands","label":"Redhat","keywords":"redhat enterprise linux linux open source operating system os red hat rhel software","unicode":"f7bc"},{"name":"renren","family":"brands","label":"Renren","keywords":"renren chinese social media renren brand renren network social network social platform","unicode":"f18b"},{"name":"replyd","family":"brands","label":"Replyd","keywords":"replyd brand communication messaging social","unicode":"f3e6"},{"name":"researchgate","family":"brands","label":"Researchgate","keywords":"researchgate rg academic collaboration network publications research researchers scholarly scientists","unicode":"f4f8"},{"name":"resolving","family":"brands","label":"Resolving","keywords":"resolving brand company corporate logo resolving icon","unicode":"f3e7"},{"name":"rev","family":"brands","label":"Rev","keywords":"rev audio captions dictation rev.com speech to text subtitles transcription transcription service video","unicode":"f5b2"},{"name":"rocketchat","family":"brands","label":"Rocketchat","keywords":"rocketchat chat chat app chat platform chat service collaboration communication messaging rocket chat team chat","unicode":"f3e8"},{"name":"rockrms","family":"brands","label":"Rockrms","keywords":"rockrms church administration church management church software donation tracking event management membership management nonprofit software rock church rock rms","unicode":"f3e9"},{"name":"rust","family":"brands","label":"Rust","keywords":"rust coding developer fast programming language rust language rust programming safe software systems programming","unicode":"e07a"},{"name":"safari","family":"brands","label":"Safari","keywords":"safari apple browser internet ios mac web","unicode":"f267"},{"name":"salesforce","family":"brands","label":"Salesforce","keywords":"salesforce business cloud crm customer relationship management enterprise marketing saas sales sales force","unicode":"f83b"},{"name":"sass","family":"brands","label":"Sass","keywords":"sass css preprocessor frontend sass brand sass logo sass-lang style language stylesheet web development","unicode":"f41e"},{"name":"scaleway","family":"brands","label":"Scaleway","keywords":"scaleway","unicode":"e859"},{"name":"schlix","family":"brands","label":"Schlix","keywords":"schlix blogging cms content management schlix cms website","unicode":"f3ea"},{"name":"screenpal","family":"brands","label":"Screenpal","keywords":"screenpal recording software screen capture tool screen recording screen sharing screen video screencast screencastify video capture video tutorial","unicode":"e570"},{"name":"scribd","family":"brands","label":"Scribd","keywords":"scribd audiobooks digital library documents ebooks literature online books publishing reading subscription","unicode":"f28a"},{"name":"searchengin","family":"brands","label":"Searchengin","keywords":"searchengin seo analytics digital marketing marketing online marketing search search engine web search","unicode":"f3eb"},{"name":"sellcast","family":"brands","label":"Sellcast","keywords":"sellcast broadcast media sell cast streaming video","unicode":"f2da"},{"name":"sellsy","family":"brands","label":"Sellsy","keywords":"sellsy crm saas billing business management invoicing sales software","unicode":"f213"},{"name":"servicestack","family":"brands","label":"Servicestack","keywords":"servicestack .net api framework backend cloud services dotnet microservices service stack software development web services","unicode":"f3ec"},{"name":"shirtsinbulk","family":"brands","label":"Shirtsinbulk","keywords":"shirtsinbulk apparel supplier bulk apparel bulk clothing bulk orders bulk t-shirts clothing wholesale shirts in bulk wholesale fashion wholesale shirts","unicode":"f214"},{"name":"shoelace","family":"brands","label":"Shoelace","keywords":"shoelace boot footwear lace shoelaces shoes sneaker string tie","unicode":"e60c"},{"name":"shopify","family":"brands","label":"Shopify","keywords":"shopify ecommerce marketplace online shop online store retail sales shopping","unicode":"e057"},{"name":"shopware","family":"brands","label":"Shopware","keywords":"shopware e-commerce ecommerce software online shop online store retail software shopping platform webshop","unicode":"f5b5"},{"name":"signal-messenger","family":"brands","label":"Signal Messenger","keywords":"signal-messenger signal messenger app calls chat communication encrypted messaging private secure text","unicode":"e663"},{"name":"simplybuilt","family":"brands","label":"Simplybuilt","keywords":"simplybuilt building company construction home builder housing real estate simply built","unicode":"f215"},{"name":"sistrix","family":"brands","label":"Sistrix","keywords":"sistrix analytics digital marketing marketing search engine optimization seo seo software seo tool website analysis","unicode":"f3ee"},{"name":"sith","family":"brands","label":"Sith","keywords":"sith dark lord dark side darth force user star wars star wars villain starwars villain","unicode":"f512"},{"name":"sitrox","family":"brands","label":"Sitrox","keywords":"sitrox sitrox brand sitrox company sitrox logo sitrox technology","unicode":"e44a"},{"name":"sketch","family":"brands","label":"Sketch","keywords":"sketch app design illustration mac macos prototyping software ui ux vector","unicode":"f7c6"},{"name":"skyatlas","family":"brands","label":"Skyatlas","keywords":"skyatlas astronomy atlas celestial constellation map navigation sky atlas space star chart","unicode":"f216"},{"name":"skype","family":"brands","label":"Skype","keywords":"skype calling chat communication conference messaging microsoft online meeting video call voip","unicode":"f17e"},{"name":"slack","family":"brands","label":"Slack","keywords":"slack chat collaboration communication hashtag messaging team workspace","unicode":"f198"},{"name":"slideshare","family":"brands","label":"Slideshare","keywords":"slideshare content sharing document sharing presentation professional presentations slide deck slide hosting slide share slideshow","unicode":"f1e7"},{"name":"snapchat","family":"brands","label":"Snapchat","keywords":"snapchat app chat filters ghost messaging snap snaps social media stories","unicode":"f2ab"},{"name":"solana","family":"brands","label":"Solana","keywords":"solana","unicode":"e85e"},{"name":"soundcloud","family":"brands","label":"Soundcloud","keywords":"soundcloud audio music online music platform podcast social audio songs streaming tracks","unicode":"f1be"},{"name":"sourcetree","family":"brands","label":"Sourcetree","keywords":"sourcetree atlassian code management git git client repository scm software development source code version control","unicode":"f7d3"},{"name":"space-awesome","family":"brands","label":"Space Awesome","keywords":"space-awesome space awesome adventure astronautics exploration launch rocket shuttle spaceship","unicode":"e5ac"},{"name":"speakap","family":"brands","label":"Speakap","keywords":"speakap corporate social network employee app internal communication team collaboration workplace chat","unicode":"f3f3"},{"name":"speaker-deck","family":"brands","label":"Speaker Deck","keywords":"speaker-deck speaker deck conferences presentations presentations platform sharing slide deck slides speakerdeck talks","unicode":"f83c"},{"name":"spotify","family":"brands","label":"Spotify","keywords":"spotify album artist audio music playlist podcast songs sound streaming","unicode":"f1bc"},{"name":"square-behance","family":"brands","label":"Square Behance","keywords":"square-behance square behance adobe behance art creative design portfolio projects showcase","unicode":"f1b5"},{"name":"square-bluesky","family":"brands","label":"Square Bluesky","keywords":"square-bluesky square bluesky app decentralized platform social media social network","unicode":"e6a3"},{"name":"square-deskpro","family":"brands","label":"Square Deskpro","keywords":"square-deskpro square deskpro","unicode":"e844"},{"name":"square-dribbble","family":"brands","label":"Square Dribbble","keywords":"square-dribbble square dribbble art branding community creative design designer dribble portfolio social","unicode":"f397"},{"name":"square-facebook","family":"brands","label":"Square Facebook","keywords":"square-facebook square facebook facebook app facebook logo fb fb icon social media social network social platform","unicode":"f082"},{"name":"square-figma","family":"brands","label":"Square Figma","keywords":"square-figma square figma app collaboration design interface prototyping software ui ux vector","unicode":"e7e4"},{"name":"square-font-awesome","family":"brands","label":"Square Font Awesome","keywords":"square-font-awesome square font awesome brand fa font awesome fontawesome icon set logo","unicode":"e5ad"},{"name":"square-font-awesome-stroke","family":"brands","label":"Square Font Awesome Stroke","keywords":"square-font-awesome-stroke square font awesome stroke brand fa font-awesome icon logo typeface","unicode":"f35c"},{"name":"square-git","family":"brands","label":"Square Git","keywords":"square-git square git code development git square repository software source control version control","unicode":"f1d2"},{"name":"square-github","family":"brands","label":"Square Github","keywords":"square-github square github code development git octocat programming repository software version control","unicode":"f092"},{"name":"square-gitlab","family":"brands","label":"Square Gitlab","keywords":"square-gitlab square gitlab ci code collaboration continuous integration devops git repository software version control","unicode":"e5ae"},{"name":"square-google-plus","family":"brands","label":"Square Google Plus","keywords":"square-google-plus square google plus google plus google social google+ gplus social media social network","unicode":"f0d4"},{"name":"square-hacker-news","family":"brands","label":"Square Hacker News","keywords":"square-hacker-news square hacker news community developer hacker news hn programming social startup tech technology","unicode":"f3af"},{"name":"square-instagram","family":"brands","label":"Square Instagram","keywords":"square-instagram square instagram app brand camera insta photo social media","unicode":"e055"},{"name":"square-js","family":"brands","label":"Square Js","keywords":"square-js square js api developer ecommerce fintech javascript payments programming sdk","unicode":"f3b9"},{"name":"square-lastfm","family":"brands","label":"Square Lastfm","keywords":"square-lastfm square lastfm audio brand last.fm media music social streaming","unicode":"f203"},{"name":"square-letterboxd","family":"brands","label":"Square Letterboxd","keywords":"square-letterboxd square letterboxd cinema film movie movies rating reviews social streaming watchlist","unicode":"e62e"},{"name":"square-linkedin","family":"brands","label":"Square Linkedin","keywords":"square-linkedin square linkedin business linkedin-logo linkedin-square network professional network social social media","unicode":"e7d0"},{"name":"square-odnoklassniki","family":"brands","label":"Square Odnoklassniki","keywords":"square-odnoklassniki square odnoklassniki odnoklassniki.ru ok russian internet russian social network social media social network","unicode":"f264"},{"name":"square-pied-piper","family":"brands","label":"Square Pied Piper","keywords":"square-pied-piper square pied piper brand pied piper piedpiper software startup tech","unicode":"e01e"},{"name":"square-pinterest","family":"brands","label":"Square Pinterest","keywords":"square-pinterest square pinterest board ideas image sharing inspiration pin social media","unicode":"f0d3"},{"name":"square-reddit","family":"brands","label":"Square Reddit","keywords":"square-reddit square reddit community discussion forum reddit logo rslash social media subreddit upvote","unicode":"f1a2"},{"name":"square-snapchat","family":"brands","label":"Square Snapchat","keywords":"square-snapchat square snapchat app chat filter ghost messaging snap snapcode social stories","unicode":"f2ad"},{"name":"square-steam","family":"brands","label":"Square Steam","keywords":"square-steam square steam digital distribution games gaming online pc platform store valve video games","unicode":"f1b7"},{"name":"square-threads","family":"brands","label":"Square Threads","keywords":"square-threads square threads meta microblogging online community social media social network square threads","unicode":"e619"},{"name":"square-tumblr","family":"brands","label":"Square Tumblr","keywords":"square-tumblr square tumblr blog blogging microblog platform post social tmb","unicode":"f174"},{"name":"square-twitter","family":"brands","label":"Square Twitter","keywords":"square-twitter square twitter bird message microblogging post social media social network tweet tweetbird","unicode":"f081"},{"name":"square-upwork","family":"brands","label":"Square Upwork","keywords":"square-upwork square upwork contract freelance freelancer gig economy jobs marketplace online work remote work work platform","unicode":"e67c"},{"name":"square-viadeo","family":"brands","label":"Square Viadeo","keywords":"square-viadeo square viadeo brand business networking professional network social network","unicode":"f2aa"},{"name":"square-vimeo","family":"brands","label":"Square Vimeo","keywords":"square-vimeo square vimeo brand media social streaming video","unicode":"f194"},{"name":"square-web-awesome","family":"brands","label":"Square Web Awesome","keywords":"square-web-awesome square web awesome ui coding components crown front-end programming user interface web development","unicode":"e683"},{"name":"square-web-awesome-stroke","family":"brands","label":"Square Web Awesome Stroke","keywords":"square-web-awesome-stroke square web awesome stroke coding components crown design developer programming software","unicode":"e684"},{"name":"square-whatsapp","family":"brands","label":"Square Whatsapp","keywords":"square-whatsapp square whatsapp chat communication instant messaging message messaging mobile app social whatsapp logo","unicode":"f40c"},{"name":"square-x-twitter","family":"brands","label":"Square X Twitter","keywords":"square-x-twitter square x twitter elon musk microblogging social media social network tweet x app","unicode":"e61a"},{"name":"square-xing","family":"brands","label":"Square Xing","keywords":"square-xing square xing business networking careers jobs networking site professional network social network xing brand xing logo","unicode":"f169"},{"name":"square-youtube","family":"brands","label":"Square Youtube","keywords":"square-youtube square youtube brand media play social streaming video","unicode":"f431"},{"name":"squarespace","family":"brands","label":"Squarespace","keywords":"squarespace blogging cms content management ecommerce online store sqsp web design website builder website hosting website platform","unicode":"f5be"},{"name":"stack-exchange","family":"brands","label":"Stack Exchange","keywords":"stack-exchange stack exchange q&a answers community developer forum knowledge sharing programming questions stack exchange stackexchange","unicode":"f18d"},{"name":"stack-overflow","family":"brands","label":"Stack Overflow","keywords":"stack-overflow stack overflow q&a answers coding community developer forum programming questions stack overflow stackoverflow tech","unicode":"f16c"},{"name":"stackpath","family":"brands","label":"Stackpath","keywords":"stackpath cdn cloud security cloud services content delivery network cybersecurity edge computing internet security network services web performance","unicode":"f842"},{"name":"staylinked","family":"brands","label":"Staylinked","keywords":"staylinked barcode scanning enterprise mobility linkin mobile computing warehouse software","unicode":"f3f5"},{"name":"steam","family":"brands","label":"Steam","keywords":"steam digital distribution game launcher games gaming online store pc games platform valve video games","unicode":"f1b6"},{"name":"steam-symbol","family":"brands","label":"Steam Symbol","keywords":"steam-symbol steam symbol pc games digital distribution game launcher game store gaming online gaming platform valve video games","unicode":"f3f6"},{"name":"sticker-mule","family":"brands","label":"Sticker Mule","keywords":"sticker-mule sticker mule sticker mule branded stickers custom labels custom stickers decal label printing printing service promotional stickers stickers","unicode":"f3f7"},{"name":"strava","family":"brands","label":"Strava","keywords":"strava cycling exercise fitness gps running sports tracking training workout","unicode":"f428"},{"name":"stripe","family":"brands","label":"Stripe","keywords":"stripe billing credit card ecommerce fintech gateway merchant online payment payment payments subscription","unicode":"f429"},{"name":"stripe-s","family":"brands","label":"Stripe S","keywords":"stripe-s stripe s billing credit card ecommerce financial fintech online payments payment payments subscription","unicode":"f42a"},{"name":"stubber","family":"brands","label":"Stubber","keywords":"stubber admission coupon event ticket receipt stub stub ticket ticket voucher","unicode":"e5c7"},{"name":"studiovinari","family":"brands","label":"Studiovinari","keywords":"studiovinari brand company logo studio vinari vinari","unicode":"f3f8"},{"name":"stumbleupon","family":"brands","label":"Stumbleupon","keywords":"stumbleupon bookmarking content discovery internet network sharing social stumble web","unicode":"f1a4"},{"name":"stumbleupon-circle","family":"brands","label":"Stumbleupon Circle","keywords":"stumbleupon-circle stumbleupon circle bookmark discovery network sharing social stumble su","unicode":"f1a3"},{"name":"superpowers","family":"brands","label":"Superpowers","keywords":"superpowers abilities comic fantasy hero powers special abilities strength superhero superhuman","unicode":"f2dd"},{"name":"supple","family":"brands","label":"Supple","keywords":"supple supple brand supple company supple logo","unicode":"f3f9"},{"name":"supportnow","family":"brands","label":"Supportnow","keywords":"supportnow customer support helpdesk online support support brand support now support platform support service tech support","unicode":"e833"},{"name":"suse","family":"brands","label":"Suse","keywords":"suse enterprise linux linux linux distribution open source operating system os sle suse linux","unicode":"f7d6"},{"name":"svelte","family":"brands","label":"Svelte","keywords":"svelte","unicode":"e868"},{"name":"swift","family":"brands","label":"Swift","keywords":"swift app development apple swift code developer ios macos programming language software swift programming","unicode":"f8e1"},{"name":"symfony","family":"brands","label":"Symfony","keywords":"symfony backend mvc open source php php framework php library symfony framework web development","unicode":"f83d"},{"name":"symfonycasts","family":"brands","label":"Symfonycasts","keywords":"symfonycasts","unicode":"e8ab"},{"name":"tailwind-css","family":"brands","label":"Tailwind Css","keywords":"tailwind-css tailwind css","unicode":"e866"},{"name":"teamspeak","family":"brands","label":"Teamspeak","keywords":"teamspeak voip chat app communication gaming voice online gaming ts voice chat","unicode":"f4f9"},{"name":"telegram","family":"brands","label":"Telegram","keywords":"telegram app chat communication instant messaging messaging messenger app mobile app social media telegram messenger","unicode":"f2c6"},{"name":"tencent-weibo","family":"brands","label":"Tencent Weibo","keywords":"tencent-weibo tencent weibo chinese social media messaging microblog platform social","unicode":"f1d5"},{"name":"tex","family":"brands","label":"Tex","keywords":"tex document formula latex markup math scientific typesetting","unicode":"e7ff"},{"name":"the-red-yeti","family":"brands","label":"The Red Yeti","keywords":"the-red-yeti the red yeti brand content creator esports gaming red yeti streamer the red the red yeti","unicode":"f69d"},{"name":"themeco","family":"brands","label":"Themeco","keywords":"themeco brand builder creative digital products page builder templates theme themes web design website wordpress","unicode":"f5c6"},{"name":"themeisle","family":"brands","label":"Themeisle","keywords":"themeisle theme isle website templates website themes wordpress wordpress plugins wordpress themes","unicode":"f2b2"},{"name":"think-peaks","family":"brands","label":"Think Peaks","keywords":"think-peaks think peaks analytics business intelligence charts data graphs think peaks thinkpeaks visualization","unicode":"f731"},{"name":"threads","family":"brands","label":"Threads","keywords":"threads chat communication conversation messaging meta social media social network","unicode":"e618"},{"name":"threema","family":"brands","label":"Threema","keywords":"threema","unicode":"e85f"},{"name":"tidal","family":"brands","label":"Tidal","keywords":"tidal album artist audio hi-fi music playlist songs streaming","unicode":"e7dc"},{"name":"tiktok","family":"brands","label":"Tiktok","keywords":"tiktok app dance lip sync music short video social media tik tok trends video viral","unicode":"e07b"},{"name":"tor-browser","family":"brands","label":"Tor Browser","keywords":"tor-browser tor browser anonymity anonymous browsing censorship circumvention dark web internet privacy onion privacy secure browsing tor browser","unicode":"e838"},{"name":"trade-federation","family":"brands","label":"Trade Federation","keywords":"trade-federation trade federation clone wars galactic sci-fi separatists space star wars star wars logo starship trade federation","unicode":"f513"},{"name":"trello","family":"brands","label":"Trello","keywords":"trello atlassian boards collaboration kanban productivity project management task management workflow","unicode":"f181"},{"name":"tumblr","family":"brands","label":"Tumblr","keywords":"tumblr blogging microblogging social media social network tmb tumblr logo","unicode":"f173"},{"name":"twitch","family":"brands","label":"Twitch","keywords":"twitch broadcast chat esports gaming live platform streamer streaming twitch.tv video game","unicode":"f1e8"},{"name":"twitter","family":"brands","label":"Twitter","keywords":"twitter bird microblogging social media social network tweet tweets x platform","unicode":"f099"},{"name":"typescript","family":"brands","label":"Typescript","keywords":"typescript","unicode":"e840"},{"name":"typo3","family":"brands","label":"Typo3","keywords":"typo3 cms content management content management system open source php typo web development","unicode":"f42b"},{"name":"uber","family":"brands","label":"Uber","keywords":"uber app car service driver mobility ride rideshare taxi transportation travel","unicode":"f402"},{"name":"ubuntu","family":"brands","label":"Ubuntu","keywords":"ubuntu canonical distro linux linux distribution open source operating system os","unicode":"f7df"},{"name":"uikit","family":"brands","label":"Uikit","keywords":"uikit components design system framework frontend toolkit ui kit user interface web development","unicode":"f403"},{"name":"ultralytics","family":"brands","label":"Ultralytics","keywords":"ultralytics","unicode":"e86d"},{"name":"ultralytics-hub","family":"brands","label":"Ultralytics Hub","keywords":"ultralytics-hub ultralytics hub","unicode":"e86e"},{"name":"ultralytics-yolo","family":"brands","label":"Ultralytics Yolo","keywords":"ultralytics-yolo ultralytics yolo","unicode":"e86f"},{"name":"umbraco","family":"brands","label":"Umbraco","keywords":"umbraco .net cms content management dotnet open source platform web development website","unicode":"f8e8"},{"name":"uncharted","family":"brands","label":"Uncharted","keywords":"uncharted action game adventure game naughty dog playstation ps4 ps5 treasure hunt uncharted game uncharted series","unicode":"e084"},{"name":"uniregistry","family":"brands","label":"Uniregistry","keywords":"uniregistry domain marketplace domain name domain registrar domain registration web domains","unicode":"f404"},{"name":"unison","family":"brands","label":"Unison","keywords":"unison","unicode":"e854"},{"name":"unity","family":"brands","label":"Unity","keywords":"unity 3d cross-platform developer game development game engine gaming interactive real-time unity3d","unicode":"e049"},{"name":"unreal-engine","family":"brands","label":"Unreal Engine","keywords":"unreal-engine unreal engine","unicode":"e85c"},{"name":"unsplash","family":"brands","label":"Unsplash","keywords":"unsplash free images images photo platform photo sharing photography photos pictures stock photos","unicode":"e07c"},{"name":"untappd","family":"brands","label":"Untappd","keywords":"untappd app beer beer lover brewery check-in craft beer drinks rating social","unicode":"f405"},{"name":"ups","family":"brands","label":"Ups","keywords":"ups united parcel service courier delivery freight logistics package parcel shipping","unicode":"f7e0"},{"name":"upwork","family":"brands","label":"Upwork","keywords":"upwork contract work freelance freelancer freelancing platform gig economy online jobs remote work work marketplace","unicode":"e641"},{"name":"usb","family":"brands","label":"Usb","keywords":"usb connector data transfer external drive flash drive memory stick port storage thumb drive universal serial bus","unicode":"f287"},{"name":"usps","family":"brands","label":"Usps","keywords":"usps american usa united states postal service delivery mail package postal shipping","unicode":"f7e1"},{"name":"ussunnah","family":"brands","label":"Ussunnah","keywords":"ussunnah brand islamic muslim sunnah us sunnah","unicode":"f407"},{"name":"vaadin","family":"brands","label":"Vaadin","keywords":"vaadin frontend framework java web framework open source ui toolkit vaadin framework web components","unicode":"f408"},{"name":"venmo","family":"brands","label":"Venmo","keywords":"venmo","unicode":"e85a"},{"name":"venmo-v","family":"brands","label":"Venmo V","keywords":"venmo-v venmo v","unicode":"e85b"},{"name":"viacoin","family":"brands","label":"Viacoin","keywords":"viacoin altcoin blockchain crypto cryptocurrency digital currency vtc","unicode":"f237"},{"name":"viadeo","family":"brands","label":"Viadeo","keywords":"viadeo business networking career jobs professional network professional profile social network","unicode":"f2a9"},{"name":"viber","family":"brands","label":"Viber","keywords":"viber calls chat communication instant message messaging mobile app text viber messenger voip","unicode":"f409"},{"name":"vim","family":"brands","label":"Vim","keywords":"vim","unicode":"e88a"},{"name":"vimeo","family":"brands","label":"Vimeo","keywords":"vimeo film media movies online video streaming video video platform videos","unicode":"f40a"},{"name":"vimeo-v","family":"brands","label":"Vimeo V","keywords":"vimeo-v vimeo v platform social media streaming video vimeo logo","unicode":"f27d"},{"name":"vine","family":"brands","label":"Vine","keywords":"vine app brand looping video platform short video six seconds social media video vineapp","unicode":"f1ca"},{"name":"vk","family":"brands","label":"Vk","keywords":"vk chat community messaging network russian social social media vkontakte","unicode":"f189"},{"name":"vnv","family":"brands","label":"Vnv","keywords":"vnv vnv brand vnv logo vnv network","unicode":"f40b"},{"name":"vsco","family":"brands","label":"Vsco","keywords":"vsco image editing photo editor photo filter photo sharing photography social media vsco app","unicode":"e7dd"},{"name":"vuejs","family":"brands","label":"Vuejs","keywords":"vuejs mvvm spa ui framework frontend javascript js progressive framework vue vue.js web development","unicode":"f41f"},{"name":"w3c","family":"brands","label":"W3c","keywords":"w3c internet standards web accessibility web design web development web standards web technologies world wide web consortium","unicode":"e7de"},{"name":"watchman-monitoring","family":"brands","label":"Watchman Monitoring","keywords":"watchman-monitoring watchman monitoring it monitoring brand network monitoring server monitoring system monitoring watchman monitoring","unicode":"e087"},{"name":"waze","family":"brands","label":"Waze","keywords":"waze commute directions driving gps maps navigation route traffic travel","unicode":"f83f"},{"name":"web-awesome","family":"brands","label":"Web Awesome","keywords":"web-awesome web awesome award badge coding components crown developer frontend programming","unicode":"e682"},{"name":"webflow","family":"brands","label":"Webflow","keywords":"webflow no-code web design web development web platform webflow logo website builder","unicode":"e65c"},{"name":"weebly","family":"brands","label":"Weebly","keywords":"weebly drag and drop ecommerce online store site builder small business web design web hosting website builder website platform","unicode":"f5cc"},{"name":"weibo","family":"brands","label":"Weibo","keywords":"weibo chinese social media microblog sina weibo social media social network weibo logo","unicode":"f18a"},{"name":"weixin","family":"brands","label":"Weixin","keywords":"weixin chat chinese messenger instant messaging messaging mobile app social media wechat weixin app","unicode":"f1d7"},{"name":"whatsapp","family":"brands","label":"Whatsapp","keywords":"whatsapp call chat communication instant message messaging mobile chat social media text video call voice call whatsapp messenger","unicode":"f232"},{"name":"whmcs","family":"brands","label":"Whmcs","keywords":"whmcs automation billing client management hosting automation hosting control panel web hosting web services","unicode":"f40d"},{"name":"wikipedia-w","family":"brands","label":"Wikipedia W","keywords":"wikipedia-w wikipedia w encyclopedia information knowledge online encyclopedia reference wiki wiki logo","unicode":"f266"},{"name":"windows","family":"brands","label":"Windows","keywords":"windows desktop laptop microsoft microsoft windows operating system os pc software","unicode":"f17a"},{"name":"wirsindhandwerk","family":"brands","label":"Wirsindhandwerk","keywords":"wirsindhandwerk artisan craftsman german craftsmanship handwerk skilled worker trade wir sind handwerk","unicode":"e2d0"},{"name":"wix","family":"brands","label":"Wix","keywords":"wix online platform site builder web design web hosting website builder website platform wix.com","unicode":"f5cf"},{"name":"wizards-of-the-coast","family":"brands","label":"Wizards Of The Coast","keywords":"wizards-of-the-coast wizards of the coast dungeons & dragons wizards of the coast collectible card game d&d dnd fantasy gaming magic the gathering mtg role-playing game rpg tabletop","unicode":"f730"},{"name":"wodu","family":"brands","label":"Wodu","keywords":"wodu wodu app wodu brand wodu logo wodu platform wodu service","unicode":"e088"},{"name":"wolf-pack-battalion","family":"brands","label":"Wolf Pack Battalion","keywords":"wolf-pack-battalion wolf pack battalion group military unit squad tactical team unit wolf pack","unicode":"f514"},{"name":"wordpress","family":"brands","label":"Wordpress","keywords":"wordpress blog blogging platform cms content management open source php publishing website wp","unicode":"f19a"},{"name":"wordpress-simple","family":"brands","label":"Wordpress Simple","keywords":"wordpress-simple wordpress simple blog cms content management platform publishing website wp","unicode":"f411"},{"name":"wpbeginner","family":"brands","label":"Wpbeginner","keywords":"wpbeginner wordpress beginner wordpress guide wordpress help wordpress learning wordpress tips wordpress tutorial","unicode":"f297"},{"name":"wpexplorer","family":"brands","label":"Wpexplorer","keywords":"wpexplorer blog tech blog tutorials web development website wordpress wp explorer","unicode":"f2de"},{"name":"wpforms","family":"brands","label":"Wpforms","keywords":"wpforms contact form form builder form creation form plugin form software form tool online forms wordpress forms wordpress plugin","unicode":"f298"},{"name":"wpressr","family":"brands","label":"Wpressr","keywords":"wpressr blogging cms content management website wordpress","unicode":"f3e4"},{"name":"x-twitter","family":"brands","label":"X Twitter","keywords":"x-twitter x twitter blue bird microblogging social social media social network tweet tweets","unicode":"e61b"},{"name":"xbox","family":"brands","label":"Xbox","keywords":"xbox microsoft xbox xbox brand xbox console xbox controller xbox game xbox gaming xbox series","unicode":"f412"},{"name":"xing","family":"brands","label":"Xing","keywords":"xing business networking career jobs networking site professional network professional profile social network xing logo","unicode":"f168"},{"name":"xmpp","family":"brands","label":"Xmpp","keywords":"xmpp","unicode":"e864"},{"name":"y-combinator","family":"brands","label":"Y Combinator","keywords":"y-combinator y combinator accelerator entrepreneurship seed funding startup tech incubator venture capital y combinator yc","unicode":"f23b"},{"name":"yahoo","family":"brands","label":"Yahoo","keywords":"yahoo internet company verizon yahoo brand yahoo finance yahoo logo yahoo mail yahoo messenger yahoo search yahoo sports","unicode":"f19e"},{"name":"yammer","family":"brands","label":"Yammer","keywords":"yammer collaboration tool corporate messaging enterprise social network microsoft 365 microsoft yammer office 365 team communication workplace chat","unicode":"f840"},{"name":"yandex","family":"brands","label":"Yandex","keywords":"yandex internet russian search engine search technology web yandex browser yandex mail yandex maps yandex taxi","unicode":"f413"},{"name":"yandex-international","family":"brands","label":"Yandex International","keywords":"yandex-international yandex international internet russian tech search engine technology web yandex international yandex logo","unicode":"f414"},{"name":"yarn","family":"brands","label":"Yarn","keywords":"yarn craft crochet fabric fiber knitting sewing textile thread wool","unicode":"f7e3"},{"name":"yelp","family":"brands","label":"Yelp","keywords":"yelp business food local places ratings recommendations restaurant reviews services","unicode":"f1e9"},{"name":"yoast","family":"brands","label":"Yoast","keywords":"yoast content optimization plugin search engine optimization seo seo tool website ranking wordpress yoast seo","unicode":"f2b1"},{"name":"youtube","family":"brands","label":"Youtube","keywords":"youtube broadcast channel media online video play streaming video video platform vlog","unicode":"f167"},{"name":"zhihu","family":"brands","label":"Zhihu","keywords":"zhihu answers chinese q&a community knowledge sharing question social network \u77E5\u4E4E","unicode":"f63f"},{"name":"zoom","family":"brands","label":"Zoom","keywords":"zoom","unicode":"e87b"},{"name":"zulip","family":"brands","label":"Zulip","keywords":"zulip","unicode":"e853"},{"name":"address-book","family":"regular","label":"Address Book","keywords":"address-book address book address book contact contact list contacts directory employee little black book people personal organizer phone book profile rolodex user username","unicode":"f2b9"},{"name":"address-card","family":"regular","label":"Address Card","keywords":"address-card address card badge business card contact contact card credentials employee id id card identification name card personal info profile profile card registration user","unicode":"f2bb"},{"name":"alarm-clock","family":"regular","label":"Alarm Clock","keywords":"alarm-clock alarm clock alarm clock alert bedtime deadline morning reminder ringing schedule snooze stopwatch time timer wake up watch","unicode":"f34e"},{"name":"bell","family":"regular","label":"Bell","keywords":"bell alarm alert buzzer call chime ding notification prompt reminder request ring signal tone","unicode":"f0f3"},{"name":"bell-slash","family":"regular","label":"Bell Slash","keywords":"bell-slash bell slash alert block cancel disable notifications disabled do not disturb mute no sound notification off quiet reminder silent sound off","unicode":"f1f6"},{"name":"bookmark","family":"regular","label":"Bookmark","keywords":"bookmark clip favorite flag hold keep mark marker page read remember research ribbon save tag","unicode":"f02e"},{"name":"building","family":"regular","label":"Building","keywords":"building apartment architecture business city company corporate headquarters office office building real estate skyscraper tower urban workplace","unicode":"f1ad"},{"name":"calendar","family":"regular","label":"Calendar","keywords":"calendar agenda appointment date day deadline event month planner reminder schedule time year","unicode":"f133"},{"name":"calendar-check","family":"regular","label":"Calendar Check","keywords":"calendar-check calendar check accept agree appointment approved booked completed confirm confirmed date day deadline done event mark meeting month planned reminder schedule select success tick time todo validate","unicode":"f274"},{"name":"calendar-days","family":"regular","label":"Calendar Days","keywords":"calendar-days calendar days agenda appointment date day deadline event month planner reminder schedule time timeline year","unicode":"f073"},{"name":"calendar-minus","family":"regular","label":"Calendar Minus","keywords":"calendar-minus calendar minus cancel clear date day delete event month reduce remove schedule subtract time year","unicode":"f272"},{"name":"calendar-plus","family":"regular","label":"Calendar Plus","keywords":"calendar-plus calendar plus add appointment create date day event month new plan reminder schedule time year","unicode":"f271"},{"name":"calendar-xmark","family":"regular","label":"Calendar Xmark","keywords":"calendar-xmark calendar xmark appointment cancel cancelation close date day delete event month remove schedule time x year","unicode":"f273"},{"name":"camera","family":"regular","label":"Camera","keywords":"camera camera icon capture film image lens photo photograph photography picture recording shutter snapshot video","unicode":"f030"},{"name":"chart-bar","family":"regular","label":"Chart Bar","keywords":"chart-bar chart bar analytics comparison dashboard data graph metrics performance progress report statistics trends visualization","unicode":"f080"},{"name":"chess-bishop","family":"regular","label":"Chess Bishop","keywords":"chess-bishop chess bishop black bishop board game checkmate chess piece chessboard game piece strategy","unicode":"f43a"},{"name":"chess-king","family":"regular","label":"Chess King","keywords":"chess-king chess king board game checkmate chess king chess piece chess strategy chessboard game king piece strategy","unicode":"f43f"},{"name":"chess-knight","family":"regular","label":"Chess Knight","keywords":"chess-knight chess knight board game checkmate chess match chess piece chessboard game piece horse strategy","unicode":"f441"},{"name":"chess-pawn","family":"regular","label":"Chess Pawn","keywords":"chess-pawn chess pawn board game checkmate chess pawn expendable game piece piece sacrifice strategy","unicode":"f443"},{"name":"chess-queen","family":"regular","label":"Chess Queen","keywords":"chess-queen chess queen board game checkmate chess piece chess queen chess set chessboard game queen piece strategy","unicode":"f445"},{"name":"chess-rook","family":"regular","label":"Chess Rook","keywords":"chess-rook chess rook board game castle checkmate chess piece chess strategy chessboard defense game piece strategy tower","unicode":"f447"},{"name":"circle","family":"regular","label":"Circle","keywords":"circle black circle blue circle brown circle diameter dot ellipse fill geometric green circle indicator notification orange circle progress purple circle red circle round shape status white circle yellow circle","unicode":"f111"},{"name":"circle-check","family":"regular","label":"Circle Check","keywords":"circle-check circle check accept agree approve confirm correct done enable ok select success tick validate yes","unicode":"f058"},{"name":"circle-dot","family":"regular","label":"Circle Dot","keywords":"circle-dot circle dot bullseye button focus indicator marker notification point radio radio button target","unicode":"f192"},{"name":"circle-down","family":"regular","label":"Circle Down","keywords":"circle-down circle down arrow-circle-down arrow-down circle-arrow-down circle-download download download-button download-circle downward-arrow save save-file","unicode":"f358"},{"name":"circle-left","family":"regular","label":"Circle Left","keywords":"circle-left circle left arrow arrow-circle-left back go back navigation previous return undo","unicode":"f359"},{"name":"circle-pause","family":"regular","label":"Circle Pause","keywords":"circle-pause circle pause break halt hold media control pause button stop temporary stop wait waiting","unicode":"f28b"},{"name":"circle-play","family":"regular","label":"Circle Play","keywords":"circle-play circle play audio clip media movie music sound start streaming video watch","unicode":"f144"},{"name":"circle-question","family":"regular","label":"Circle Question","keywords":"circle-question circle question ask assist confusion doubt faq help info information inquiry query question-mark support unknown","unicode":"f059"},{"name":"circle-right","family":"regular","label":"Circle Right","keywords":"circle-right circle right arrow arrow-circle-o-right continue direction forward move navigation next proceed","unicode":"f35a"},{"name":"circle-stop","family":"regular","label":"Circle Stop","keywords":"circle-stop circle stop block cancel deny disallow forbidden halt no pause prevent prohibit","unicode":"f28d"},{"name":"circle-up","family":"regular","label":"Circle Up","keywords":"circle-up circle up arrow arrow-circle-up direction up increase move up upgrade upload upload arrow","unicode":"f35b"},{"name":"circle-user","family":"regular","label":"Circle User","keywords":"circle-user circle user account avatar contact employee individual member people person profile username","unicode":"f2bd"},{"name":"circle-xmark","family":"regular","label":"Circle Xmark","keywords":"circle-xmark circle xmark cancel close cross dismiss error exit fail incorrect no reject remove stop wrong","unicode":"f057"},{"name":"clipboard","family":"regular","label":"Clipboard","keywords":"clipboard board checklist copy document file memo notepad notes paper paste record task writing","unicode":"f328"},{"name":"clock","family":"regular","label":"Clock","keywords":"clock 4 4:00 alarm four four o\u2019clock hour late minute o'clock pending schedule ticking time timer timestamp watch","unicode":"f017"},{"name":"clone","family":"regular","label":"Clone","keywords":"clone add backup copy copy-paste duplicate mirror new repeat replicate","unicode":"f24d"},{"name":"closed-captioning","family":"regular","label":"Closed Captioning","keywords":"closed-captioning closed captioning accessibility captions cc closed caption closed captions deaf hearing impaired subtitle subtitles text transcript video","unicode":"f20a"},{"name":"cloud","family":"regular","label":"Cloud","keywords":"cloud atmosphere backup data fog internet network online overcast save sky storage upload weather","unicode":"f0c2"},{"name":"comment","family":"regular","label":"Comment","keywords":"comment chat conversation discussion feedback message note notification reply response sms speech bubble talk texting","unicode":"f075"},{"name":"comment-dots","family":"regular","label":"Comment Dots","keywords":"comment-dots comment dots bubble chat conversation dialog discussion feedback input message note reply sms speech balloon texting typing","unicode":"f4ad"},{"name":"comments","family":"regular","label":"Comments","keywords":"comments chat comment communication conversation dialogue discussion feedback message notification reply sms speech bubbles talk texting","unicode":"f086"},{"name":"compass","family":"regular","label":"Compass","keywords":"compass adventure directions explore guide location magnetic map navigation north orienteering path route travel wayfinding","unicode":"f14e"},{"name":"copy","family":"regular","label":"Copy","keywords":"copy clipboard clone document duplicate file paper paste replicate","unicode":"f0c5"},{"name":"copyright","family":"regular","label":"Copyright","keywords":"copyright c copyright symbol intellectual property legal license mark protection registered rights trademark","unicode":"f1f9"},{"name":"credit-card","family":"regular","label":"Credit Card","keywords":"credit-card credit card billing buy charge checkout credit card debit card finance money pay payment plastic card purchase transaction wallet","unicode":"f09d"},{"name":"envelope","family":"regular","label":"Envelope","keywords":"envelope contact correspondence e-mail email inbox letter mail message newsletter notification postal receive send support","unicode":"f0e0"},{"name":"envelope-open","family":"regular","label":"Envelope Open","keywords":"envelope-open envelope open communication correspondence e-mail email inbox letter mail message newsletter notification offer open mail support","unicode":"f2b6"},{"name":"eye","family":"regular","label":"Eye","keywords":"eye focus glimpse look observe peek see sight stare view visible vision watch","unicode":"f06e"},{"name":"eye-slash","family":"regular","label":"Eye Slash","keywords":"eye-slash eye slash blocked conceal disable hidden hide invisible no-view obscured privacy privacy-mode security toggle unseen","unicode":"f070"},{"name":"face-angry","family":"regular","label":"Face Angry","keywords":"face-angry face angry annoyed disapprove displeased emoticon emotion frowning frustrated glare mad rage upset","unicode":"f556"},{"name":"face-dizzy","family":"regular","label":"Face Dizzy","keywords":"face-dizzy face dizzy confused dazed dizzy face emoticon faint sick unwell woozy woozy face","unicode":"f567"},{"name":"face-flushed","family":"regular","label":"Face Flushed","keywords":"face-flushed face flushed bashful blushing embarrassed emoticon overwhelmed red-faced shy surprised","unicode":"f579"},{"name":"face-frown","family":"regular","label":"Face Frown","keywords":"face-frown face frown disappointed disapprove displeased emoticon frowning face negative sad unhappy unhappy emoji unhappy face","unicode":"f119"},{"name":"face-frown-open","family":"regular","label":"Face Frown Open","keywords":"face-frown-open face frown open disappointed disapprove displeased emoticon expression negative open mouth sad unhappy upset","unicode":"f57a"},{"name":"face-grimace","family":"regular","label":"Face Grimace","keywords":"face-grimace face grimace anxious awkward cringe emoticon expression grimacing face nervous teeth uncomfortable uneasy worried","unicode":"f57f"},{"name":"face-grin","family":"regular","label":"Face Grin","keywords":"face-grin face grin amusement cheerful emoji expression grinning happy joy laugh pleased smile","unicode":"f580"},{"name":"face-grin-beam","family":"regular","label":"Face Grin Beam","keywords":"face-grin-beam face grin beam cheerful delighted emoticon eyes closed happy joy laugh open mouth smile smiling face","unicode":"f582"},{"name":"face-grin-beam-sweat","family":"regular","label":"Face Grin Beam Sweat","keywords":"face-grin-beam-sweat face grin beam sweat anxious awkward embarrassed emoticon nervous relief smile uncomfortable","unicode":"f583"},{"name":"face-grin-hearts","family":"regular","label":"Face Grin Hearts","keywords":"face-grin-hearts face grin hearts admiration adoration affection crush emoji emoticon heart-eyes infatuation love smile smiling","unicode":"f584"},{"name":"face-grin-squint","family":"regular","label":"Face Grin Squint","keywords":"face-grin-squint face grin squint amusement emoticon happy joy laugh laughing playful satisfied smile","unicode":"f585"},{"name":"face-grin-squint-tears","family":"regular","label":"Face Grin Squint Tears","keywords":"face-grin-squint-tears face grin squint tears emoji funny happy humor joy laugh laughing rofl rolling on the floor laughing smile","unicode":"f586"},{"name":"face-grin-stars","family":"regular","label":"Face Grin Stars","keywords":"face-grin-stars face grin stars amazed celebrity emoticon excited happy impressed joyful smiling star star-struck starry-eyed vip","unicode":"f587"},{"name":"face-grin-tears","family":"regular","label":"Face Grin Tears","keywords":"face-grin-tears face grin tears lol crying with laughter emoji funny happy joy laugh laughing smile tear tears of joy","unicode":"f588"},{"name":"face-grin-tongue","family":"regular","label":"Face Grin Tongue","keywords":"face-grin-tongue face grin tongue cheeky emoji funny goofy joking laugh lighthearted playful silly teasing","unicode":"f589"},{"name":"face-grin-tongue-squint","family":"regular","label":"Face Grin Tongue Squint","keywords":"face-grin-tongue-squint face grin tongue squint emoji funny goofy joking laugh playful silly silly face teasing","unicode":"f58a"},{"name":"face-grin-tongue-wink","family":"regular","label":"Face Grin Tongue Wink","keywords":"face-grin-tongue-wink face grin tongue wink lol cheeky emoji emoticon funny joke laugh playful silly teasing winking face","unicode":"f58b"},{"name":"face-grin-wide","family":"regular","label":"Face Grin Wide","keywords":"face-grin-wide face grin wide big eyes cheerful emoticon excited happy joyful laugh open mouth smile wide grin","unicode":"f581"},{"name":"face-grin-wink","family":"regular","label":"Face Grin Wink","keywords":"face-grin-wink face grin wink cheeky emoticon flirt happy mischievous playful smile","unicode":"f58c"},{"name":"face-kiss","family":"regular","label":"Face Kiss","keywords":"face-kiss face kiss affection beso blowing a kiss emoji flirt hug and kiss kissing face love romantic smooch","unicode":"f596"},{"name":"face-kiss-beam","family":"regular","label":"Face Kiss Beam","keywords":"face-kiss-beam face kiss beam affection blowing kiss emoji emoticon eyes closed happy kissing face love smile smooch","unicode":"f597"},{"name":"face-kiss-wink-heart","family":"regular","label":"Face Kiss Wink Heart","keywords":"face-kiss-wink-heart face kiss wink heart affection blowing a kiss emoji emoticon flirt love smooch","unicode":"f598"},{"name":"face-laugh","family":"regular","label":"Face Laugh","keywords":"face-laugh face laugh amusement chuckle emoji funny grin happy humor joy laughter smile","unicode":"f599"},{"name":"face-laugh-beam","family":"regular","label":"Face Laugh Beam","keywords":"face-laugh-beam face laugh beam amusement beaming face cheerful emoji fun grin happy humor joy laughing face laughter smile smiling eyes","unicode":"f59a"},{"name":"face-laugh-squint","family":"regular","label":"Face Laugh Squint","keywords":"face-laugh-squint face laugh squint lol amused emoticon funny grin happy joy laughing smile","unicode":"f59b"},{"name":"face-laugh-wink","family":"regular","label":"Face Laugh Wink","keywords":"face-laugh-wink face laugh wink lol emoticon funny happy humor joking playful smile","unicode":"f59c"},{"name":"face-meh","family":"regular","label":"Face Meh","keywords":"face-meh face meh apathetic bland deadpan default emoticon emotion expression indifferent neutral neutral face rating unamused unimpressed","unicode":"f11a"},{"name":"face-meh-blank","family":"regular","label":"Face Meh Blank","keywords":"face-meh-blank face meh blank deadpan emotionless expressionless indifferent neutral no mouth quiet silent stoic unimpressed","unicode":"f5a4"},{"name":"face-rolling-eyes","family":"regular","label":"Face Rolling Eyes","keywords":"face-rolling-eyes face rolling eyes annoyed dismissive emoji exasperated expression eye roll eyeroll reaction rolling eyes sarcastic unimpressed","unicode":"f5a5"},{"name":"face-sad-cry","family":"regular","label":"Face Sad Cry","keywords":"face-sad-cry face sad cry crying emoticon emotional sad face sobbing tearful tears unhappy upset","unicode":"f5b3"},{"name":"face-sad-tear","family":"regular","label":"Face Sad Tear","keywords":"face-sad-tear face sad tear crying distress emoticon emotional grief sorrow tears unhappy upset","unicode":"f5b4"},{"name":"face-smile","family":"regular","label":"Face Smile","keywords":"face-smile face smile approve cheerful content emoticon friendly happy joy pleased positive satisfied slightly smiling face","unicode":"f118"},{"name":"face-smile-beam","family":"regular","label":"Face Smile Beam","keywords":"face-smile-beam face smile beam beaming blush cheerful delighted emoticon grin happiness happy joyful pleased positive smiling","unicode":"f5b8"},{"name":"face-smile-wink","family":"regular","label":"Face Smile Wink","keywords":"face-smile-wink face smile wink cheeky emoticon flirt fun happy mischievous playful teasing winking face","unicode":"f4da"},{"name":"face-surprise","family":"regular","label":"Face Surprise","keywords":"face-surprise face surprise astonished emoji expression open mouth reaction shocked startled surprised wow","unicode":"f5c2"},{"name":"face-tired","family":"regular","label":"Face Tired","keywords":"face-tired face tired drained emoticon exhausted fatigued frustrated grumpy sleepy upset weary worn out","unicode":"f5c8"},{"name":"file","family":"regular","label":"File","keywords":"file blank cv document form new page page facing up paper pdf report resume sheet text","unicode":"f15b"},{"name":"file-audio","family":"regular","label":"File Audio","keywords":"file-audio file audio document mp3 music play recording sound track waveform","unicode":"f1c7"},{"name":"file-code","family":"regular","label":"File Code","keywords":"file-code file code css development document html markup mysql programming script sql","unicode":"f1c9"},{"name":"file-excel","family":"regular","label":"File Excel","keywords":"file-excel file excel csv data document microsoft excel numbers sheet spreadsheet table workbook xls xlsx","unicode":"f1c3"},{"name":"file-image","family":"regular","label":"File Image","keywords":"file-image file image document document with image graphic image file img jpg photo photo file picture picture file png","unicode":"f1c5"},{"name":"file-lines","family":"regular","label":"File Lines","keywords":"file-lines file lines document file-text form invoice new document page paper pdf report sheet text","unicode":"f15c"},{"name":"file-pdf","family":"regular","label":"File Pdf","keywords":"file-pdf file pdf acrobat attachment document ebook portable document format preview report save","unicode":"f1c1"},{"name":"file-powerpoint","family":"regular","label":"File Powerpoint","keywords":"file-powerpoint file powerpoint deck document keynote microsoft office ppt presentation slide slideshow","unicode":"f1c4"},{"name":"file-video","family":"regular","label":"File Video","keywords":"file-video file video clip film footage m4v media movie mp4 play playback recording","unicode":"f1c8"},{"name":"file-word","family":"regular","label":"File Word","keywords":"file-word file word doc document editable letter office page paper report text word processing writing","unicode":"f1c2"},{"name":"file-zipper","family":"regular","label":"File Zipper","keywords":"file-zipper file zipper .zip archive archive file bundle compress compressed compression download extractor folder packed packing zip zipped file","unicode":"f1c6"},{"name":"flag","family":"regular","label":"Flag","keywords":"flag alert banner country marker nation notification notify pennant pole report signal symbol waving","unicode":"f024"},{"name":"floppy-disk","family":"regular","label":"Floppy Disk","keywords":"floppy-disk floppy disk archive backup computer data floppy disk legacy memory old school retro save save icon storage","unicode":"f0c7"},{"name":"folder","family":"regular","label":"Folder","keywords":"folder archive directory document documents file file folder file organizer files filing folder icon folder symbol storage","unicode":"f07b"},{"name":"folder-closed","family":"regular","label":"Folder Closed","keywords":"folder-closed folder closed archive closed folder directory documents file cabinet file folder filing organize storage","unicode":"e185"},{"name":"folder-open","family":"regular","label":"Folder Open","keywords":"folder-open folder open archive directory document file file folder folder icon folder open folder view open file folder open folder","unicode":"f07c"},{"name":"font-awesome","family":"regular","label":"Font Awesome","keywords":"font-awesome font awesome branding fa icon set logo typeface","unicode":"f2b4"},{"name":"futbol","family":"regular","label":"Futbol","keywords":"futbol ball football football game football sport soccer soccer ball soccer ball graphic soccer ball icon soccer ball symbol soccer game soccer sport sports","unicode":"f1e3"},{"name":"gem","family":"regular","label":"Gem","keywords":"gem crystal diamond emerald gem stone gemstone jewel jewelry luxury precious ruby sapphire treasure valuable","unicode":"f3a5"},{"name":"hand","family":"regular","label":"Hand","keywords":"hand backhand gesture halt high five palm raised hand request roshambo signal stop wave","unicode":"f256"},{"name":"hand-back-fist","family":"regular","label":"Hand Back Fist","keywords":"hand-back-fist hand back fist closed hand game gesture punch rock roshambo strike","unicode":"f255"},{"name":"hand-lizard","family":"regular","label":"Hand Lizard","keywords":"hand-lizard hand lizard claw game hand gesture reptile rock paper scissors roshambo sign","unicode":"f258"},{"name":"hand-peace","family":"regular","label":"Hand Peace","keywords":"hand-peace hand peace gesture peace sign sign symbol truce two fingers v victory victory hand","unicode":"f25b"},{"name":"hand-point-down","family":"regular","label":"Hand Point Down","keywords":"hand-point-down hand point down arrow click cursor direction finger gesture indicator pointing select tap","unicode":"f0a7"},{"name":"hand-point-left","family":"regular","label":"Hand Point Left","keywords":"hand-point-left hand point left arrow back direction finger gesture indicate pointer previous select","unicode":"f0a5"},{"name":"hand-point-right","family":"regular","label":"Hand Point Right","keywords":"hand-point-right hand point right arrow direction finger forward gesture next pointer","unicode":"f0a4"},{"name":"hand-point-up","family":"regular","label":"Hand Point Up","keywords":"hand-point-up hand point up click direction finger gesture index indicate point up pointing up request select upgrade","unicode":"f0a6"},{"name":"hand-pointer","family":"regular","label":"Hand Pointer","keywords":"hand-pointer hand pointer click cursor gesture hand-cursor interact select tap touch","unicode":"f25a"},{"name":"hand-scissors","family":"regular","label":"Hand Scissors","keywords":"hand-scissors hand scissors cut fingers game hand gesture peace sign rock paper scissors roshambo victory","unicode":"f257"},{"name":"hand-spock","family":"regular","label":"Hand Spock","keywords":"hand-spock hand spock finger gesture greeting hello live long peace prosper salute sci-fi sign star trek vulcan vulcan salute","unicode":"f259"},{"name":"handshake","family":"regular","label":"Handshake","keywords":"handshake agreement alliance collaboration contract cooperation deal greeting meeting negotiation partnership trust welcome","unicode":"f2b5"},{"name":"hard-drive","family":"regular","label":"Hard Drive","keywords":"hard-drive hard drive backup computer data device disk hard disk hard drive hardware hdd save storage storage device","unicode":"f0a0"},{"name":"headphones","family":"regular","label":"Headphones","keywords":"headphones audio audio device earbuds earphones headset listen music music player sound stereo","unicode":"f025"},{"name":"heart","family":"regular","label":"Heart","keywords":"heart affection card emotion favorite heart suit like love passion playing card relationship romance symbol valentine wishlist","unicode":"f004"},{"name":"hospital","family":"regular","label":"Hospital","keywords":"hospital er ambulance building clinic covid-19 doctor emergency health healthcare medical center medicine nurse treatment","unicode":"f0f8"},{"name":"hourglass","family":"regular","label":"Hourglass","keywords":"hourglass countdown hourglass not done loading minute sand stopwatch time timer waiting","unicode":"f254"},{"name":"hourglass-half","family":"regular","label":"Hourglass Half","keywords":"hourglass-half hourglass half clock countdown delay pending sand stopwatch time timer waiting","unicode":"f252"},{"name":"house","family":"regular","label":"House","keywords":"house abode building domicile dwelling home living place main property real estate residence shelter","unicode":"f015"},{"name":"id-badge","family":"regular","label":"Id Badge","keywords":"id-badge id badge card contact credential identification identity license name tag profile user username","unicode":"f2c1"},{"name":"id-card","family":"regular","label":"Id Card","keywords":"id-card id card badge contact credentials demographics document identification identity license personal profile registration user username","unicode":"f2c2"},{"name":"image","family":"regular","label":"Image","keywords":"image gallery image file landscape photo photo album photograph picture picture frame snapshot","unicode":"f03e"},{"name":"images","family":"regular","label":"Images","keywords":"images album gallery image landscape media photo photo album photo gallery photograph picture picture frame snapshot","unicode":"f302"},{"name":"keyboard","family":"regular","label":"Keyboard","keywords":"keyboard accessory computer data entry device hardware input keypad keys text type typing write","unicode":"f11c"},{"name":"lemon","family":"regular","label":"Lemon","keywords":"lemon citrus citrus fruit fruit lemonade refreshing sour summer tart vitamin c yellow","unicode":"f094"},{"name":"life-ring","family":"regular","label":"Life Ring","keywords":"life-ring life ring coast guard emergency flotation help life preserver lifebuoy lifesaver overboard rescue safety save support","unicode":"f1cd"},{"name":"lightbulb","family":"regular","label":"Lightbulb","keywords":"lightbulb bright bulb concept creativity electric electricity energy idea innovation inspiration invention lamp light light bulb thinking","unicode":"f0eb"},{"name":"map","family":"regular","label":"Map","keywords":"map address atlas chart coordinates destination directions gps guide location navigation pin place point of interest position route travel world world map","unicode":"f279"},{"name":"message","family":"regular","label":"Message","keywords":"message bubble chat comment conversation discussion feedback note notification reply sms speech talk text texting","unicode":"f27a"},{"name":"money-bill-1","family":"regular","label":"Money Bill 1","keywords":"money-bill-1 money bill 1 buy cash checkout currency dollar finance paycheck payment premium price purchase salary","unicode":"f3d1"},{"name":"moon","family":"regular","label":"Moon","keywords":"moon crescent crescent moon dark dark mode evening lunar moonlight night night mode nighttime nighttime symbol sleep","unicode":"f186"},{"name":"newspaper","family":"regular","label":"Newspaper","keywords":"newspaper article bulletin editorial gazette headline journalism media news newsletter paper periodical press publication report","unicode":"f1ea"},{"name":"note-sticky","family":"regular","label":"Note Sticky","keywords":"note-sticky note sticky annotation label memo message paper post-it reminder sticker sticky note","unicode":"f249"},{"name":"object-group","family":"regular","label":"Object Group","keywords":"object-group object group cluster collection combine copy design layers merge objects select","unicode":"f247"},{"name":"object-ungroup","family":"regular","label":"Object Ungroup","keywords":"object-ungroup object ungroup break apart design divide layers objects select separate split","unicode":"f248"},{"name":"paper-plane","family":"regular","label":"Paper Plane","keywords":"paper-plane paper plane air communication delivery flight float folded paper mail message paper aeroplane paper airplane send send message","unicode":"f1d8"},{"name":"paste","family":"regular","label":"Paste","keywords":"paste clipboard clipboard-insert clipboard-paste content document input insert paper text","unicode":"f0ea"},{"name":"pen-to-square","family":"regular","label":"Pen To Square","keywords":"pen-to-square pen to square annotate change compose document draft edit form input modify note pencil signature update write","unicode":"f044"},{"name":"rectangle-list","family":"regular","label":"Rectangle List","keywords":"rectangle-list rectangle list checklist completed done finished items notes outline summary tasks todo","unicode":"f022"},{"name":"rectangle-xmark","family":"regular","label":"Rectangle Xmark","keywords":"rectangle-xmark rectangle xmark cancel clear close delete dismiss exit reject remove stop window","unicode":"f410"},{"name":"registered","family":"regular","label":"Registered","keywords":"registered copyright-related intellectual property legal mark r symbol trademark","unicode":"f25d"},{"name":"share-from-square","family":"regular","label":"Share From Square","keywords":"share-from-square share from square arrow distribute export forward link send send-to social upload","unicode":"f14d"},{"name":"snowflake","family":"regular","label":"Snowflake","keywords":"snowflake blizzard cold freeze frost ice precipitation snow snowfall winter","unicode":"f2dc"},{"name":"square","family":"regular","label":"Square","keywords":"square black square block box geometric quadrilateral rectangle shape solid square square shape white square","unicode":"f0c8"},{"name":"square-caret-down","family":"regular","label":"Square Caret Down","keywords":"square-caret-down square caret down arrow dropdown expand indicator menu more navigation pointer toggle triangle","unicode":"f150"},{"name":"square-caret-left","family":"regular","label":"Square Caret Left","keywords":"square-caret-left square caret left arrow back direction navigation pointer previous triangle","unicode":"f191"},{"name":"square-caret-right","family":"regular","label":"Square Caret Right","keywords":"square-caret-right square caret right arrow arrowhead forward navigation next play pointer skip triangle","unicode":"f152"},{"name":"square-caret-up","family":"regular","label":"Square Caret Up","keywords":"square-caret-up square caret up arrow arrow-up arrowhead caret-square-o-up collapse expand increase pointer triangle up arrow up caret upload","unicode":"f151"},{"name":"square-check","family":"regular","label":"Square Check","keywords":"square-check square check accept agree box button check mark checkbox checkmark confirm correct done enable mark ok select success tick validate yes","unicode":"f14a"},{"name":"square-full","family":"regular","label":"Square Full","keywords":"square-full square full block color block colored square filled square geometric shape shape solid square","unicode":"f45c"},{"name":"square-minus","family":"regular","label":"Square Minus","keywords":"square-minus square minus close collapse hide hide-content minimize negative reduce remove shrink subtract","unicode":"f146"},{"name":"square-plus","family":"regular","label":"Square Plus","keywords":"square-plus square plus add box create expand increase more new positive shape","unicode":"f0fe"},{"name":"star","family":"regular","label":"Star","keywords":"star achievement award bookmark favorite favorite item highlight important night premium quality rating score top vip","unicode":"f005"},{"name":"star-half","family":"regular","label":"Star Half","keywords":"star-half star half achievement award feedback half star half-filled star partial rating rating review score star half star outline","unicode":"f089"},{"name":"star-half-stroke","family":"regular","label":"Star Half Stroke","keywords":"star-half-stroke star half stroke achievement award favorite feedback half star partial rating rating review score star half star half empty star half full","unicode":"f5c0"},{"name":"sun","family":"regular","label":"Sun","keywords":"sun bright daylight daytime rays sol solar star sunlight sunny sunshine warmth weather","unicode":"f185"},{"name":"thumbs-down","family":"regular","label":"Thumbs Down","keywords":"thumbs-down thumbs down disagree disapprove dislike dislike button downvote hand gesture negative no thumb down thumbs down thumbs-o-down","unicode":"f165"},{"name":"thumbs-up","family":"regular","label":"Thumbs Up","keywords":"thumbs-up thumbs up +1 agree approve endorsement good hand like ok okay positive recommend social success support thumb thumbs up vote yes","unicode":"f164"},{"name":"trash-can","family":"regular","label":"Trash Can","keywords":"trash-can trash can bin delete discard dumpster garbage recycle remove rubbish trashcan waste","unicode":"f2ed"},{"name":"truck","family":"regular","label":"Truck","keywords":"truck cargo delivery delivery truck freight hauler lorry pickup shipping transport truck icon vehicle","unicode":"f0d1"},{"name":"user","family":"regular","label":"User","keywords":"user account avatar default employee gender-neutral identity individual member person profile silhouette username","unicode":"f007"},{"name":"window-maximize","family":"regular","label":"Window Maximize","keywords":"window-maximize window maximize ui browser computer enlarge expand fullscreen interface screen","unicode":"f2d0"},{"name":"window-minimize","family":"regular","label":"Window Minimize","keywords":"window-minimize window minimize ui collapse desktop hide interface reduce screen shrink","unicode":"f2d1"},{"name":"window-restore","family":"regular","label":"Window Restore","keywords":"window-restore window restore application browser computer desktop interface maximize resize screen","unicode":"f2d2"},{"name":"0","family":"solid","label":"0","keywords":"0 digit zero nada nil none nothing nought null number zero zero zilch","unicode":"30"},{"name":"1","family":"solid","label":"1","keywords":"1 digit one first number one numeral one one primary single unit","unicode":"31"},{"name":"2","family":"solid","label":"2","keywords":"2 digit two number two numeral 2 numeric two second two","unicode":"32"},{"name":"3","family":"solid","label":"3","keywords":"3 digit three number three numeral three third three triad trio","unicode":"33"},{"name":"4","family":"solid","label":"4","keywords":"4 digit four four number 4 number four numeral four numeric 4","unicode":"34"},{"name":"5","family":"solid","label":"5","keywords":"5 digit five digit symbol figure 5 five number five number symbol numeral 5 numeric 5","unicode":"35"},{"name":"6","family":"solid","label":"6","keywords":"6 digit six number 6 number six numeral six numeric 6 six","unicode":"36"},{"name":"7","family":"solid","label":"7","keywords":"7 digit seven number digit seven number seven numeral seven numeric 7 seven","unicode":"37"},{"name":"8","family":"solid","label":"8","keywords":"8 digit eight eight figure eight number eight numeral 8 numeric 8","unicode":"38"},{"name":"9","family":"solid","label":"9","keywords":"9 digit nine nine number 9 number nine numeral 9 numeric 9 symbol 9","unicode":"39"},{"name":"a","family":"solid","label":"A","keywords":"a alphabet alphabet letter character latin letter letter letter a lowercase a text character uppercase a","unicode":"41"},{"name":"address-book","family":"solid","label":"Address Book","keywords":"address-book address book address book contact contact list contacts directory employee little black book people personal organizer phone book profile rolodex user username","unicode":"f2b9"},{"name":"address-card","family":"solid","label":"Address Card","keywords":"address-card address card badge business card contact contact card credentials employee id id card identification name card personal info profile profile card registration user","unicode":"f2bb"},{"name":"alarm-clock","family":"solid","label":"Alarm Clock","keywords":"alarm-clock alarm clock alarm clock alert bedtime deadline morning reminder ringing schedule snooze stopwatch time timer wake up watch","unicode":"f34e"},{"name":"align-center","family":"solid","label":"Align Center","keywords":"align-center align center formatting justify-center layout middle paragraph text text-align","unicode":"f037"},{"name":"align-justify","family":"solid","label":"Align Justify","keywords":"align-justify align justify alignment formatting justified text layout paragraph text text alignment","unicode":"f039"},{"name":"align-left","family":"solid","label":"Align Left","keywords":"align-left align left alignment format justify-left left-align paragraph text text-align-left","unicode":"f036"},{"name":"align-right","family":"solid","label":"Align Right","keywords":"align-right align right document editor formatting justify-right layout paragraph right-align text","unicode":"f038"},{"name":"anchor","family":"solid","label":"Anchor","keywords":"anchor berth boat dock embed harbor link maritime moor nautical navigation port sea secure ship stable","unicode":"f13d"},{"name":"anchor-circle-check","family":"solid","label":"Anchor Circle Check","keywords":"anchor-circle-check anchor circle check approved confirmed enabled marina ok okay port safe secure stable valid verified","unicode":"e4aa"},{"name":"anchor-circle-exclamation","family":"solid","label":"Anchor Circle Exclamation","keywords":"anchor-circle-exclamation anchor circle exclamation alert attention caution error issue marina notification port problem unstable warning","unicode":"e4ab"},{"name":"anchor-circle-xmark","family":"solid","label":"Anchor Circle Xmark","keywords":"anchor-circle-xmark anchor circle xmark cancel close delete disable error marina nautical not secure port reject remove uncheck","unicode":"e4ac"},{"name":"anchor-lock","family":"solid","label":"Anchor Lock","keywords":"anchor-lock anchor lock locked marina padlock port privacy protection safe secure secure anchor security","unicode":"e4ad"},{"name":"angle-down","family":"solid","label":"Angle Down","keywords":"angle-down angle down arrowhead caret chevron down collapse down arrow download dropdown expand more open scroll down show more toggle","unicode":"f107"},{"name":"angle-left","family":"solid","label":"Angle Left","keywords":"angle-left angle left angle bracket arrow arrow left back back button caret chevron left direction less than navigation previous scroll left","unicode":"f104"},{"name":"angle-right","family":"solid","label":"Angle Right","keywords":"angle-right angle right arrow arrow right caret chevron right forward move right navigation next next page pointer right right arrow scroll right slide right triangle right","unicode":"f105"},{"name":"angle-up","family":"solid","label":"Angle Up","keywords":"angle-up angle up arrow arrowhead up caret chevron up close collapse expand less increase move up scroll up up arrow up triangle upload","unicode":"f106"},{"name":"angles-down","family":"solid","label":"Angles Down","keywords":"angles-down angles down arrow down arrows caret chevrons down collapse double down download dropdown expand more navigation pointer down scroll down","unicode":"f103"},{"name":"angles-left","family":"solid","label":"Angles Left","keywords":"angles-left angles left arrows back caret chevrons double angle fast backward laquo navigation previous quotation mark rewind skip back","unicode":"f100"},{"name":"angles-right","family":"solid","label":"Angles Right","keywords":"angles-right angles right arrows caret chevrons right double angle fast forward forward more next next page quotation mark quote raquo right angle","unicode":"f101"},{"name":"angles-up","family":"solid","label":"Angles Up","keywords":"angles-up angles up arrows caret chevrons chevrons up collapse double up expand increase move up navigation up scroll up up arrows upload","unicode":"f102"},{"name":"ankh","family":"solid","label":"Ankh","keywords":"ankh amulet ancient egypt coptic christianity copts cross crux ansata egypt egyptian cross eternal life key of life life religion spiritual symbol","unicode":"f644"},{"name":"apple-whole","family":"solid","label":"Apple Whole","keywords":"apple-whole apple whole fall fresh fruit green apple healthy juicy natural orchard produce red apple seasonal snack vegan vegetarian","unicode":"f5d1"},{"name":"aquarius","family":"solid","label":"Aquarius","keywords":"aquarius air sign astrology constellation february horoscope january sign stars water bearer zodiac","unicode":"e845"},{"name":"archway","family":"solid","label":"Archway","keywords":"archway arch architecture doorway entrance gate historic landmark monument old city passage portal stone arch","unicode":"f557"},{"name":"aries","family":"solid","label":"Aries","keywords":"aries april astrology constellation fire sign horoscope march ram sign stars zodiac","unicode":"e846"},{"name":"arrow-down","family":"solid","label":"Arrow Down","keywords":"arrow-down arrow down arrow down arrow pointing down chevron down descend direction down arrow download downward downwards arrow drop move down navigation down scroll down","unicode":"f063"},{"name":"arrow-down-1-9","family":"solid","label":"Arrow Down 1 9","keywords":"arrow-down-1-9 arrow down 1 9 1-9 arrange ascending filter number order numbers numeric order sort sort by number sort-ascending sort-numeric-asc","unicode":"f162"},{"name":"arrow-down-9-1","family":"solid","label":"Arrow Down 9 1","keywords":"arrow-down-9-1 arrow down 9 1 9-1 arrange arrow-down descending filter numbers numeric order sort sort-numeric-desc","unicode":"f886"},{"name":"arrow-down-a-z","family":"solid","label":"Arrow Down A Z","keywords":"arrow-down-a-z arrow down a z a-z alphabet alphabetical arrange ascending filter letters order sort sort-alpha-asc sort-asc sort-letters","unicode":"f15d"},{"name":"arrow-down-long","family":"solid","label":"Arrow Down Long","keywords":"arrow-down-long arrow down long arrow-down arrow-symbol direction download download-arrow downward long-arrow-down move-down","unicode":"f175"},{"name":"arrow-down-short-wide","family":"solid","label":"Arrow Down Short Wide","keywords":"arrow-down-short-wide arrow down short wide arrange descending filter order sort sort-amount-asc","unicode":"f884"},{"name":"arrow-down-up-across-line","family":"solid","label":"Arrow Down Up Across Line","keywords":"arrow-down-up-across-line arrow down up across line arrows directional exchange move navigation reorder swap switch transfer up and down","unicode":"e4af"},{"name":"arrow-down-up-lock","family":"solid","label":"Arrow Down Up Lock","keywords":"arrow-down-up-lock arrow down up lock arrows data transfer exchange locked padlock privacy protected secure security transfer up and down","unicode":"e4b0"},{"name":"arrow-down-wide-short","family":"solid","label":"Arrow Down Wide Short","keywords":"arrow-down-wide-short arrow down wide short arrange descending filter number order short arrow sort sort amount asc sort descending wide arrow","unicode":"f160"},{"name":"arrow-down-z-a","family":"solid","label":"Arrow Down Z A","keywords":"arrow-down-z-a arrow down z a alphabetical alphabetically descending arrange descending filter order reverse alphabetical sort sort descending sort reverse sort z-a z to a","unicode":"f881"},{"name":"arrow-left","family":"solid","label":"Arrow Left","keywords":"arrow-left arrow left arrow left back backward direction go back navigation previous return rewind undo","unicode":"f060"},{"name":"arrow-left-long","family":"solid","label":"Arrow Left Long","keywords":"arrow-left-long arrow left long back direction go back long arrow navigation previous return undo","unicode":"f177"},{"name":"arrow-pointer","family":"solid","label":"Arrow Pointer","keywords":"arrow-pointer arrow pointer ui pointer arrow cursor click cursor input device mouse mouse arrow mouse pointer navigation pointer arrow pointer icon select","unicode":"f245"},{"name":"arrow-right","family":"solid","label":"Arrow Right","keywords":"arrow-right arrow right arrow right arrowhead continue direction forward move right navigation next next page proceed rightwards arrow","unicode":"f061"},{"name":"arrow-right-arrow-left","family":"solid","label":"Arrow Right Arrow Left","keywords":"arrow-right-arrow-left arrow right left arrows back-and-forth bidirectional exchange flip reciprocal reverse swap switch toggle transfer","unicode":"f0ec"},{"name":"arrow-right-from-bracket","family":"solid","label":"Arrow Right From Bracket","keywords":"arrow-right-from-bracket arrow right from bracket arrow-right exit exit door forward leave log off log out logoff logout next outbox send sign out","unicode":"f08b"},{"name":"arrow-right-long","family":"solid","label":"Arrow Right Long","keywords":"arrow-right-long arrow right long continue direction forward long arrow move navigation next proceed","unicode":"f178"},{"name":"arrow-right-to-bracket","family":"solid","label":"Arrow Right To Bracket","keywords":"arrow-right-to-bracket arrow right to bracket access enter forward insert join log in login next proceed sign in sign up sign-in sign-on signin signup submit","unicode":"f090"},{"name":"arrow-right-to-city","family":"solid","label":"Arrow Right To City","keywords":"arrow-right-to-city arrow right to city arrival building direction enter move navigation urban","unicode":"e4b3"},{"name":"arrow-rotate-left","family":"solid","label":"Arrow Rotate Left","keywords":"arrow-rotate-left arrow rotate left anticlockwise back cancel control z history previous reset return reverse rewind swap undo","unicode":"f0e2"},{"name":"arrow-rotate-right","family":"solid","label":"Arrow Rotate Right","keywords":"arrow-rotate-right arrow rotate right clockwise cycle forward redo refresh reload reload page renew repeat retry sync update","unicode":"f01e"},{"name":"arrow-trend-down","family":"solid","label":"Arrow Trend Down","keywords":"arrow-trend-down arrow trend down chart decline decrease drop falling graph line loss negative stock","unicode":"e097"},{"name":"arrow-trend-up","family":"solid","label":"Arrow Trend Up","keywords":"arrow-trend-up arrow trend up chart graph growth increase performance positive progress rising stocks upward","unicode":"e098"},{"name":"arrow-turn-down","family":"solid","label":"Arrow Turn Down","keywords":"arrow-turn-down arrow turn down arrow curve arrow down arrow turn curve direction navigation rotate","unicode":"f149"},{"name":"arrow-turn-up","family":"solid","label":"Arrow Turn Up","keywords":"arrow-turn-up arrow turn up arrow curve arrow rotate arrow turn arrow up curve direction rotate","unicode":"f148"},{"name":"arrow-up","family":"solid","label":"Arrow Up","keywords":"arrow-up arrow up ascension forward higher increase rise top upgrade upload upwards","unicode":"f062"},{"name":"arrow-up-1-9","family":"solid","label":"Arrow Up 1 9","keywords":"arrow-up-1-9 arrow up 1 9 arrange ascending filter increase numbers numeric order ranking sequence sort sort-numeric-asc","unicode":"f163"},{"name":"arrow-up-9-1","family":"solid","label":"Arrow Up 9 1","keywords":"arrow-up-9-1 arrow up 9 1 arrange ascending filter increase numbers numeric order sort sort-numeric-asc","unicode":"f887"},{"name":"arrow-up-a-z","family":"solid","label":"Arrow Up A Z","keywords":"arrow-up-a-z arrow up a z a to z alphabet alphabetical arrange ascending filter letters order sort sort-alpha-asc","unicode":"f15e"},{"name":"arrow-up-from-bracket","family":"solid","label":"Arrow Up From Bracket","keywords":"arrow-up-from-bracket arrow up from bracket export move up outbox send send out share submit transfer upload","unicode":"e09a"},{"name":"arrow-up-from-ground-water","family":"solid","label":"Arrow Up From Ground Water","keywords":"arrow-up-from-ground-water arrow up from ground water aquifer groundwater irrigation spring upward arrow water flow water rising water source water supply water table well","unicode":"e4b5"},{"name":"arrow-up-from-water-pump","family":"solid","label":"Arrow Up From Water Pump","keywords":"arrow-up-from-water-pump arrow up from water pump drainage flood groundwater irrigation plumbing submersible sump pump upgrade upward arrow water flow water pump","unicode":"e4b6"},{"name":"arrow-up-long","family":"solid","label":"Arrow Up Long","keywords":"arrow-up-long arrow up long arrow-up ascension increase long-arrow-up move up rise upload upward","unicode":"f176"},{"name":"arrow-up-right-dots","family":"solid","label":"Arrow Up Right Dots","keywords":"arrow-up-right-dots arrow up right dots chart direction growth improvement increase northeast positive progress rising statistics trend upgrade","unicode":"e4b7"},{"name":"arrow-up-right-from-square","family":"solid","label":"Arrow Up Right From Square","keywords":"arrow-up-right-from-square arrow up right from square export external launch link navigate new open redirect send share up-right","unicode":"f08e"},{"name":"arrow-up-short-wide","family":"solid","label":"Arrow Up Short Wide","keywords":"arrow-up-short-wide arrow up short wide arrange ascending expand filter increase order sort sort-amount-desc widen","unicode":"f885"},{"name":"arrow-up-wide-short","family":"solid","label":"Arrow Up Wide Short","keywords":"arrow-up-wide-short arrow up wide short arrange expand filter increase order sort sort-amount-desc upgrade widen","unicode":"f161"},{"name":"arrow-up-z-a","family":"solid","label":"Arrow Up Z A","keywords":"arrow-up-z-a arrow up z a alphabetical arrange descending filter order reverse alphabetical sort sort-alpha-desc z to a","unicode":"f882"},{"name":"arrows-down-to-line","family":"solid","label":"Arrows Down To Line","keywords":"arrows-down-to-line arrows down to line arrow down arrow pointing down arrow to line download download arrow downward insert move down sink","unicode":"e4b8"},{"name":"arrows-down-to-people","family":"solid","label":"Arrows Down To People","keywords":"arrows-down-to-people arrows down to people audience collaboration community focus group interaction targeted team users","unicode":"e4b9"},{"name":"arrows-left-right","family":"solid","label":"Arrows Left Right","keywords":"arrows-left-right arrows left right direction drag exchange expand horizontal move resize shift swap wide","unicode":"f07e"},{"name":"arrows-left-right-to-line","family":"solid","label":"Arrows Left Right To Line","keywords":"arrows-left-right-to-line arrows left right to line adjust direction expand gap horizontal interface move navigation resize swap transfer","unicode":"e4ba"},{"name":"arrows-rotate","family":"solid","label":"Arrows Rotate","keywords":"arrows-rotate arrows rotate clockwise cycle exchange refresh reload renew repeat reset retry rotation swap sync turn update","unicode":"f021"},{"name":"arrows-spin","family":"solid","label":"Arrows Spin","keywords":"arrows-spin arrows spin circular cycle loop refresh reload repeat rotate sync turning whirl","unicode":"e4bb"},{"name":"arrows-split-up-and-left","family":"solid","label":"Arrows Split Up And Left","keywords":"arrows-split-up-and-left arrows split up and left branching direction diverge divide flow move navigation separate","unicode":"e4bc"},{"name":"arrows-to-circle","family":"solid","label":"Arrows To Circle","keywords":"arrows-to-circle arrows to circle aim center centralize concentrate converge convergence coordinate coordination direction focal point focus hub insert pinpoint target","unicode":"e4bd"},{"name":"arrows-to-dot","family":"solid","label":"Arrows To Dot","keywords":"arrows-to-dot arrows to dot assembly point center centralize collect converge focus gather hub point target","unicode":"e4be"},{"name":"arrows-to-eye","family":"solid","label":"Arrows To Eye","keywords":"arrows-to-eye arrows to eye attention center focus look monitor observation target view vision watch","unicode":"e4bf"},{"name":"arrows-turn-right","family":"solid","label":"Arrows Turn Right","keywords":"arrows-turn-right arrows turn right","unicode":"e4c0"},{"name":"arrows-turn-to-dots","family":"solid","label":"Arrows Turn To Dots","keywords":"arrows-turn-to-dots arrows turn to dots change cycle destination direction insert loop movement navigation nexus point rotate","unicode":"e4c1"},{"name":"arrows-up-down","family":"solid","label":"Arrows Up Down","keywords":"arrows-up-down arrows up down adjust direction drag expand move reorder resize scroll swap vertical","unicode":"f07d"},{"name":"arrows-up-down-left-right","family":"solid","label":"Arrows Up Down Left Right","keywords":"arrows-up-down-left-right arrows up down left right adjust arrow directions drag enlarge expand move navigation reorder reposition resize","unicode":"f047"},{"name":"arrows-up-to-line","family":"solid","label":"Arrows Up To Line","keywords":"arrows-up-to-line arrows up to line arrow up elevate growth improvement increase progress rise scale up upgrade upward","unicode":"e4c2"},{"name":"asterisk","family":"solid","label":"Asterisk","keywords":"asterisk annotation emphasis footnote highlight note reference required star symbol wildcard","unicode":"2a"},{"name":"at","family":"solid","label":"At","keywords":"at address commercial at contact e-mail email handle inbox mail symbol username","unicode":"40"},{"name":"atom","family":"solid","label":"Atom","keywords":"atom atom symbol atomic chemistry electron energy experiment isotope molecule neutron nuclear particle physics proton quantum research science","unicode":"f5d2"},{"name":"audio-description","family":"solid","label":"Audio Description","keywords":"audio-description audio description accessibility audio description blind descriptive audio narration video visual aid visually impaired","unicode":"f29e"},{"name":"austral-sign","family":"solid","label":"Austral Sign","keywords":"austral-sign austral sign argentine currency austral sign cash currency finance monetary money payment peso symbol","unicode":"e0a9"},{"name":"award","family":"solid","label":"Award","keywords":"award accolade achievement badge certificate commendation honor medal praise prize recognition reward ribbon trophy","unicode":"f559"},{"name":"b","family":"solid","label":"B","keywords":"b alphabet capital b character font letter b letterform lowercase b symbol text typography","unicode":"42"},{"name":"baby","family":"solid","label":"Baby","keywords":"baby baby face baby icon child child icon infant infant icon kid little one newborn newborn baby toddler","unicode":"f77c"},{"name":"baby-carriage","family":"solid","label":"Baby Carriage","keywords":"baby-carriage baby carriage buggy infant newborn pram push pushchair stroller transport walk wheels","unicode":"f77d"},{"name":"backward","family":"solid","label":"Backward","keywords":"backward arrow back back button double go back previous previous track reverse rewind skip back","unicode":"f04a"},{"name":"backward-fast","family":"solid","label":"Backward Fast","keywords":"backward-fast backward fast arrow back beginning double arrow fast backward first media control music previous previous track rewind skip back start track video","unicode":"f049"},{"name":"backward-step","family":"solid","label":"Backward Step","keywords":"backward-step backward step back beginning first go back previous reverse rewind start step back undo","unicode":"f048"},{"name":"bacon","family":"solid","label":"Bacon","keywords":"bacon breakfast brunch crispy cured deli food fried grease meat pork rasher savory snack strip","unicode":"f7e5"},{"name":"bacteria","family":"solid","label":"Bacteria","keywords":"bacteria antibiotic antibody disease germ health infection microbe microorganism pathogen sick virus","unicode":"e059"},{"name":"bacterium","family":"solid","label":"Bacterium","keywords":"bacterium antibiotic bacteria disease germ health infection microbe microorganism pathogen sick","unicode":"e05a"},{"name":"bag-shopping","family":"solid","label":"Bag Shopping","keywords":"bag-shopping bag shopping basket buy cart checkout grocery purchase retail sale shopping bag shopping cart shopping spree shopping tote store","unicode":"f290"},{"name":"bahai","family":"solid","label":"Bahai","keywords":"bahai baha'i faith bahai symbol bah\xE1'\xED faith nine-pointed star religion spiritual star symbol","unicode":"f666"},{"name":"baht-sign","family":"solid","label":"Baht Sign","keywords":"baht-sign baht sign cash currency finance money payment thai baht thai currency thailand \u0E3F","unicode":"e0ac"},{"name":"ban","family":"solid","label":"Ban","keywords":"ban abort block cancel deny disabled entry forbidden hide no prohibit prohibited remove slash stop","unicode":"f05e"},{"name":"ban-smoking","family":"solid","label":"Ban Smoking","keywords":"ban-smoking ban smoking banned cancel circle deny disallowed forbidden no no smoking non-smoking prohibited restricted slash smoke-free stop","unicode":"f54d"},{"name":"bandage","family":"solid","label":"Bandage","keywords":"bandage adhesive bandage boo boo first aid healing healthcare injury medical ouch patch plaster wound","unicode":"f462"},{"name":"bangladeshi-taka-sign","family":"solid","label":"Bangladeshi Taka Sign","keywords":"bangladeshi-taka-sign bangladeshi taka sign bangladesh bdt cash currency financial money payment price tk","unicode":"e2e6"},{"name":"barcode","family":"solid","label":"Barcode","keywords":"barcode barcode-scanner code inventory label laser price product retail scan scanner tracking upc","unicode":"f02a"},{"name":"bars","family":"solid","label":"Bars","keywords":"bars burger burger menu drag hamburger interface list menu menu button mobile menu nav navigation options panel reorder sidebar toggle","unicode":"f0c9"},{"name":"bars-progress","family":"solid","label":"Bars Progress","keywords":"bars-progress bars progress bar chart checklist download downloading loading loading indicator poll progress bar progress indicator project management status task to do","unicode":"f828"},{"name":"bars-staggered","family":"solid","label":"Bars Staggered","keywords":"bars-staggered bars staggered controls flow layout list menu options settings timeline","unicode":"f550"},{"name":"baseball","family":"solid","label":"Baseball","keywords":"baseball ball bat catcher diamond foul glove hardball home run league mlb pitcher softball sport strike","unicode":"f433"},{"name":"baseball-bat-ball","family":"solid","label":"Baseball Bat Ball","keywords":"baseball-bat-ball baseball bat ball baseball equipment baseball game baseball player hitter league mlb slugger softball sport","unicode":"f432"},{"name":"basket-shopping","family":"solid","label":"Basket Shopping","keywords":"basket-shopping basket shopping buy cart checkout goods grocery market purchase retail shopping basket shopping cart store","unicode":"f291"},{"name":"basketball","family":"solid","label":"Basketball","keywords":"basketball ball basket court dribble dunk foul hoop jump shot nba player rebound slam dunk sport team","unicode":"f434"},{"name":"bath","family":"solid","label":"Bath","keywords":"bath bathroom bathtub clean cleansing hygiene relaxation shower soak spa tub wash water","unicode":"f2cd"},{"name":"battery-empty","family":"solid","label":"Battery Empty","keywords":"battery-empty battery empty charge dead drain energy flat low power status zero","unicode":"f244"},{"name":"battery-full","family":"solid","label":"Battery Full","keywords":"battery-full battery full battery charge battery icon battery level battery status charge energy power status","unicode":"f240"},{"name":"battery-half","family":"solid","label":"Battery Half","keywords":"battery-half battery half battery-status charge energy half-full level medium power status","unicode":"f242"},{"name":"battery-quarter","family":"solid","label":"Battery Quarter","keywords":"battery-quarter battery quarter almost empty charge energy half-full level low power status weak","unicode":"f243"},{"name":"battery-three-quarters","family":"solid","label":"Battery Three Quarters","keywords":"battery-three-quarters battery three quarters 75% battery level battery status charge energy level medium charge partially charged power status three quarters","unicode":"f241"},{"name":"bed","family":"solid","label":"Bed","keywords":"bed bed frame bedroom furniture hospital hotel lodging mattress nap patient relaxation rest sleep sleeping tired travel","unicode":"f236"},{"name":"bed-pulse","family":"solid","label":"Bed Pulse","keywords":"bed-pulse bed pulse ecg ekg care electrocardiogram emergency health heartbeat hospital life-support medical monitoring patient vital","unicode":"f487"},{"name":"beer-mug-empty","family":"solid","label":"Beer Mug Empty","keywords":"beer-mug-empty beer mug empty alcohol ale bar beverage brew brewery drink foam lager pint stein","unicode":"f0fc"},{"name":"bell","family":"solid","label":"Bell","keywords":"bell alarm alert buzzer call chime ding notification prompt reminder request ring signal tone","unicode":"f0f3"},{"name":"bell-concierge","family":"solid","label":"Bell Concierge","keywords":"bell-concierge bell concierge alert assistance attention bellhop call front desk help hotel notification receptionist request service support","unicode":"f562"},{"name":"bell-slash","family":"solid","label":"Bell Slash","keywords":"bell-slash bell slash alert block cancel disable notifications disabled do not disturb mute no sound notification off quiet reminder silent sound off","unicode":"f1f6"},{"name":"bezier-curve","family":"solid","label":"Bezier Curve","keywords":"bezier-curve bezier curve anchor points control points drawing graphic design illustration line path pen tool shape smooth curve vector","unicode":"f55b"},{"name":"bicycle","family":"solid","label":"Bicycle","keywords":"bicycle bike cycle cycling eco-friendly exercise pedal ride sport transportation two-wheeler vehicle","unicode":"f206"},{"name":"binoculars","family":"solid","label":"Binoculars","keywords":"binoculars explore glasses inspection look magnifier magnify nature observe outdoor scout spyglass survey telescope view watch","unicode":"f1e5"},{"name":"biohazard","family":"solid","label":"Biohazard","keywords":"biohazard biohazard sign contamination danger epidemic hazard hazardous waste hazmat infectious medical pandemic quarantine toxic virus warning","unicode":"f780"},{"name":"bitcoin-sign","family":"solid","label":"Bitcoin Sign","keywords":"bitcoin-sign bitcoin sign bitcoin sign blockchain btc coin crypto cryptocurrency currency digital currency","unicode":"e0b4"},{"name":"blender","family":"solid","label":"Blender","keywords":"blender blend cocktail maker crush drink maker food processor kitchen appliance milkshake mixer puree shake smoothie","unicode":"f517"},{"name":"blender-phone","family":"solid","label":"Blender Phone","keywords":"blender-phone blender phone appliance beverage cocktail drink funny kitchen milkshake mixer puree silly smoothie","unicode":"f6b6"},{"name":"blog","family":"solid","label":"Blog","keywords":"blog article diary entry journal log online personal post website wordpress writing","unicode":"f781"},{"name":"bold","family":"solid","label":"Bold","keywords":"bold emphasis font format highlight strong style text typography weight","unicode":"f032"},{"name":"bolt","family":"solid","label":"Bolt","keywords":"bolt charge electric electricity energy flash high voltage lightning power strike thunderbolt weather zap","unicode":"f0e7"},{"name":"bolt-lightning","family":"solid","label":"Bolt Lightning","keywords":"bolt-lightning bolt lightning electric electricity energy flash power storm strike thunderbolt weather zap","unicode":"e0b7"},{"name":"bomb","family":"solid","label":"Bomb","keywords":"bomb blast boom cartoon danger detonator explosion explosive fuse grenade kaboom warning","unicode":"f1e2"},{"name":"bone","family":"solid","label":"Bone","keywords":"bone anatomy calcium chew dog femur joint marrow pet skeletal skeleton tibia treat","unicode":"f5d7"},{"name":"bong","family":"solid","label":"Bong","keywords":"bong apparatus cannabis herbal marijuana pipe smoke smoking smoking device tokes water pipe weed","unicode":"f55c"},{"name":"book","family":"solid","label":"Book","keywords":"book diary education journal knowledge library literature manuscript notebook publication reading research study text writing","unicode":"f02d"},{"name":"book-atlas","family":"solid","label":"Book Atlas","keywords":"book-atlas book atlas directions exploration geography globe guide knowledge library map navigation reference research travel wayfinding","unicode":"f558"},{"name":"book-bible","family":"solid","label":"Book Bible","keywords":"book-bible book bible catholicism christianity faith god gospel holy book religion scripture testament","unicode":"f647"},{"name":"book-bookmark","family":"solid","label":"Book Bookmark","keywords":"book-bookmark book bookmark favorite knowledge library reading reference research save study","unicode":"e0bb"},{"name":"book-journal-whills","family":"solid","label":"Book Journal Whills","keywords":"book-journal-whills book journal whills ancient force jedi lore scripture scroll sith star wars tome yoda","unicode":"f66a"},{"name":"book-medical","family":"solid","label":"Book Medical","keywords":"book-medical book medical appointment chart clinic diary documentation file health history hospital journal notes patient record research","unicode":"f7e6"},{"name":"book-open","family":"solid","label":"Book Open","keywords":"book-open book open education guide knowledge library literature manual notebook open book pages reading research study text","unicode":"f518"},{"name":"book-open-reader","family":"solid","label":"Book Open Reader","keywords":"book-open-reader book open reader education flyer library literature notebook open book pamphlet reading research study","unicode":"f5da"},{"name":"book-quran","family":"solid","label":"Book Quran","keywords":"book-quran book quran holy book islam islamic text koran muslim muslim faith religion sacred text scripture","unicode":"f687"},{"name":"book-skull","family":"solid","label":"Book Skull","keywords":"book-skull book skull dungeons & dragons curses d&d dark arts death dnd evil fantasy halloween library magic necronomicon occult read research sorcery spellbook witchcraft","unicode":"f6b7"},{"name":"book-tanakh","family":"solid","label":"Book Tanakh","keywords":"book-tanakh book tanakh bible faith hebrew bible jewish judaism old testament religion religious text sacred text scripture spiritual torah","unicode":"f827"},{"name":"bookmark","family":"solid","label":"Bookmark","keywords":"bookmark clip favorite flag hold keep mark marker page read remember research ribbon save tag","unicode":"f02e"},{"name":"border-all","family":"solid","label":"Border All","keywords":"border-all border all border-style box cell cells frame grid layout outline spreadsheet square table","unicode":"f84c"},{"name":"border-none","family":"solid","label":"Border None","keywords":"border-none border none borderless cell clear border grid no border outline remove border stroke table","unicode":"f850"},{"name":"border-top-left","family":"solid","label":"Border Top Left","keywords":"border-top-left border top left box cell corner edge grid outline stroke table","unicode":"f853"},{"name":"bore-hole","family":"solid","label":"Bore Hole","keywords":"bore-hole bore hole borehole dig drill drilling drilling rig excavation shaft tunnel underground","unicode":"e4c3"},{"name":"bottle-droplet","family":"solid","label":"Bottle Droplet","keywords":"bottle-droplet bottle droplet alcohol beverage container drink fluid liquid oil olive oil pour wine","unicode":"e4c4"},{"name":"bottle-water","family":"solid","label":"Bottle Water","keywords":"bottle-water bottle water beverage container drink h2o hydration liquid plastic refreshment","unicode":"e4c5"},{"name":"bowl-food","family":"solid","label":"Bowl Food","keywords":"bowl-food bowl food cat food dish dog food kibble meal pet bowl pet food rice snack","unicode":"e4c6"},{"name":"bowl-rice","family":"solid","label":"Bowl Rice","keywords":"bowl-rice bowl rice asian cuisine boiled cooked rice food grain meal side dish steamed","unicode":"e2eb"},{"name":"bowling-ball","family":"solid","label":"Bowling Ball","keywords":"bowling-ball bowling ball alley bowling ball candlepin game gutter lane pins roll sports strike tenpin","unicode":"f436"},{"name":"box","family":"solid","label":"Box","keywords":"box archive carton container crate delivery gift box moving package packing parcel shipping storage storage box","unicode":"f466"},{"name":"box-archive","family":"solid","label":"Box Archive","keywords":"box-archive box archive backup container delivery file folder package parcel save shipment storage","unicode":"f187"},{"name":"box-open","family":"solid","label":"Box Open","keywords":"box-open box open carton container crate delivery gift open box package parcel shipping storage unboxing unpack","unicode":"f49e"},{"name":"box-tissue","family":"solid","label":"Box Tissue","keywords":"box-tissue box tissue allergy cold cough covid-19 flu hygiene kleenex mucus nose runny nose sneeze snot tissues","unicode":"e05b"},{"name":"boxes-packing","family":"solid","label":"Boxes Packing","keywords":"boxes-packing boxes packing archive box container delivery moving package parcel shipping storage supplies","unicode":"e4c7"},{"name":"boxes-stacked","family":"solid","label":"Boxes Stacked","keywords":"boxes-stacked boxes stacked archives carton container inventory logistics organizing packing shipping storage supply chain warehouse","unicode":"f468"},{"name":"braille","family":"solid","label":"Braille","keywords":"braille accessibility alphabet blind dots raised reading tactile touch vision impaired visually impaired","unicode":"f2a1"},{"name":"brain","family":"solid","label":"Brain","keywords":"brain cerebellum cerebrum creativity genius gray matter idea intellect intelligence knowledge mind noodle scholar smart thinking wit","unicode":"f5dc"},{"name":"brazilian-real-sign","family":"solid","label":"Brazilian Real Sign","keywords":"brazilian-real-sign brazilian real sign brazil brazilian currency brazilian real brazilian real sign cash currency currency symbol financial money payment","unicode":"e46c"},{"name":"bread-slice","family":"solid","label":"Bread Slice","keywords":"bread-slice bread slice baked bakery baking breakfast crust dough flour gluten grain loaf sandwich toast wheat yeast","unicode":"f7ec"},{"name":"bridge","family":"solid","label":"Bridge","keywords":"bridge connection crossing infrastructure overpass pathway river crossing road span viaduct","unicode":"e4c8"},{"name":"bridge-circle-check","family":"solid","label":"Bridge Circle Check","keywords":"bridge-circle-check bridge circle check active approve confirm connection enabled ok okay pass road success validate verify working","unicode":"e4c9"},{"name":"bridge-circle-exclamation","family":"solid","label":"Bridge Circle Exclamation","keywords":"bridge-circle-exclamation bridge circle exclamation affected alert caution danger failure problem road warning","unicode":"e4ca"},{"name":"bridge-circle-xmark","family":"solid","label":"Bridge Circle Xmark","keywords":"bridge-circle-xmark bridge circle xmark block cancel close crossing delete deny no reject remove road stop","unicode":"e4cb"},{"name":"bridge-lock","family":"solid","label":"Bridge Lock","keywords":"bridge-lock bridge lock access barrier closed locked padlock privacy protection quarantine restricted road security","unicode":"e4cc"},{"name":"bridge-water","family":"solid","label":"Bridge Water","keywords":"bridge-water bridge water crossing highway overpass river road span structure viaduct","unicode":"e4ce"},{"name":"briefcase","family":"solid","label":"Briefcase","keywords":"briefcase bag business career case contract document job luggage meeting office portfolio professional suitcase work","unicode":"f0b1"},{"name":"briefcase-medical","family":"solid","label":"Briefcase Medical","keywords":"briefcase-medical briefcase medical clinic doctor doctor bag emergency emt first aid health healthcare hospital medical kit medicine nurse paramedic treatment","unicode":"f469"},{"name":"broom","family":"solid","label":"Broom","keywords":"broom brush clean cleaning dust flying broom halloween household janitor magic broom sweep sweeping tidy witch","unicode":"f51a"},{"name":"broom-ball","family":"solid","label":"Broom Ball","keywords":"broom-ball broom ball bludger flying ball golden snitch harry potter hogwarts magical sport quaffle quidditch sport wizard","unicode":"f458"},{"name":"brush","family":"solid","label":"Brush","keywords":"brush art artist bristles brushstroke color creative design drawing handle paint painting tool","unicode":"f55d"},{"name":"bucket","family":"solid","label":"Bucket","keywords":"bucket beach carry cleaning container gardening pail sand sandcastle scoop water","unicode":"e4cf"},{"name":"bug","family":"solid","label":"Bug","keywords":"bug beetle debug defect error fix glitch insect issue problem repair report troubleshooting","unicode":"f188"},{"name":"bug-slash","family":"solid","label":"Bug Slash","keywords":"bug-slash bug slash beetle block cancel disable disabled error fix glitch insect optimize repair report warning","unicode":"e490"},{"name":"bugs","family":"solid","label":"Bugs","keywords":"bugs bedbug bug creepy crawly infestation insect lice parasite pest pest control ticks","unicode":"e4d0"},{"name":"building","family":"solid","label":"Building","keywords":"building apartment architecture business city company corporate headquarters office office building real estate skyscraper tower urban workplace","unicode":"f1ad"},{"name":"building-circle-arrow-right","family":"solid","label":"Building Circle Arrow Right","keywords":"building-circle-arrow-right building circle arrow right city delivery distribution center export logistics move office outbound send shipping transfer warehouse","unicode":"e4d1"},{"name":"building-circle-check","family":"solid","label":"Building Circle Check","keywords":"building-circle-check building circle check approved city confirm enabled office ok okay success validate verified working","unicode":"e4d2"},{"name":"building-circle-exclamation","family":"solid","label":"Building Circle Exclamation","keywords":"building-circle-exclamation building circle exclamation affected alert caution city error failed issue office problem warning","unicode":"e4d3"},{"name":"building-circle-xmark","family":"solid","label":"Building Circle Xmark","keywords":"building-circle-xmark building circle xmark block cancel city close delete dismiss error no office reject remove stop","unicode":"e4d4"},{"name":"building-columns","family":"solid","label":"Building Columns","keywords":"building-columns building columns architecture bank classical college courthouse education finance government institution legal museum pillar students temple","unicode":"f19c"},{"name":"building-flag","family":"solid","label":"Building Flag","keywords":"building-flag building flag city consulate diplomatic embassy government headquarters international office organization united nations","unicode":"e4d5"},{"name":"building-lock","family":"solid","label":"Building Lock","keywords":"building-lock building lock city closed lockdown locked locked building padlock private protected quarantine restricted secure security","unicode":"e4d6"},{"name":"building-ngo","family":"solid","label":"Building Ngo","keywords":"building-ngo building ngo charity city headquarters institution non governmental organization nonprofit office organization","unicode":"e4d7"},{"name":"building-shield","family":"solid","label":"Building Shield","keywords":"building-shield building shield city defense guard law enforcement police protection safety secure security","unicode":"e4d8"},{"name":"building-un","family":"solid","label":"Building Un","keywords":"building-un building un city diplomacy emblem global headquarters international office organization peacekeeping united nations","unicode":"e4d9"},{"name":"building-user","family":"solid","label":"Building User","keywords":"building-user building user apartment city employee occupant office person profile resident tenant workplace","unicode":"e4da"},{"name":"building-wheat","family":"solid","label":"Building Wheat","keywords":"building-wheat building wheat agriculture barn crop farm farming grain harvest rural silo usda","unicode":"e4db"},{"name":"bullhorn","family":"solid","label":"Bullhorn","keywords":"bullhorn alert amplify announce announcement broadcast call out communication loudspeaker megaphone message promote public address share speaker volume","unicode":"f0a1"},{"name":"bullseye","family":"solid","label":"Bullseye","keywords":"bullseye aim archery dartboard focus goal objective precision strategy target","unicode":"f140"},{"name":"burger","family":"solid","label":"Burger","keywords":"burger beef bun cheeseburger dinner fast food food grill hamburger lunch meal patty sandwich takeaway","unicode":"f805"},{"name":"burst","family":"solid","label":"Burst","keywords":"burst bang blast boom crash detonation explosion fireworks flare impact pop spark","unicode":"e4dc"},{"name":"bus","family":"solid","label":"Bus","keywords":"bus coach commuter oncoming bus passenger vehicle public transportation shuttle transit transport travel vehicle","unicode":"f207"},{"name":"bus-side","family":"solid","label":"Bus Side","keywords":"bus-side bus side coach commuter mass transit passenger bus public transportation shuttle transit travel vehicle","unicode":"e81d"},{"name":"bus-simple","family":"solid","label":"Bus Simple","keywords":"bus-simple bus simple bus stop coach commuter mass transit mta public transportation shuttle transit transport travel vehicle","unicode":"f55e"},{"name":"business-time","family":"solid","label":"Business Time","keywords":"business-time business time alarm appointment briefcase clock deadline hours office reminder schedule timer work","unicode":"f64a"},{"name":"c","family":"solid","label":"C","keywords":"c alphabet c c alphabet character c glyph c symbol capital c character c latin letter c letter c lowercase c","unicode":"43"},{"name":"cable-car","family":"solid","label":"Cable Car","keywords":"cable-car cable car aerial tramway cabin cable car cableway gondola lift mountain mountain cableway ropeway ski lift tram tramway transport trolley","unicode":"f7da"},{"name":"cake-candles","family":"solid","label":"Cake Candles","keywords":"cake-candles cake candles anniversary bakery birthday blow out candles celebration dessert festive frosting holiday party pastry sweet treat","unicode":"f1fd"},{"name":"calculator","family":"solid","label":"Calculator","keywords":"calculator addition arithmetic calculator app calculator device counting digits division finance math math tool multiplication numbers pocket calculator subtraction","unicode":"f1ec"},{"name":"calendar","family":"solid","label":"Calendar","keywords":"calendar agenda appointment date day deadline event month planner reminder schedule time year","unicode":"f133"},{"name":"calendar-check","family":"solid","label":"Calendar Check","keywords":"calendar-check calendar check accept agree appointment approved booked completed confirm confirmed date day deadline done event mark meeting month planned reminder schedule select success tick time todo validate","unicode":"f274"},{"name":"calendar-day","family":"solid","label":"Calendar Day","keywords":"calendar-day calendar day appointment date event focus month planner reminder schedule single day time timeline today year","unicode":"f783"},{"name":"calendar-days","family":"solid","label":"Calendar Days","keywords":"calendar-days calendar days agenda appointment date day deadline event month planner reminder schedule time timeline year","unicode":"f073"},{"name":"calendar-minus","family":"solid","label":"Calendar Minus","keywords":"calendar-minus calendar minus cancel clear date day delete event month reduce remove schedule subtract time year","unicode":"f272"},{"name":"calendar-plus","family":"solid","label":"Calendar Plus","keywords":"calendar-plus calendar plus add appointment create date day event month new plan reminder schedule time year","unicode":"f271"},{"name":"calendar-week","family":"solid","label":"Calendar Week","keywords":"calendar-week calendar week agenda appointment date day event month period planner schedule time timeframe today","unicode":"f784"},{"name":"calendar-xmark","family":"solid","label":"Calendar Xmark","keywords":"calendar-xmark calendar xmark appointment cancel cancelation close date day delete event month remove schedule time x year","unicode":"f273"},{"name":"camera","family":"solid","label":"Camera","keywords":"camera camera icon capture film image lens photo photograph photography picture recording shutter snapshot video","unicode":"f030"},{"name":"camera-retro","family":"solid","label":"Camera Retro","keywords":"camera-retro camera retro analog classic film image lens old-fashioned photo photography picture record shutter snapshot vintage","unicode":"f083"},{"name":"camera-rotate","family":"solid","label":"Camera Rotate","keywords":"camera-rotate camera rotate flip flip camera front-facing image photo rotate camera selfie switch","unicode":"e0d8"},{"name":"campground","family":"solid","label":"Campground","keywords":"campground campfire camping campsite forest hiking nature outdoors teepee tent tipi wilderness","unicode":"f6bb"},{"name":"cancer","family":"solid","label":"Cancer","keywords":"cancer astrology constellation crab horoscope july june sign stars water sign zodiac","unicode":"e847"},{"name":"candy-cane","family":"solid","label":"Candy Cane","keywords":"candy-cane candy cane christmas festive holiday mint peppermint striped sweet treat winter xmas","unicode":"f786"},{"name":"cannabis","family":"solid","label":"Cannabis","keywords":"cannabis bud cbd chronic ganja hemp indica marijuana mary jane pot reefer sativa spliff thc weed","unicode":"f55f"},{"name":"capricorn","family":"solid","label":"Capricorn","keywords":"capricorn astrology constellation december earth sign goat horoscope january sea sea goat sign stars zodiac","unicode":"e848"},{"name":"capsules","family":"solid","label":"Capsules","keywords":"capsules drugs health medication medicine pharmaceuticals pharmacy pills prescription tablets treatment","unicode":"f46b"},{"name":"car","family":"solid","label":"Car","keywords":"car auto automobile commute driving motorcar ride road trip sedan transportation travel vehicle","unicode":"f1b9"},{"name":"car-battery","family":"solid","label":"Car Battery","keywords":"car-battery car battery auto automotive battery-pack charge electric energy ignition mechanic power starter vehicle","unicode":"f5df"},{"name":"car-burst","family":"solid","label":"Car Burst","keywords":"car-burst car burst accident auto automobile collision crash damage insurance transportation vehicle wreck","unicode":"f5e1"},{"name":"car-on","family":"solid","label":"Car On","keywords":"car-on car on alarm alert anti-theft carjack immobilizer security theft vehicle warning","unicode":"e4dd"},{"name":"car-rear","family":"solid","label":"Car Rear","keywords":"car-rear car rear auto automobile back coupe driving hatchback motor vehicle rear view road sedan transportation travel vehicle","unicode":"f5de"},{"name":"car-side","family":"solid","label":"Car Side","keywords":"car-side car side auto automobile coupe driving hatchback motorcar ride road sedan transport transportation travel vehicle","unicode":"f5e4"},{"name":"car-tunnel","family":"solid","label":"Car Tunnel","keywords":"car-tunnel car tunnel driving highway motorway passage road transportation underpass vehicle","unicode":"e4de"},{"name":"caravan","family":"solid","label":"Caravan","keywords":"caravan camper camper trailer camping caravan trailer mobile home motorhome recreational vehicle road trip rv towable trailer travel vacation","unicode":"f8ff"},{"name":"caret-down","family":"solid","label":"Caret Down","keywords":"caret-down caret down arrow chevron dropdown expand indicator menu more navigation pointer toggle triangle","unicode":"f0d7"},{"name":"caret-left","family":"solid","label":"Caret Left","keywords":"caret-left caret left arrow back chevron direction navigation pointer previous rewind triangle","unicode":"f0d9"},{"name":"caret-right","family":"solid","label":"Caret Right","keywords":"caret-right caret right arrow chevron forward move navigation next play pointer skip triangle","unicode":"f0da"},{"name":"caret-up","family":"solid","label":"Caret Up","keywords":"caret-up caret up arrow chevron collapse expand increase navigation pointer triangle up arrow upgrade","unicode":"f0d8"},{"name":"carrot","family":"solid","label":"Carrot","keywords":"carrot bugs bunny food garden healthy orange produce root vegetable snack vegan vegetable","unicode":"f787"},{"name":"cart-arrow-down","family":"solid","label":"Cart Arrow Down","keywords":"cart-arrow-down cart arrow down add to cart arrow down basket buy checkout download insert order purchase save shopping","unicode":"f218"},{"name":"cart-flatbed","family":"solid","label":"Cart Flatbed","keywords":"cart-flatbed cart flatbed carry delivery dolly hand truck inventory logistics shipping transport trolley warehouse","unicode":"f474"},{"name":"cart-flatbed-suitcase","family":"solid","label":"Cart Flatbed Suitcase","keywords":"cart-flatbed-suitcase cart flatbed suitcase airport airport cart bag baggage carry-on luggage suitcase trolley travel travel bag trolley","unicode":"f59d"},{"name":"cart-plus","family":"solid","label":"Cart Plus","keywords":"cart-plus cart plus add add to cart buy ecommerce increase new item positive purchase shopping shopping basket","unicode":"f217"},{"name":"cart-shopping","family":"solid","label":"Cart Shopping","keywords":"cart-shopping cart shopping add to cart basket buy cart icon checkout ecommerce grocery payment purchase retail shop shopping cart store trolley","unicode":"f07a"},{"name":"cash-register","family":"solid","label":"Cash Register","keywords":"cash-register cash register buy cha-ching change checkout commerce machine pay payment purchase retail store transaction","unicode":"f788"},{"name":"cat","family":"solid","label":"Cat","keywords":"cat animal claw cute domestic feline fur kitten kitty mammal meow pet pet animal whiskers","unicode":"f6be"},{"name":"cedi-sign","family":"solid","label":"Cedi Sign","keywords":"cedi-sign cedi sign cash currency currency sign currency symbol financial ghana ghanaian cedi money payment","unicode":"e0df"},{"name":"cent-sign","family":"solid","label":"Cent Sign","keywords":"cent-sign cent sign cash cent sign cents coin currency currency symbol finance money payment","unicode":"e3f5"},{"name":"certificate","family":"solid","label":"Certificate","keywords":"certificate achievement award badge certification diploma document endorsement guarantee official quality recognition seal star verified","unicode":"f0a3"},{"name":"chair","family":"solid","label":"Chair","keywords":"chair armchair bench dining chair furniture office chair recliner seat seating sitting stool","unicode":"f6c0"},{"name":"chalkboard","family":"solid","label":"Chalkboard","keywords":"chalkboard blackboard board chalk classroom education learning lesson presentation school teaching writing","unicode":"f51b"},{"name":"chalkboard-user","family":"solid","label":"Chalkboard User","keywords":"chalkboard-user chalkboard user blackboard classroom education instructor learning lecture professor school teacher whiteboard writing","unicode":"f51c"},{"name":"champagne-glasses","family":"solid","label":"Champagne Glasses","keywords":"champagne-glasses champagne glasses alcohol anniversary bar beverage celebrate celebration cheers clink clinking glasses drink festive glass holiday new year's eve party sparkling wine toast wedding","unicode":"f79f"},{"name":"charging-station","family":"solid","label":"Charging Station","keywords":"charging-station charging station battery charging car charger charge charging station electric car electric vehicle ev ev charger plug-in power station tesla vehicle","unicode":"f5e7"},{"name":"chart-area","family":"solid","label":"Chart Area","keywords":"chart-area chart area analytics business data graph growth metrics performance report revenue statistics trend visualization","unicode":"f1fe"},{"name":"chart-bar","family":"solid","label":"Chart Bar","keywords":"chart-bar chart bar analytics comparison dashboard data graph metrics performance progress report statistics trends visualization","unicode":"f080"},{"name":"chart-column","family":"solid","label":"Chart Column","keywords":"chart-column chart column analytics bar bar chart column chart compare dashboard data graph measure performance report statistics trend visualize","unicode":"e0e3"},{"name":"chart-diagram","family":"solid","label":"Chart Diagram","keywords":"chart-diagram chart diagram algorithm analytics connections data flow graph network nodes process structure workflow","unicode":"e695"},{"name":"chart-gantt","family":"solid","label":"Chart Gantt","keywords":"chart-gantt chart gantt graph management performance planning progress project schedule statistics tasks timeline tracking trend workflow","unicode":"e0e4"},{"name":"chart-line","family":"solid","label":"Chart Line","keywords":"chart-line chart line activity analytics dashboard data gain graph growth increase performance progress report revenue statistics trend","unicode":"f201"},{"name":"chart-pie","family":"solid","label":"Chart Pie","keywords":"chart-pie chart pie analytics circle data diagram distribution graph infographic performance pie chart report revenue segments statistics","unicode":"f200"},{"name":"chart-simple","family":"solid","label":"Chart Simple","keywords":"chart-simple chart simple analytics bar column data graph infographic metrics performance progress report revenue statistics trend visualization","unicode":"e473"},{"name":"check","family":"solid","label":"Check","keywords":"check accept agree approved check mark checkmark completed confirm correct done enable ok select success tick true validate verified yes","unicode":"f00c"},{"name":"check-double","family":"solid","label":"Check Double","keywords":"check-double check double accept agree approved checkmark completed confirm correct done done twice double check enable finished ok select select all success tick validate verified","unicode":"f560"},{"name":"check-to-slot","family":"solid","label":"Check To Slot","keywords":"check-to-slot check to slot accept approve ballot cast checkmark election enable mark positive select validate vote voting yes","unicode":"f772"},{"name":"cheese","family":"solid","label":"Cheese","keywords":"cheese cheddar curd dairy dairy product dairy wedge food gouda parmesan sandwich slice snack swiss wedge","unicode":"f7ef"},{"name":"chess","family":"solid","label":"Chess","keywords":"chess bishop board checkmate chess piece competition game king knight match pawn queen rook strategy tournament","unicode":"f439"},{"name":"chess-bishop","family":"solid","label":"Chess Bishop","keywords":"chess-bishop chess bishop black bishop board game checkmate chess piece chessboard game piece strategy","unicode":"f43a"},{"name":"chess-board","family":"solid","label":"Chess Board","keywords":"chess-board chess board checkers checkmate chess game chess match chess piece chess set chessboard chessboard pattern game strategy","unicode":"f43c"},{"name":"chess-king","family":"solid","label":"Chess King","keywords":"chess-king chess king board game checkmate chess king chess piece chess strategy chessboard game king piece strategy","unicode":"f43f"},{"name":"chess-knight","family":"solid","label":"Chess Knight","keywords":"chess-knight chess knight board game checkmate chess match chess piece chessboard game piece horse strategy","unicode":"f441"},{"name":"chess-pawn","family":"solid","label":"Chess Pawn","keywords":"chess-pawn chess pawn board game checkmate chess pawn expendable game piece piece sacrifice strategy","unicode":"f443"},{"name":"chess-queen","family":"solid","label":"Chess Queen","keywords":"chess-queen chess queen board game checkmate chess piece chess queen chess set chessboard game queen piece strategy","unicode":"f445"},{"name":"chess-rook","family":"solid","label":"Chess Rook","keywords":"chess-rook chess rook board game castle checkmate chess piece chess strategy chessboard defense game piece strategy tower","unicode":"f447"},{"name":"chevron-down","family":"solid","label":"Chevron Down","keywords":"chevron-down chevron down arrow collapse dropdown expand indicator more navigation toggle","unicode":"f078"},{"name":"chevron-left","family":"solid","label":"Chevron Left","keywords":"chevron-left chevron left angle bracket arrow back caret go back navigation previous slide back","unicode":"f053"},{"name":"chevron-right","family":"solid","label":"Chevron Right","keywords":"chevron-right chevron right angle bracket arrow arrowhead caret forward navigation next pointer slide","unicode":"f054"},{"name":"chevron-up","family":"solid","label":"Chevron Up","keywords":"chevron-up chevron up arrow back collapse expand increase previous scroll up upload","unicode":"f077"},{"name":"child","family":"solid","label":"Child","keywords":"child baby boy girl infant kid minor preschooler toddler young youngster youth","unicode":"f1ae"},{"name":"child-combatant","family":"solid","label":"Child Combatant","keywords":"child-combatant child combatant armed child child combatant child fighter child in conflict child militia child soldier child soldier icon child war child with weapon","unicode":"e4e0"},{"name":"child-dress","family":"solid","label":"Child Dress","keywords":"child-dress child dress children clothing garment kid kidswear outfit toddler young youth","unicode":"e59c"},{"name":"child-reaching","family":"solid","label":"Child Reaching","keywords":"child-reaching child reaching boy girl kid playful toddler young youth","unicode":"e59d"},{"name":"children","family":"solid","label":"Children","keywords":"children boy child family friends girl kid kids play together young youth","unicode":"e4e1"},{"name":"church","family":"solid","label":"Church","keywords":"church christian building cathedral chapel community congregation cross faith house of worship religion spirituality worship","unicode":"f51d"},{"name":"circle","family":"solid","label":"Circle","keywords":"circle black circle blue circle brown circle diameter dot ellipse fill geometric green circle indicator notification orange circle progress purple circle red circle round shape status white circle yellow circle","unicode":"f111"},{"name":"circle-arrow-down","family":"solid","label":"Circle Arrow Down","keywords":"circle-arrow-down circle arrow down arrow down circle arrow download download button download icon downward get file import save","unicode":"f0ab"},{"name":"circle-arrow-left","family":"solid","label":"Circle Arrow Left","keywords":"circle-arrow-left circle arrow left back backward go back navigate left previous return rewind undo","unicode":"f0a8"},{"name":"circle-arrow-right","family":"solid","label":"Circle Arrow Right","keywords":"circle-arrow-right circle arrow right continue direction forward move navigation next proceed","unicode":"f0a9"},{"name":"circle-arrow-up","family":"solid","label":"Circle Arrow Up","keywords":"circle-arrow-up circle arrow up arrow up ascend direction increase move up up arrow upgrade upload upward","unicode":"f0aa"},{"name":"circle-check","family":"solid","label":"Circle Check","keywords":"circle-check circle check accept agree approve confirm correct done enable ok select success tick validate yes","unicode":"f058"},{"name":"circle-chevron-down","family":"solid","label":"Circle Chevron Down","keywords":"circle-chevron-down circle chevron down arrow collapse dropdown expand menu more navigation toggle","unicode":"f13a"},{"name":"circle-chevron-left","family":"solid","label":"Circle Chevron Left","keywords":"circle-chevron-left circle chevron left arrow back caret direction navigation pointer previous rewind slide","unicode":"f137"},{"name":"circle-chevron-right","family":"solid","label":"Circle Chevron Right","keywords":"circle-chevron-right circle chevron right arrow continue direction forward navigation next next step proceed","unicode":"f138"},{"name":"circle-chevron-up","family":"solid","label":"Circle Chevron Up","keywords":"circle-chevron-up circle chevron up arrow collapse expand increase move up navigate up scroll up upload","unicode":"f139"},{"name":"circle-dollar-to-slot","family":"solid","label":"Circle Dollar To Slot","keywords":"circle-dollar-to-slot circle dollar to slot cash charity coin contribute donation funding generosity gift give insert money payment premium slot machine tip","unicode":"f4b9"},{"name":"circle-dot","family":"solid","label":"Circle Dot","keywords":"circle-dot circle dot bullseye button focus indicator marker notification point radio radio button target","unicode":"f192"},{"name":"circle-down","family":"solid","label":"Circle Down","keywords":"circle-down circle down arrow-circle-down arrow-down circle-arrow-down circle-download download download-button download-circle downward-arrow save save-file","unicode":"f358"},{"name":"circle-exclamation","family":"solid","label":"Circle Exclamation","keywords":"circle-exclamation circle exclamation alert attention caution danger error important issue notice notification notify problem required urgent warning","unicode":"f06a"},{"name":"circle-h","family":"solid","label":"Circle H","keywords":"circle-h circle h circled h clinic covid-19 emergency health healthcare hospital letter h map medical","unicode":"f47e"},{"name":"circle-half-stroke","family":"solid","label":"Circle Half Stroke","keywords":"circle-half-stroke circle half stroke adjust brightness contrast dark fill half circle left half light mode pie progress saturation theme toggle","unicode":"f042"},{"name":"circle-info","family":"solid","label":"Circle Info","keywords":"circle-info circle info about data details explanation facts guidance help information more support","unicode":"f05a"},{"name":"circle-left","family":"solid","label":"Circle Left","keywords":"circle-left circle left arrow arrow-circle-left back go back navigation previous return undo","unicode":"f359"},{"name":"circle-minus","family":"solid","label":"Circle Minus","keywords":"circle-minus circle minus block cancel close delete disable hide negative remove subtract symbol","unicode":"f056"},{"name":"circle-nodes","family":"solid","label":"Circle Nodes","keywords":"circle-nodes circle nodes cluster connect connection diagram dots graph linked mesh network points relationship web","unicode":"e4e2"},{"name":"circle-notch","family":"solid","label":"Circle Notch","keywords":"circle-notch circle notch buffering circle-o-notch loading progress round spinner wait","unicode":"f1ce"},{"name":"circle-pause","family":"solid","label":"Circle Pause","keywords":"circle-pause circle pause break halt hold media control pause button stop temporary stop wait waiting","unicode":"f28b"},{"name":"circle-play","family":"solid","label":"Circle Play","keywords":"circle-play circle play audio clip media movie music sound start streaming video watch","unicode":"f144"},{"name":"circle-plus","family":"solid","label":"Circle Plus","keywords":"circle-plus circle plus add button create expand increase more new positive symbol","unicode":"f055"},{"name":"circle-question","family":"solid","label":"Circle Question","keywords":"circle-question circle question ask assist confusion doubt faq help info information inquiry query question-mark support unknown","unicode":"f059"},{"name":"circle-radiation","family":"solid","label":"Circle Radiation","keywords":"circle-radiation circle radiation alert biohazard caution danger hazard nuclear radioactive sign toxic warning","unicode":"f7ba"},{"name":"circle-right","family":"solid","label":"Circle Right","keywords":"circle-right circle right arrow arrow-circle-o-right continue direction forward move navigation next proceed","unicode":"f35a"},{"name":"circle-stop","family":"solid","label":"Circle Stop","keywords":"circle-stop circle stop block cancel deny disallow forbidden halt no pause prevent prohibit","unicode":"f28d"},{"name":"circle-up","family":"solid","label":"Circle Up","keywords":"circle-up circle up arrow arrow-circle-up direction up increase move up upgrade upload upload arrow","unicode":"f35b"},{"name":"circle-user","family":"solid","label":"Circle User","keywords":"circle-user circle user account avatar contact employee individual member people person profile username","unicode":"f2bd"},{"name":"circle-xmark","family":"solid","label":"Circle Xmark","keywords":"circle-xmark circle xmark cancel close cross dismiss error exit fail incorrect no reject remove stop wrong","unicode":"f057"},{"name":"city","family":"solid","label":"City","keywords":"city architecture block buildings cityscape downtown metropolis neighborhood skyline skyscrapers urban windows","unicode":"f64f"},{"name":"clapperboard","family":"solid","label":"Clapperboard","keywords":"clapperboard camera cinema clapper clapper board director film movie production recording shoot slate video","unicode":"e131"},{"name":"clipboard","family":"solid","label":"Clipboard","keywords":"clipboard board checklist copy document file memo notepad notes paper paste record task writing","unicode":"f328"},{"name":"clipboard-check","family":"solid","label":"Clipboard Check","keywords":"clipboard-check clipboard check approve checkmark complete confirm done finish ok success task todo validate yes","unicode":"f46c"},{"name":"clipboard-list","family":"solid","label":"Clipboard List","keywords":"clipboard-list clipboard list agenda checklist completed done finished notes plan schedule summary survey tasks tick todo wishlist","unicode":"f46d"},{"name":"clipboard-question","family":"solid","label":"Clipboard Question","keywords":"clipboard-question clipboard question assistance checklist doubt faq form help inquiry interview query support task","unicode":"e4e3"},{"name":"clipboard-user","family":"solid","label":"Clipboard User","keywords":"clipboard-user clipboard user account attendance employee identity list person personnel profile record roster staff","unicode":"f7f3"},{"name":"clock","family":"solid","label":"Clock","keywords":"clock 4 4:00 alarm four four o\u2019clock hour late minute o'clock pending schedule ticking time timer timestamp watch","unicode":"f017"},{"name":"clock-rotate-left","family":"solid","label":"Clock Rotate Left","keywords":"clock-rotate-left clock rotate left back history pending refresh reset reverse rewind time undo waiting","unicode":"f1da"},{"name":"clone","family":"solid","label":"Clone","keywords":"clone add backup copy copy-paste duplicate mirror new repeat replicate","unicode":"f24d"},{"name":"closed-captioning","family":"solid","label":"Closed Captioning","keywords":"closed-captioning closed captioning accessibility captions cc closed caption closed captions deaf hearing impaired subtitle subtitles text transcript video","unicode":"f20a"},{"name":"closed-captioning-slash","family":"solid","label":"Closed Captioning Slash","keywords":"closed-captioning-slash closed captioning slash captions off cc closed captioning deaf disabled hearing impaired mute captions no captions no subtitles subtitles off subtitling","unicode":"e135"},{"name":"cloud","family":"solid","label":"Cloud","keywords":"cloud atmosphere backup data fog internet network online overcast save sky storage upload weather","unicode":"f0c2"},{"name":"cloud-arrow-down","family":"solid","label":"Cloud Arrow Down","keywords":"cloud-arrow-down cloud arrow down backup data download file import network save storage sync transfer upload","unicode":"f0ed"},{"name":"cloud-arrow-up","family":"solid","label":"Cloud Arrow Up","keywords":"cloud-arrow-up cloud arrow up backup cloud upload import save send sync transfer update upgrade upload","unicode":"f0ee"},{"name":"cloud-bolt","family":"solid","label":"Cloud Bolt","keywords":"cloud-bolt cloud bolt electric energy lightning lightning bolt power precipitation rain storm thunder thunderstorm weather","unicode":"f76c"},{"name":"cloud-meatball","family":"solid","label":"Cloud Meatball","keywords":"cloud-meatball cloud meatball fldsmdfr dinner food italian meal pasta sauce spaghetti storm weather","unicode":"f73b"},{"name":"cloud-moon","family":"solid","label":"Cloud Moon","keywords":"cloud-moon cloud moon crescent dusk evening lunar night nighttime partly cloudy sky twilight weather","unicode":"f6c3"},{"name":"cloud-moon-rain","family":"solid","label":"Cloud Moon Rain","keywords":"cloud-moon-rain cloud moon rain crescent drizzle evening night partly cloudy precipitation showers sky storm weather","unicode":"f73c"},{"name":"cloud-rain","family":"solid","label":"Cloud Rain","keywords":"cloud-rain cloud rain drizzle precipitation rainy shower sky storm thunderstorm weather wet","unicode":"f73d"},{"name":"cloud-showers-heavy","family":"solid","label":"Cloud Showers Heavy","keywords":"cloud-showers-heavy cloud showers heavy downpour heavy rain precipitation rain storm thunderstorm weather wet","unicode":"f740"},{"name":"cloud-showers-water","family":"solid","label":"Cloud Showers Water","keywords":"cloud-showers-water cloud showers water downpour drizzle precipitation rain rainfall shower storm thunderstorm weather wet","unicode":"e4e4"},{"name":"cloud-sun","family":"solid","label":"Cloud Sun","keywords":"cloud-sun cloud sun clear sky daytime forecast mild weather outdoors overcast partly cloudy spring summer sun behind cloud weather","unicode":"f6c4"},{"name":"cloud-sun-rain","family":"solid","label":"Cloud Sun Rain","keywords":"cloud-sun-rain cloud sun rain day drizzle mixed weather overcast partly sunny precipitation shower storm summer sun behind rain cloud sunshower weather","unicode":"f743"},{"name":"clover","family":"solid","label":"Clover","keywords":"clover charm fortune four leaf four-leaf good luck ireland irish leaf leprechaun luck lucky shamrock st patrick st patrick's day","unicode":"e139"},{"name":"code","family":"solid","label":"Code","keywords":"code backend brackets coding developer development frontend html markup mysql programming script software sql syntax","unicode":"f121"},{"name":"code-branch","family":"solid","label":"Code Branch","keywords":"code-branch code branch commit development git github merge programming rebase repository software source control vcs version","unicode":"f126"},{"name":"code-commit","family":"solid","label":"Code Commit","keywords":"code-commit code commit branch changeset git github merge push repository revision source control vcs version","unicode":"f386"},{"name":"code-compare","family":"solid","label":"Code Compare","keywords":"code-compare code compare changes diff git github merge repository review revision svn update version","unicode":"e13a"},{"name":"code-fork","family":"solid","label":"Code Fork","keywords":"code-fork code fork branch clone code management git github repository source control split svn version","unicode":"e13b"},{"name":"code-merge","family":"solid","label":"Code Merge","keywords":"code-merge code merge branch code integration collaboration commit git github pr pull request rebase svn vcs version control","unicode":"f387"},{"name":"code-pull-request","family":"solid","label":"Code Pull Request","keywords":"code-pull-request code pull request branch code review git github merge pr pull request svn version control","unicode":"e13c"},{"name":"coins","family":"solid","label":"Coins","keywords":"coins cash change currency dime finance gold money nickel payment penny premium quarter savings silver wealth","unicode":"f51e"},{"name":"colon-sign","family":"solid","label":"Colon Sign","keywords":"colon-sign colon sign cost currency currency symbol financial money sign price punctuation symbol","unicode":"e140"},{"name":"comment","family":"solid","label":"Comment","keywords":"comment chat conversation discussion feedback message note notification reply response sms speech bubble talk texting","unicode":"f075"},{"name":"comment-dollar","family":"solid","label":"Comment Dollar","keywords":"comment-dollar comment dollar billing bubble chat conversation feedback finance invoice message money pay payment salary speech transfer","unicode":"f651"},{"name":"comment-dots","family":"solid","label":"Comment Dots","keywords":"comment-dots comment dots bubble chat conversation dialog discussion feedback input message note reply sms speech balloon texting typing","unicode":"f4ad"},{"name":"comment-medical","family":"solid","label":"Comment Medical","keywords":"comment-medical comment medical advice answer bubble chat commenting conversation diagnose diagnosis doctor feedback message note notification prescription report speech talking texting","unicode":"f7f5"},{"name":"comment-nodes","family":"solid","label":"Comment Nodes","keywords":"comment-nodes comment nodes ai algorithm artificial intelligence cluster connection data graph language machine learning model network neural technology","unicode":"e696"},{"name":"comment-slash","family":"solid","label":"Comment Slash","keywords":"comment-slash comment slash block cancel chat conversation disabled feedback message muted no comment quiet silent speech texting","unicode":"f4b3"},{"name":"comment-sms","family":"solid","label":"Comment Sms","keywords":"comment-sms comment sms bubble chat conversation message mobile message notification phone reply speech bubble text message texting","unicode":"f7cd"},{"name":"comments","family":"solid","label":"Comments","keywords":"comments chat comment communication conversation dialogue discussion feedback message notification reply sms speech bubbles talk texting","unicode":"f086"},{"name":"comments-dollar","family":"solid","label":"Comments Dollar","keywords":"comments-dollar comments dollar billing chat comment conversation discussion feedback finance inquiry message money payment salary support transaction","unicode":"f653"},{"name":"compact-disc","family":"solid","label":"Compact Disc","keywords":"compact-disc compact disc album blu-ray bluray cd compact disc disk dvd media movie music optical disc record video vinyl","unicode":"f51f"},{"name":"compass","family":"solid","label":"Compass","keywords":"compass adventure directions explore guide location magnetic map navigation north orienteering path route travel wayfinding","unicode":"f14e"},{"name":"compass-drafting","family":"solid","label":"Compass Drafting","keywords":"compass-drafting compass drafting architecture blueprint design drawing engineering geometry measurement plot plotting technical drawing","unicode":"f568"},{"name":"compress","family":"solid","label":"Compress","keywords":"compress collapse condense contract minimize narrow reduce shrink smaller tighten zoom out","unicode":"f066"},{"name":"computer","family":"solid","label":"Computer","keywords":"computer cpu desktop device hardware monitor pc screen technology workstation","unicode":"e4e5"},{"name":"computer-mouse","family":"solid","label":"Computer Mouse","keywords":"computer-mouse computer mouse usb mouse click computer accessory cursor device hardware input peripheral pointing device scroll wheel trackball wireless mouse","unicode":"f8cc"},{"name":"cookie","family":"solid","label":"Cookie","keywords":"cookie baked good biscuit chocolate chocolate chip dessert eat pastry snack sweet treat","unicode":"f563"},{"name":"cookie-bite","family":"solid","label":"Cookie Bite","keywords":"cookie-bite cookie bite baked good bitten chocolate chip dessert eating food snack snacktime sweet treat","unicode":"f564"},{"name":"copy","family":"solid","label":"Copy","keywords":"copy clipboard clone document duplicate file paper paste replicate","unicode":"f0c5"},{"name":"copyright","family":"solid","label":"Copyright","keywords":"copyright c copyright symbol intellectual property legal license mark protection registered rights trademark","unicode":"f1f9"},{"name":"couch","family":"solid","label":"Couch","keywords":"couch chair cushion furniture living room lounge loveseat relax seating sofa","unicode":"f4b8"},{"name":"cow","family":"solid","label":"Cow","keywords":"cow agriculture animal beef bovine cattle dairy farm herd livestock mammal milk moo","unicode":"f6c8"},{"name":"credit-card","family":"solid","label":"Credit Card","keywords":"credit-card credit card billing buy charge checkout credit card debit card finance money pay payment plastic card purchase transaction wallet","unicode":"f09d"},{"name":"crop","family":"solid","label":"Crop","keywords":"crop adjust cut edit frame image modify photo picture resize shrink trim","unicode":"f125"},{"name":"crop-simple","family":"solid","label":"Crop Simple","keywords":"crop-simple crop simple adjust cut edit frame image modify photo resize shape trim","unicode":"f565"},{"name":"cross","family":"solid","label":"Cross","keywords":"cross catholicism christian christianity church crucifix cruciform faith holy jesus religion salvation spirituality symbol worship","unicode":"f654"},{"name":"crosshairs","family":"solid","label":"Crosshairs","keywords":"crosshairs gps aim bullseye center crosshair focus location marker pinpoint position precision reticle scope sight target","unicode":"f05b"},{"name":"crow","family":"solid","label":"Crow","keywords":"crow animal bird blackbird halloween nature raven spooky wildlife winged creature","unicode":"f520"},{"name":"crown","family":"solid","label":"Crown","keywords":"crown vip award champion honor king luxury monarchy prize queen regal royal ruler tiara winner","unicode":"f521"},{"name":"crutch","family":"solid","label":"Crutch","keywords":"crutch assistive device cane disability injury medical mobility rehabilitation support walking aid","unicode":"f7f7"},{"name":"cruzeiro-sign","family":"solid","label":"Cruzeiro Sign","keywords":"cruzeiro-sign cruzeiro sign brl brazilian currency brazilian real cash currency currency sign currency symbol finance money","unicode":"e152"},{"name":"cube","family":"solid","label":"Cube","keywords":"cube 3d block box container dice figure geometric object package shape solid square tesseract","unicode":"f1b2"},{"name":"cubes","family":"solid","label":"Cubes","keywords":"cubes 3d block box cube dice geometric grid package shape square stack","unicode":"f1b3"},{"name":"cubes-stacked","family":"solid","label":"Cubes Stacked","keywords":"cubes-stacked cubes stacked 3d blocks building construction geometric modular stack sugar cubes toy","unicode":"e4e6"},{"name":"d","family":"solid","label":"D","keywords":"d alphabet capital d character letter d lowercase d symbol text","unicode":"44"},{"name":"database","family":"solid","label":"Database","keywords":"database backend cloud data directory information memory mysql records server sql storage table","unicode":"f1c0"},{"name":"delete-left","family":"solid","label":"Delete Left","keywords":"delete-left delete left backspace backspace key backspace symbol delete left erase erase to the left keyboard remove undo","unicode":"f55a"},{"name":"democrat","family":"solid","label":"Democrat","keywords":"democrat blue party democratic party donkey election government left left-wing liberal political party politics progressives united states usa","unicode":"f747"},{"name":"desktop","family":"solid","label":"Desktop","keywords":"desktop all-in-one computer desktop computer device display hardware imac monitor pc screen workstation","unicode":"f390"},{"name":"dharmachakra","family":"solid","label":"Dharmachakra","keywords":"dharmachakra buddhist indian religion buddhism dharma wheel enlightenment karma meditation religion sacred symbol spirituality teachings wheel of dharma","unicode":"f655"},{"name":"diagram-next","family":"solid","label":"Diagram Next","keywords":"diagram-next diagram next cells chart flowchart gantt process row sequence subtask successor table task","unicode":"e476"},{"name":"diagram-predecessor","family":"solid","label":"Diagram Predecessor","keywords":"diagram-predecessor diagram predecessor cells chart dependency gantt previous project row schedule subtask table task timeline","unicode":"e477"},{"name":"diagram-project","family":"solid","label":"Diagram Project","keywords":"diagram-project diagram project chart connections flowchart graph network nodes pert planning process statistics workflow","unicode":"f542"},{"name":"diagram-successor","family":"solid","label":"Diagram Successor","keywords":"diagram-successor diagram successor cells chart dependency gantt next row subtask table task","unicode":"e47a"},{"name":"diamond","family":"solid","label":"Diamond","keywords":"diamond ace card cards diamond suit game gem gemstone jewel luxury playing card poker precious sparkle suit","unicode":"f219"},{"name":"diamond-turn-right","family":"solid","label":"Diamond Turn Right","keywords":"diamond-turn-right diamond turn right arrow direction map navigation right turn road route sign traffic","unicode":"f5eb"},{"name":"dice","family":"solid","label":"Dice","keywords":"dice board game chance cube dice game die gambling game gaming luck random roll tabletop throw","unicode":"f522"},{"name":"dice-d20","family":"solid","label":"Dice D20","keywords":"dice-d20 dice d20 dungeons & dragons chance d&d dnd fantasy game role-playing roll rpg tabletop twenty-sided","unicode":"f6cf"},{"name":"dice-d6","family":"solid","label":"Dice D6","keywords":"dice-d6 dice d6 dungeons & dragons rpg chance d&d die dnd fantasy gambling game gaming role-playing roll six-sided tabletop","unicode":"f6d1"},{"name":"dice-five","family":"solid","label":"Dice Five","keywords":"dice-five dice five board game chance dice game die die face 5 gambling game luck random roll tabletop throw","unicode":"f523"},{"name":"dice-four","family":"solid","label":"Dice Four","keywords":"dice-four dice four 4 board game chance dice face die gambling game luck roll tabletop","unicode":"f524"},{"name":"dice-one","family":"solid","label":"Dice One","keywords":"dice-one dice one chance dice roll die dot face one gambling game luck number one pip random roll single dot","unicode":"f525"},{"name":"dice-six","family":"solid","label":"Dice Six","keywords":"dice-six dice six board game chance dice game die die face 6 gambling game probability random roll six-sided tabletop","unicode":"f526"},{"name":"dice-three","family":"solid","label":"Dice Three","keywords":"dice-three dice three board game chance dice game die gambling game luck number three random roll tabletop","unicode":"f527"},{"name":"dice-two","family":"solid","label":"Dice Two","keywords":"dice-two dice two board game chance dice game die face 2 gambling game luck play random roll tabletop throw","unicode":"f528"},{"name":"disease","family":"solid","label":"Disease","keywords":"disease bacteria cancer contagion coronavirus covid-19 epidemic flu health illness infection medical pandemic pathogen sickness symptom virus","unicode":"f7fa"},{"name":"display","family":"solid","label":"Display","keywords":"display computer desktop device electronic imac interface lcd led monitor panel screen tech visual","unicode":"e163"},{"name":"divide","family":"solid","label":"Divide","keywords":"divide arithmetic calculation divide symbol division division sign fraction math math operation math symbol operator quotient \xF7","unicode":"f529"},{"name":"dna","family":"solid","label":"Dna","keywords":"dna biologist biology chromosome double helix gene genetic genetics genome helix heredity life molecule protein science","unicode":"f471"},{"name":"dog","family":"solid","label":"Dog","keywords":"dog animal bark canine companion domestic animal mammal pet pooch puppy woof","unicode":"f6d3"},{"name":"dollar-sign","family":"solid","label":"Dollar Sign","keywords":"dollar-sign dollar sign budget cash cost currency dollar sign finance income investment money payment premium price revenue salary","unicode":"24"},{"name":"dolly","family":"solid","label":"Dolly","keywords":"dolly carry cart delivery hand truck moving shipping transport trolley warehouse","unicode":"f472"},{"name":"dong-sign","family":"solid","label":"Dong Sign","keywords":"dong-sign dong sign cash currency currency symbol finance money payment vietnam vietnamese currency","unicode":"e169"},{"name":"door-closed","family":"solid","label":"Door Closed","keywords":"door-closed door closed access barrier doorway entrance exit locked privacy secure","unicode":"f52a"},{"name":"door-open","family":"solid","label":"Door Open","keywords":"door-open door open access doorway entrance entry exit open door passage welcome","unicode":"f52b"},{"name":"dove","family":"solid","label":"Dove","keywords":"dove bird flying freedom love nature peace symbol white bird wildlife","unicode":"f4ba"},{"name":"down-left-and-up-right-to-center","family":"solid","label":"Down Left And Up Right To Center","keywords":"down-left-and-up-right-to-center down left and up right to center collapse compress contract fullscreen inward minimize reduce resize scale shrink size smaller zoom out","unicode":"f422"},{"name":"down-long","family":"solid","label":"Down Long","keywords":"down-long down long arrow arrow-down arrow-pointing-down download download-arrow download-button downward long-arrow-down save","unicode":"f309"},{"name":"download","family":"solid","label":"Download","keywords":"download arrow down export get file hard drive import retrieve save transfer","unicode":"f019"},{"name":"dragon","family":"solid","label":"Dragon","keywords":"dragon dungeons & dragons creature d&d dnd fairy tale fantasy fire legend lizard medieval monster mythical serpent","unicode":"f6d5"},{"name":"draw-polygon","family":"solid","label":"Draw Polygon","keywords":"draw-polygon draw polygon anchors drawing geometry graphic lines object path shape vector","unicode":"f5ee"},{"name":"droplet","family":"solid","label":"Droplet","keywords":"droplet blood drip drop fluid liquid moisture oil raindrop sweat tear water waterdrop","unicode":"f043"},{"name":"droplet-slash","family":"solid","label":"Droplet Slash","keywords":"droplet-slash droplet slash blocked cancel disabled drop muted no drop no water off raindrop remove stop waterdrop","unicode":"f5c7"},{"name":"drum","family":"solid","label":"Drum","keywords":"drum band beat drummer drums drumsticks instrument kit music musical instrument percussion rhythm snare sound","unicode":"f569"},{"name":"drum-steelpan","family":"solid","label":"Drum Steelpan","keywords":"drum-steelpan drum steelpan caribbean band calypso festival instrument music pan drum percussion sound steel drum tropical","unicode":"f56a"},{"name":"drumstick-bite","family":"solid","label":"Drumstick Bite","keywords":"drumstick-bite drumstick bite barbecue bone chicken dinner food grilled leg meat poultry snack turkey","unicode":"f6d7"},{"name":"dumbbell","family":"solid","label":"Dumbbell","keywords":"dumbbell exercise fitness gym lifting muscle sports strength training weight weightlifting workout","unicode":"f44b"},{"name":"dumpster","family":"solid","label":"Dumpster","keywords":"dumpster bin commercial waste container dumpster bin garbage junk refuse rubbish trash trash container waste","unicode":"f793"},{"name":"dumpster-fire","family":"solid","label":"Dumpster Fire","keywords":"dumpster-fire dumpster fire blaze burning chaotic crisis danger disaster emergency euphemism flames hot meltdown trash waste","unicode":"f794"},{"name":"dungeon","family":"solid","label":"Dungeon","keywords":"dungeon dungeons & dragons rpg castle d&d dnd door dungeon door entrance fantasy fortress gate medieval role-playing","unicode":"f6d9"},{"name":"e","family":"solid","label":"E","keywords":"e alphabet e capital e character e e symbol latin letter e letter e lowercase e","unicode":"45"},{"name":"ear-deaf","family":"solid","label":"Ear Deaf","keywords":"ear-deaf ear deaf accessibility disability hearing impaired hearing loss mute no sound sign language","unicode":"f2a4"},{"name":"ear-listen","family":"solid","label":"Ear Listen","keywords":"ear-listen ear listen amplify audio deaf earphone headphone headset hearing hearing aid listen closely sound volume","unicode":"f2a2"},{"name":"earth-africa","family":"solid","label":"Earth Africa","keywords":"earth-africa earth africa continent geography global globe gps international localize location map place planet travel world","unicode":"f57c"},{"name":"earth-americas","family":"solid","label":"Earth Americas","keywords":"earth-americas earth americas america global globe gps language localize location map place planet translate travel world","unicode":"f57d"},{"name":"earth-asia","family":"solid","label":"Earth Asia","keywords":"earth-asia earth asia australia global globe gps language localize location map place planet translate travel world","unicode":"f57e"},{"name":"earth-europe","family":"solid","label":"Earth Europe","keywords":"earth-europe earth europe country global globe gps language localize location map place planet translate travel world","unicode":"f7a2"},{"name":"earth-oceania","family":"solid","label":"Earth Oceania","keywords":"earth-oceania earth oceania australia continent country geography global globe island location map melanesia micronesia new zealand pacific polynesia region travel world","unicode":"e47b"},{"name":"egg","family":"solid","label":"Egg","keywords":"egg baking breakfast chicken farm food fresh natural omelette oval poultry protein shell yolk","unicode":"f7fb"},{"name":"eject","family":"solid","label":"Eject","keywords":"eject abort cancel cd disc discard eject button exit media remove stop unload","unicode":"f052"},{"name":"elevator","family":"solid","label":"Elevator","keywords":"elevator accessibility building transport elevator button elevator car elevator shaft hoist lift passenger lift people mover vertical transport wheelchair accessible","unicode":"e16d"},{"name":"ellipsis","family":"solid","label":"Ellipsis","keywords":"ellipsis actions dots dots menu horizontal dots kebab menu more navigation options overflow settings three dots vertical dots","unicode":"f141"},{"name":"ellipsis-vertical","family":"solid","label":"Ellipsis Vertical","keywords":"ellipsis-vertical ellipsis vertical dots kebab list menu more nav navigation options overflow reorder settings vertical dots","unicode":"f142"},{"name":"envelope","family":"solid","label":"Envelope","keywords":"envelope contact correspondence e-mail email inbox letter mail message newsletter notification postal receive send support","unicode":"f0e0"},{"name":"envelope-circle-check","family":"solid","label":"Envelope Circle Check","keywords":"envelope-circle-check envelope circle check approved confirmed delivered email mail ok okay read sent success validated verified","unicode":"e4e8"},{"name":"envelope-open","family":"solid","label":"Envelope Open","keywords":"envelope-open envelope open communication correspondence e-mail email inbox letter mail message newsletter notification offer open mail support","unicode":"f2b6"},{"name":"envelope-open-text","family":"solid","label":"Envelope Open Text","keywords":"envelope-open-text envelope open text communication correspondence document e-mail email inbox letter mail message newsletter notification open mail reading mail support update","unicode":"f658"},{"name":"envelopes-bulk","family":"solid","label":"Envelopes Bulk","keywords":"envelopes-bulk envelopes bulk bulk mail correspondence letters mail mailing newsletter package post office postal send shipment usps","unicode":"f674"},{"name":"equals","family":"solid","label":"Equals","keywords":"equals arithmetic balance comparison equal sign equal to equals sign equation equivalence match math","unicode":"3d"},{"name":"eraser","family":"solid","label":"Eraser","keywords":"eraser art clean correction delete drawing erase pencil remove rubber wipe","unicode":"f12d"},{"name":"ethernet","family":"solid","label":"Ethernet","keywords":"ethernet cable cat5 cat6 connection ethernet cable ethernet port hardware internet lan network network cable rj45 wired wired connection","unicode":"f796"},{"name":"euro-sign","family":"solid","label":"Euro Sign","keywords":"euro-sign euro sign cash currency euro currency euro sign european currency financial money payment symbol","unicode":"f153"},{"name":"exclamation","family":"solid","label":"Exclamation","keywords":"exclamation alert attention caution danger emphasis error exclamation mark important notice notification notify problem punctuation required symbol urgent warning","unicode":"21"},{"name":"expand","family":"solid","label":"Expand","keywords":"expand arrows bigger enlarge fullscreen fullscreen mode increase maximize open resize scale stretch viewfinder zoom","unicode":"f065"},{"name":"explosion","family":"solid","label":"Explosion","keywords":"explosion bang blast blast-off boom burst crash detonation eruption impact shockwave","unicode":"e4e9"},{"name":"eye","family":"solid","label":"Eye","keywords":"eye focus glimpse look observe peek see sight stare view visible vision watch","unicode":"f06e"},{"name":"eye-dropper","family":"solid","label":"Eye Dropper","keywords":"eye-dropper eye dropper color eyedropper eyedropper-tool paint pick pipette sample select tool","unicode":"f1fb"},{"name":"eye-low-vision","family":"solid","label":"Eye Low Vision","keywords":"eye-low-vision eye low vision accessibility blind disability eye disability impaired vision low vision sight vision loss visual impairment","unicode":"f2a8"},{"name":"eye-slash","family":"solid","label":"Eye Slash","keywords":"eye-slash eye slash blocked conceal disable hidden hide invisible no-view obscured privacy privacy-mode security toggle unseen","unicode":"f070"},{"name":"f","family":"solid","label":"F","keywords":"f alphabet f character f f glyph f symbol latin letter f letter letter f","unicode":"46"},{"name":"face-angry","family":"solid","label":"Face Angry","keywords":"face-angry face angry annoyed disapprove displeased emoticon emotion frowning frustrated glare mad rage upset","unicode":"f556"},{"name":"face-dizzy","family":"solid","label":"Face Dizzy","keywords":"face-dizzy face dizzy confused dazed dizzy face emoticon faint sick unwell woozy woozy face","unicode":"f567"},{"name":"face-flushed","family":"solid","label":"Face Flushed","keywords":"face-flushed face flushed bashful blushing embarrassed emoticon overwhelmed red-faced shy surprised","unicode":"f579"},{"name":"face-frown","family":"solid","label":"Face Frown","keywords":"face-frown face frown disappointed disapprove displeased emoticon frowning face negative sad unhappy unhappy emoji unhappy face","unicode":"f119"},{"name":"face-frown-open","family":"solid","label":"Face Frown Open","keywords":"face-frown-open face frown open disappointed disapprove displeased emoticon expression negative open mouth sad unhappy upset","unicode":"f57a"},{"name":"face-grimace","family":"solid","label":"Face Grimace","keywords":"face-grimace face grimace anxious awkward cringe emoticon expression grimacing face nervous teeth uncomfortable uneasy worried","unicode":"f57f"},{"name":"face-grin","family":"solid","label":"Face Grin","keywords":"face-grin face grin amusement cheerful emoji expression grinning happy joy laugh pleased smile","unicode":"f580"},{"name":"face-grin-beam","family":"solid","label":"Face Grin Beam","keywords":"face-grin-beam face grin beam cheerful delighted emoticon eyes closed happy joy laugh open mouth smile smiling face","unicode":"f582"},{"name":"face-grin-beam-sweat","family":"solid","label":"Face Grin Beam Sweat","keywords":"face-grin-beam-sweat face grin beam sweat anxious awkward embarrassed emoticon nervous relief smile uncomfortable","unicode":"f583"},{"name":"face-grin-hearts","family":"solid","label":"Face Grin Hearts","keywords":"face-grin-hearts face grin hearts admiration adoration affection crush emoji emoticon heart-eyes infatuation love smile smiling","unicode":"f584"},{"name":"face-grin-squint","family":"solid","label":"Face Grin Squint","keywords":"face-grin-squint face grin squint amusement emoticon happy joy laugh laughing playful satisfied smile","unicode":"f585"},{"name":"face-grin-squint-tears","family":"solid","label":"Face Grin Squint Tears","keywords":"face-grin-squint-tears face grin squint tears emoji funny happy humor joy laugh laughing rofl rolling on the floor laughing smile","unicode":"f586"},{"name":"face-grin-stars","family":"solid","label":"Face Grin Stars","keywords":"face-grin-stars face grin stars amazed celebrity emoticon excited happy impressed joyful smiling star star-struck starry-eyed vip","unicode":"f587"},{"name":"face-grin-tears","family":"solid","label":"Face Grin Tears","keywords":"face-grin-tears face grin tears lol crying with laughter emoji funny happy joy laugh laughing smile tear tears of joy","unicode":"f588"},{"name":"face-grin-tongue","family":"solid","label":"Face Grin Tongue","keywords":"face-grin-tongue face grin tongue cheeky emoji funny goofy joking laugh lighthearted playful silly teasing","unicode":"f589"},{"name":"face-grin-tongue-squint","family":"solid","label":"Face Grin Tongue Squint","keywords":"face-grin-tongue-squint face grin tongue squint emoji funny goofy joking laugh playful silly silly face teasing","unicode":"f58a"},{"name":"face-grin-tongue-wink","family":"solid","label":"Face Grin Tongue Wink","keywords":"face-grin-tongue-wink face grin tongue wink lol cheeky emoji emoticon funny joke laugh playful silly teasing winking face","unicode":"f58b"},{"name":"face-grin-wide","family":"solid","label":"Face Grin Wide","keywords":"face-grin-wide face grin wide big eyes cheerful emoticon excited happy joyful laugh open mouth smile wide grin","unicode":"f581"},{"name":"face-grin-wink","family":"solid","label":"Face Grin Wink","keywords":"face-grin-wink face grin wink cheeky emoticon flirt happy mischievous playful smile","unicode":"f58c"},{"name":"face-kiss","family":"solid","label":"Face Kiss","keywords":"face-kiss face kiss affection beso blowing a kiss emoji flirt hug and kiss kissing face love romantic smooch","unicode":"f596"},{"name":"face-kiss-beam","family":"solid","label":"Face Kiss Beam","keywords":"face-kiss-beam face kiss beam affection blowing kiss emoji emoticon eyes closed happy kissing face love smile smooch","unicode":"f597"},{"name":"face-kiss-wink-heart","family":"solid","label":"Face Kiss Wink Heart","keywords":"face-kiss-wink-heart face kiss wink heart affection blowing a kiss emoji emoticon flirt love smooch","unicode":"f598"},{"name":"face-laugh","family":"solid","label":"Face Laugh","keywords":"face-laugh face laugh amusement chuckle emoji funny grin happy humor joy laughter smile","unicode":"f599"},{"name":"face-laugh-beam","family":"solid","label":"Face Laugh Beam","keywords":"face-laugh-beam face laugh beam amusement beaming face cheerful emoji fun grin happy humor joy laughing face laughter smile smiling eyes","unicode":"f59a"},{"name":"face-laugh-squint","family":"solid","label":"Face Laugh Squint","keywords":"face-laugh-squint face laugh squint lol amused emoticon funny grin happy joy laughing smile","unicode":"f59b"},{"name":"face-laugh-wink","family":"solid","label":"Face Laugh Wink","keywords":"face-laugh-wink face laugh wink lol emoticon funny happy humor joking playful smile","unicode":"f59c"},{"name":"face-meh","family":"solid","label":"Face Meh","keywords":"face-meh face meh apathetic bland deadpan default emoticon emotion expression indifferent neutral neutral face rating unamused unimpressed","unicode":"f11a"},{"name":"face-meh-blank","family":"solid","label":"Face Meh Blank","keywords":"face-meh-blank face meh blank deadpan emotionless expressionless indifferent neutral no mouth quiet silent stoic unimpressed","unicode":"f5a4"},{"name":"face-rolling-eyes","family":"solid","label":"Face Rolling Eyes","keywords":"face-rolling-eyes face rolling eyes annoyed dismissive emoji exasperated expression eye roll eyeroll reaction rolling eyes sarcastic unimpressed","unicode":"f5a5"},{"name":"face-sad-cry","family":"solid","label":"Face Sad Cry","keywords":"face-sad-cry face sad cry crying emoticon emotional sad face sobbing tearful tears unhappy upset","unicode":"f5b3"},{"name":"face-sad-tear","family":"solid","label":"Face Sad Tear","keywords":"face-sad-tear face sad tear crying distress emoticon emotional grief sorrow tears unhappy upset","unicode":"f5b4"},{"name":"face-smile","family":"solid","label":"Face Smile","keywords":"face-smile face smile approve cheerful content emoticon friendly happy joy pleased positive satisfied slightly smiling face","unicode":"f118"},{"name":"face-smile-beam","family":"solid","label":"Face Smile Beam","keywords":"face-smile-beam face smile beam beaming blush cheerful delighted emoticon grin happiness happy joyful pleased positive smiling","unicode":"f5b8"},{"name":"face-smile-wink","family":"solid","label":"Face Smile Wink","keywords":"face-smile-wink face smile wink cheeky emoticon flirt fun happy mischievous playful teasing winking face","unicode":"f4da"},{"name":"face-surprise","family":"solid","label":"Face Surprise","keywords":"face-surprise face surprise astonished emoji expression open mouth reaction shocked startled surprised wow","unicode":"f5c2"},{"name":"face-tired","family":"solid","label":"Face Tired","keywords":"face-tired face tired drained emoticon exhausted fatigued frustrated grumpy sleepy upset weary worn out","unicode":"f5c8"},{"name":"fan","family":"solid","label":"Fan","keywords":"fan air airflow blade blower breeze ceiling fan cool air cooling electric fan hot air ventilation","unicode":"f863"},{"name":"faucet","family":"solid","label":"Faucet","keywords":"faucet bathroom drinking drip household hygiene kitchen plumbing potable potable water sanitation sink tap water","unicode":"e005"},{"name":"faucet-drip","family":"solid","label":"Faucet Drip","keywords":"faucet-drip faucet drip bathroom drinking household hygiene kitchen leak plumbing potable potable water sanitation sink tap water","unicode":"e006"},{"name":"fax","family":"solid","label":"Fax","keywords":"fax business communication copy document facsimile fax machine message office send transmit","unicode":"f1ac"},{"name":"feather","family":"solid","label":"Feather","keywords":"feather bird delicate flight light pen plumage plume quill writing","unicode":"f52d"},{"name":"feather-pointed","family":"solid","label":"Feather Pointed","keywords":"feather-pointed feather pointed bird calligraphy ink light pen plume plume feather plume pen quill writing","unicode":"f56b"},{"name":"ferry","family":"solid","label":"Ferry","keywords":"ferry barge boat commute crossing ferryboat passenger ship transport travel vehicle watercraft","unicode":"e4ea"},{"name":"file","family":"solid","label":"File","keywords":"file blank cv document form new page page facing up paper pdf report resume sheet text","unicode":"f15b"},{"name":"file-arrow-down","family":"solid","label":"File Arrow Down","keywords":"file-arrow-down file arrow down archive arrow-down document download export import insert save upload","unicode":"f56d"},{"name":"file-arrow-up","family":"solid","label":"File Arrow Up","keywords":"file-arrow-up file arrow up arrow-up document export import page save send update upgrade upload","unicode":"f574"},{"name":"file-audio","family":"solid","label":"File Audio","keywords":"file-audio file audio document mp3 music play recording sound track waveform","unicode":"f1c7"},{"name":"file-circle-check","family":"solid","label":"File Circle Check","keywords":"file-circle-check file circle check approved checkmark complete confirm document done ok okay paper success validated verified","unicode":"e5a0"},{"name":"file-circle-exclamation","family":"solid","label":"File Circle Exclamation","keywords":"file-circle-exclamation file circle exclamation alert document error failed issue paper problem warning","unicode":"e4eb"},{"name":"file-circle-minus","family":"solid","label":"File Circle Minus","keywords":"file-circle-minus file circle minus cancel delete discard document erase file-remove paper remove subtract","unicode":"e4ed"},{"name":"file-circle-plus","family":"solid","label":"File Circle Plus","keywords":"file-circle-plus file circle plus add blank create document insert new page paper pdf sheet upload","unicode":"e494"},{"name":"file-circle-question","family":"solid","label":"File Circle Question","keywords":"file-circle-question file circle question document file-help file-question help info inquiry paper support unknown","unicode":"e4ef"},{"name":"file-circle-xmark","family":"solid","label":"File Circle Xmark","keywords":"file-circle-xmark file circle xmark cancel close cross delete document error invalid no paper reject remove","unicode":"e5a1"},{"name":"file-code","family":"solid","label":"File Code","keywords":"file-code file code css development document html markup mysql programming script sql","unicode":"f1c9"},{"name":"file-contract","family":"solid","label":"File Contract","keywords":"file-contract file contract agreement binding deal document form legal paperwork signature terms","unicode":"f56c"},{"name":"file-csv","family":"solid","label":"File Csv","keywords":"file-csv file csv comma-separated data document export import spreadsheet table values","unicode":"f6dd"},{"name":"file-excel","family":"solid","label":"File Excel","keywords":"file-excel file excel csv data document microsoft excel numbers sheet spreadsheet table workbook xls xlsx","unicode":"f1c3"},{"name":"file-export","family":"solid","label":"File Export","keywords":"file-export file export document download output save send share transfer upload","unicode":"f56e"},{"name":"file-fragment","family":"solid","label":"File Fragment","keywords":"file-fragment file fragment block chunk data document incomplete partial piece segment","unicode":"e697"},{"name":"file-half-dashed","family":"solid","label":"File Half Dashed","keywords":"file-half-dashed file half dashed data document form fragment incomplete outline partial piece sheet","unicode":"e698"},{"name":"file-image","family":"solid","label":"File Image","keywords":"file-image file image document document with image graphic image file img jpg photo photo file picture picture file png","unicode":"f1c5"},{"name":"file-import","family":"solid","label":"File Import","keywords":"file-import file import add bring in document input insert load transfer upload","unicode":"f56f"},{"name":"file-invoice","family":"solid","label":"File Invoice","keywords":"file-invoice file invoice account bill billing charge document expense financial payment receipt statement transaction","unicode":"f570"},{"name":"file-invoice-dollar","family":"solid","label":"File Invoice Dollar","keywords":"file-invoice-dollar file invoice dollar $ accounting bill charge cost document earnings finance money payment receipt revenue salary usd","unicode":"f571"},{"name":"file-lines","family":"solid","label":"File Lines","keywords":"file-lines file lines document file-text form invoice new document page paper pdf report sheet text","unicode":"f15c"},{"name":"file-medical","family":"solid","label":"File Medical","keywords":"file-medical file medical chart clinic document health healthcare history hospital patient prescription record report","unicode":"f477"},{"name":"file-pdf","family":"solid","label":"File Pdf","keywords":"file-pdf file pdf acrobat attachment document ebook portable document format preview report save","unicode":"f1c1"},{"name":"file-pen","family":"solid","label":"File Pen","keywords":"file-pen file pen compose document draft edit memo modify note pencil text update write","unicode":"f31c"},{"name":"file-powerpoint","family":"solid","label":"File Powerpoint","keywords":"file-powerpoint file powerpoint deck document keynote microsoft office ppt presentation slide slideshow","unicode":"f1c4"},{"name":"file-prescription","family":"solid","label":"File Prescription","keywords":"file-prescription file prescription document drugs healthcare medical medication medicine pharmacy rx script treatment","unicode":"f572"},{"name":"file-shield","family":"solid","label":"File Shield","keywords":"file-shield file shield antivirus data defense document locked privacy protect protection safe safeguard safety secure security","unicode":"e4f0"},{"name":"file-signature","family":"solid","label":"File Signature","keywords":"file-signature file signature john hancock approval autograph contract document endorsement handwriting name sign","unicode":"f573"},{"name":"file-video","family":"solid","label":"File Video","keywords":"file-video file video clip film footage m4v media movie mp4 play playback recording","unicode":"f1c8"},{"name":"file-waveform","family":"solid","label":"File Waveform","keywords":"file-waveform file waveform audio data document music recording signal sound track wave","unicode":"f478"},{"name":"file-word","family":"solid","label":"File Word","keywords":"file-word file word doc document editable letter office page paper report text word processing writing","unicode":"f1c2"},{"name":"file-zipper","family":"solid","label":"File Zipper","keywords":"file-zipper file zipper .zip archive archive file bundle compress compressed compression download extractor folder packed packing zip zipped file","unicode":"f1c6"},{"name":"fill","family":"solid","label":"Fill","keywords":"fill bucket bucket fill color fill coloring paint paint bucket paint can paint tool","unicode":"f575"},{"name":"fill-drip","family":"solid","label":"Fill Drip","keywords":"fill-drip fill drip bucket color drop liquid paint paint bucket paint drip paint spill pouring spill","unicode":"f576"},{"name":"film","family":"solid","label":"Film","keywords":"film cinema clip film strip footage frames media movie movie reel projector recording video","unicode":"f008"},{"name":"filter","family":"solid","label":"Filter","keywords":"filter adjust criteria funnel narrow options refine selection settings sort","unicode":"f0b0"},{"name":"filter-circle-dollar","family":"solid","label":"Filter Circle Dollar","keywords":"filter-circle-dollar filter circle dollar cost finance money options payment premium price sort","unicode":"f662"},{"name":"filter-circle-xmark","family":"solid","label":"Filter Circle Xmark","keywords":"filter-circle-xmark filter circle xmark block cancel clear close delete erase funnel options remove reset stop","unicode":"e17b"},{"name":"fingerprint","family":"solid","label":"Fingerprint","keywords":"fingerprint authentication biometric id identification lock privacy security touch unique unlock","unicode":"f577"},{"name":"fire","family":"solid","label":"Fire","keywords":"fire blaze burn burning campfire flame flame icon flame symbol heat hot ignition popular spark tool wildfire","unicode":"f06d"},{"name":"fire-burner","family":"solid","label":"Fire Burner","keywords":"fire-burner fire burner burner flame cook cooking cooktop flame gas heat hob kitchen range stove","unicode":"e4f1"},{"name":"fire-extinguisher","family":"solid","label":"Fire Extinguisher","keywords":"fire-extinguisher fire extinguisher blaze burn emergency fire extinguisher firefighting flame heat hot put out quench rescue safety smoke","unicode":"f134"},{"name":"fire-flame-curved","family":"solid","label":"Fire Flame Curved","keywords":"fire-flame-curved fire flame curved blaze burn burning fire hazard flame icon flame symbol heat hot ignition popular wildfire","unicode":"f7e4"},{"name":"fire-flame-simple","family":"solid","label":"Fire Flame Simple","keywords":"fire-flame-simple fire flame simple blaze burn caliente energy gas heat hot ignition warm","unicode":"f46a"},{"name":"fish","family":"solid","label":"Fish","keywords":"fish pisces animal aquarium aquatic fishing goldfish marine ocean pet seafood swimming zodiac","unicode":"f578"},{"name":"fish-fins","family":"solid","label":"Fish Fins","keywords":"fish-fins fish fins pisces aquatic fishing marine ocean seafood swim water","unicode":"e4f2"},{"name":"flag","family":"solid","label":"Flag","keywords":"flag alert banner country marker nation notification notify pennant pole report signal symbol waving","unicode":"f024"},{"name":"flag-checkered","family":"solid","label":"Flag Checkered","keywords":"flag-checkered flag checkered chequered competition end finish flag icon flagpole motorsport race race flag racing signal victory winner","unicode":"f11e"},{"name":"flag-usa","family":"solid","label":"Flag Usa","keywords":"flag-usa flag usa american flag betsy ross country national emblem old glory patriotism stars stars and stripes stripes united states","unicode":"f74d"},{"name":"flask","family":"solid","label":"Flask","keywords":"flask beaker chemistry experiment lab laboratory liquid potion research science test tube vial","unicode":"f0c3"},{"name":"flask-vial","family":"solid","label":"Flask Vial","keywords":"flask-vial flask vial ampule beaker chemical chemistry experiment experimental lab laboratory liquid potion science test test tube","unicode":"e4f3"},{"name":"floppy-disk","family":"solid","label":"Floppy Disk","keywords":"floppy-disk floppy disk archive backup computer data floppy disk legacy memory old school retro save save icon storage","unicode":"f0c7"},{"name":"florin-sign","family":"solid","label":"Florin Sign","keywords":"florin-sign florin sign cash currency euro alternative finance financial symbol money payment symbol trade","unicode":"e184"},{"name":"folder","family":"solid","label":"Folder","keywords":"folder archive directory document documents file file folder file organizer files filing folder icon folder symbol storage","unicode":"f07b"},{"name":"folder-closed","family":"solid","label":"Folder Closed","keywords":"folder-closed folder closed archive closed folder directory documents file cabinet file folder filing organize storage","unicode":"e185"},{"name":"folder-minus","family":"solid","label":"Folder Minus","keywords":"folder-minus folder minus archive delete directory document file folder-remove negative reduce remove remove-file subtract","unicode":"f65d"},{"name":"folder-open","family":"solid","label":"Folder Open","keywords":"folder-open folder open archive directory document file file folder folder icon folder open folder view open file folder open folder","unicode":"f07c"},{"name":"folder-plus","family":"solid","label":"Folder Plus","keywords":"folder-plus folder plus add archive create directory document expand file insert new open positive save upload","unicode":"f65e"},{"name":"folder-tree","family":"solid","label":"Folder Tree","keywords":"folder-tree folder tree archive directory documents file files folders hierarchy organization structure","unicode":"f802"},{"name":"font","family":"solid","label":"Font","keywords":"font alphabet character font style glyph letter print script text type typeface typography writing","unicode":"f031"},{"name":"font-awesome","family":"solid","label":"Font Awesome","keywords":"font-awesome font awesome branding fa icon set logo typeface","unicode":"f2b4"},{"name":"football","family":"solid","label":"Football","keywords":"football american football ball field game gridiron helmet nfl pigskin quarterback sport sports tackle team touchdown","unicode":"f44e"},{"name":"forward","family":"solid","label":"Forward","keywords":"forward advance ahead arrow continue double fast fast-forward move next play right skip","unicode":"f04e"},{"name":"forward-fast","family":"solid","label":"Forward Fast","keywords":"forward-fast forward fast arrow fast-forward media next next scene next track playback quick skip speed triangle","unicode":"f050"},{"name":"forward-step","family":"solid","label":"Forward Step","keywords":"forward-step forward step advance end fast-forward last move ahead next skip","unicode":"f051"},{"name":"franc-sign","family":"solid","label":"Franc Sign","keywords":"franc-sign franc sign swiss franc currency currency symbol franc currency franc icon franc money franc sign franc symbol money","unicode":"e18f"},{"name":"frog","family":"solid","label":"Frog","keywords":"frog amphibian bullfrog croak green hop kermit kiss leap pond prince ribbit tadpole toad wart","unicode":"f52e"},{"name":"futbol","family":"solid","label":"Futbol","keywords":"futbol ball football football game football sport soccer soccer ball soccer ball graphic soccer ball icon soccer ball symbol soccer game soccer sport sports","unicode":"f1e3"},{"name":"g","family":"solid","label":"G","keywords":"g alphabet capital g character glyph letter g lowercase g text symbol typography","unicode":"47"},{"name":"gamepad","family":"solid","label":"Gamepad","keywords":"gamepad arcade console controller d-pad game controller gaming joystick play video game video games","unicode":"f11b"},{"name":"gas-pump","family":"solid","label":"Gas Pump","keywords":"gas-pump gas pump car diesel filling station fuel fuel pump gas dispenser gas nozzle gas pump handle gas station gasoline petrol petrol station refuel","unicode":"f52f"},{"name":"gauge","family":"solid","label":"Gauge","keywords":"gauge dashboard dial gauge cluster indicator measurement meter odometer performance speed speedometer tachometer","unicode":"f624"},{"name":"gauge-high","family":"solid","label":"Gauge High","keywords":"gauge-high gauge high dashboard dial fast indicator measurement meter performance rpm speed speedometer tachometer","unicode":"f625"},{"name":"gauge-simple","family":"solid","label":"Gauge Simple","keywords":"gauge-simple gauge simple dashboard dial fast indicator instrument measurement meter odometer performance speed speedometer","unicode":"f629"},{"name":"gauge-simple-high","family":"solid","label":"Gauge Simple High","keywords":"gauge-simple-high gauge simple high dashboard dial fast indicator measurement meter performance quick speed speedometer","unicode":"f62a"},{"name":"gavel","family":"solid","label":"Gavel","keywords":"gavel auction court decision hammer judge judge's hammer justice law lawyer legal ruling verdict","unicode":"f0e3"},{"name":"gear","family":"solid","label":"Gear","keywords":"gear adjust cog cogwheel configuration control mechanical modify options preferences settings setup sprocket tool wheel","unicode":"f013"},{"name":"gears","family":"solid","label":"Gears","keywords":"gears adjust cog cogwheel configuration machinery mechanical options process settings sprocket system tools wheel","unicode":"f085"},{"name":"gem","family":"solid","label":"Gem","keywords":"gem crystal diamond emerald gem stone gemstone jewel jewelry luxury precious ruby sapphire treasure valuable","unicode":"f3a5"},{"name":"gemini","family":"solid","label":"Gemini","keywords":"gemini air sign astrology constellation horoscope june may sign stars twin twins zodiac","unicode":"e849"},{"name":"genderless","family":"solid","label":"Genderless","keywords":"genderless androgynous asexual gender gender neutral identity neutral nonbinary sexless unisex","unicode":"f22d"},{"name":"ghost","family":"solid","label":"Ghost","keywords":"ghost apparition blinky clyde creature face fantasy floating halloween inky monster pacman phantom pinky specter spirit spooky supernatural wraith","unicode":"f6e2"},{"name":"gift","family":"solid","label":"Gift","keywords":"gift birthday box celebration christmas festive generosity giving holiday party present surprise wrapped xmas","unicode":"f06b"},{"name":"gifts","family":"solid","label":"Gifts","keywords":"gifts box celebration christmas generosity gift giving holiday party present surprise wrapped xmas","unicode":"f79c"},{"name":"glass-water","family":"solid","label":"Glass Water","keywords":"glass-water glass water beverage cold drink cup drink hydration liquid potable refreshment","unicode":"e4f4"},{"name":"glass-water-droplet","family":"solid","label":"Glass Water Droplet","keywords":"glass-water-droplet glass water droplet beverage clean drink hydration liquid potable pure refreshment","unicode":"e4f5"},{"name":"glasses","family":"solid","label":"Glasses","keywords":"glasses eyeglasses eyewear frames hipster nerd reading sight spectacles vision","unicode":"f530"},{"name":"globe","family":"solid","label":"Globe","keywords":"globe coordinates country earth global gps internet language localize location map meridians network online place planet translate travel world www","unicode":"f0ac"},{"name":"golf-ball-tee","family":"solid","label":"Golf Ball Tee","keywords":"golf-ball-tee golf ball tee golf ball golf club golf course golf game golf shot golf swing golf tee golfing sport sports equipment","unicode":"f450"},{"name":"gopuram","family":"solid","label":"Gopuram","keywords":"gopuram architecture entrance gateway hinduism landmark monument ornate religious sacred south india temple tower","unicode":"f664"},{"name":"graduation-cap","family":"solid","label":"Graduation Cap","keywords":"graduation-cap graduation cap academic celebration ceremony college commencement diploma education graduate hat learning mortarboard school student","unicode":"f19d"},{"name":"greater-than","family":"solid","label":"Greater Than","keywords":"greater-than greater than arithmetic comparison comparison operator greater than greater-than sign inequality math more than operator symbol","unicode":"3e"},{"name":"greater-than-equal","family":"solid","label":"Greater Than Equal","keywords":"greater-than-equal greater than equal arithmetic compare comparison greater than or equal to inequality logic math math symbol operator symbol","unicode":"f532"},{"name":"grip","family":"solid","label":"Grip","keywords":"grip ui control dots drag drop grab handle interface menu move reorder resize toolbar widget","unicode":"f58d"},{"name":"grip-lines","family":"solid","label":"Grip Lines","keywords":"grip-lines grip lines ui control drag drag handle draggable drop grab grabber handle interface element move reorder resize","unicode":"f7a4"},{"name":"grip-lines-vertical","family":"solid","label":"Grip Lines Vertical","keywords":"grip-lines-vertical grip lines vertical ui element affordance control drag drop grab handle interface move reorder resize slider vertical lines","unicode":"f7a5"},{"name":"grip-vertical","family":"solid","label":"Grip Vertical","keywords":"grip-vertical grip vertical drag drag handle drop grab grabber handle interface element move reorder resize vertical bars","unicode":"f58e"},{"name":"group-arrows-rotate","family":"solid","label":"Group Arrows Rotate","keywords":"group-arrows-rotate group arrows rotate community cycle engagement loop refresh reload repeat spin sync update","unicode":"e4f6"},{"name":"guarani-sign","family":"solid","label":"Guarani Sign","keywords":"guarani-sign guarani sign paraguay cash currency currency sign financial money payment symbol","unicode":"e19a"},{"name":"guitar","family":"solid","label":"Guitar","keywords":"guitar acoustic band chord electric instrument melody music musician rock rock and roll song stringed strings","unicode":"f7a6"},{"name":"gun","family":"solid","label":"Gun","keywords":"gun defense firearm firearm weapon gunfire handgun pistol revolver security shooter shooting trigger weapon","unicode":"e19b"},{"name":"h","family":"solid","label":"H","keywords":"h alphabet capital h character letter h lowercase h symbol typography","unicode":"48"},{"name":"hammer","family":"solid","label":"Hammer","keywords":"hammer diy building carpentry construction equipment fix hardware maintenance manual tool repair tool toolset workshop","unicode":"f6e3"},{"name":"hamsa","family":"solid","label":"Hamsa","keywords":"hamsa amulet blessing evil eye good luck hand islam jewish judaism middle east muslim north africa protection spirituality talisman","unicode":"f665"},{"name":"hand","family":"solid","label":"Hand","keywords":"hand backhand gesture halt high five palm raised hand request roshambo signal stop wave","unicode":"f256"},{"name":"hand-back-fist","family":"solid","label":"Hand Back Fist","keywords":"hand-back-fist hand back fist closed hand game gesture punch rock roshambo strike","unicode":"f255"},{"name":"hand-dots","family":"solid","label":"Hand Dots","keywords":"hand-dots hand dots allergy dermatology eczema freckles hives irritation palm pox rash skin spots","unicode":"f461"},{"name":"hand-fist","family":"solid","label":"Hand Fist","keywords":"hand-fist hand fist dungeons & dragons boxing clenched combat d&d dnd fantasy fight ki martial arts monk power punch raised fist resistance strength unarmed combat","unicode":"f6de"},{"name":"hand-holding","family":"solid","label":"Hand Holding","keywords":"hand-holding hand holding assistance carrying grasp help hold lift offering palm protection support","unicode":"f4bd"},{"name":"hand-holding-dollar","family":"solid","label":"Hand Holding Dollar","keywords":"hand-holding-dollar hand holding dollar cash cost donate donation earnings finance giving investment money payment premium price revenue salary wage","unicode":"f4c0"},{"name":"hand-holding-droplet","family":"solid","label":"Hand Holding Droplet","keywords":"hand-holding-droplet hand holding droplet blood care carry covid-19 drop drought grow health lift protection sanitation support water","unicode":"f4c1"},{"name":"hand-holding-hand","family":"solid","label":"Hand Holding Hand","keywords":"hand-holding-hand hand holding care compassion friendship give help hold partnership protect solidarity support teamwork together unity","unicode":"e4f7"},{"name":"hand-holding-heart","family":"solid","label":"Hand Holding Heart","keywords":"hand-holding-heart hand holding heart care charity compassion donate gift giving help kindness love support volunteer","unicode":"f4be"},{"name":"hand-holding-medical","family":"solid","label":"Hand Holding Medical","keywords":"hand-holding-medical hand holding medical aid assistance care charity covid-19 donate healing health help protection support","unicode":"e05c"},{"name":"hand-lizard","family":"solid","label":"Hand Lizard","keywords":"hand-lizard hand lizard claw game hand gesture reptile rock paper scissors roshambo sign","unicode":"f258"},{"name":"hand-middle-finger","family":"solid","label":"Hand Middle Finger","keywords":"hand-middle-finger hand middle finger disrespect flip the bird gesture hate insult middle finger obscene offensive rude swear vulgar","unicode":"f806"},{"name":"hand-peace","family":"solid","label":"Hand Peace","keywords":"hand-peace hand peace gesture peace sign sign symbol truce two fingers v victory victory hand","unicode":"f25b"},{"name":"hand-point-down","family":"solid","label":"Hand Point Down","keywords":"hand-point-down hand point down arrow click cursor direction finger gesture indicator pointing select tap","unicode":"f0a7"},{"name":"hand-point-left","family":"solid","label":"Hand Point Left","keywords":"hand-point-left hand point left arrow back direction finger gesture indicate pointer previous select","unicode":"f0a5"},{"name":"hand-point-right","family":"solid","label":"Hand Point Right","keywords":"hand-point-right hand point right arrow direction finger forward gesture next pointer","unicode":"f0a4"},{"name":"hand-point-up","family":"solid","label":"Hand Point Up","keywords":"hand-point-up hand point up click direction finger gesture index indicate point up pointing up request select upgrade","unicode":"f0a6"},{"name":"hand-pointer","family":"solid","label":"Hand Pointer","keywords":"hand-pointer hand pointer click cursor gesture hand-cursor interact select tap touch","unicode":"f25a"},{"name":"hand-scissors","family":"solid","label":"Hand Scissors","keywords":"hand-scissors hand scissors cut fingers game hand gesture peace sign rock paper scissors roshambo victory","unicode":"f257"},{"name":"hand-sparkles","family":"solid","label":"Hand Sparkles","keywords":"hand-sparkles hand sparkles clean disinfect fresh glow handwashing hygiene magic palm sanitizer shiny sparkle wash","unicode":"e05d"},{"name":"hand-spock","family":"solid","label":"Hand Spock","keywords":"hand-spock hand spock finger gesture greeting hello live long peace prosper salute sci-fi sign star trek vulcan vulcan salute","unicode":"f259"},{"name":"handcuffs","family":"solid","label":"Handcuffs","keywords":"handcuffs arrest criminal cuffs detention jail law enforcement police prisoner restraint security shackles wrist","unicode":"e4f8"},{"name":"hands","family":"solid","label":"Hands","keywords":"hands asl communication deaf fingers gesture hand signal manual palm sign language translate","unicode":"f2a7"},{"name":"hands-asl-interpreting","family":"solid","label":"Hands Asl Interpreting","keywords":"hands-asl-interpreting hands asl interpreting communication deaf fingerspelling gesture hand language sign language translate","unicode":"f2a3"},{"name":"hands-bound","family":"solid","label":"Hands Bound","keywords":"hands-bound hands bound abduction captivity handcuffs hands tied kidnapping prisoner restrained tied wrists","unicode":"e4f9"},{"name":"hands-bubbles","family":"solid","label":"Hands Bubbles","keywords":"hands-bubbles hands bubbles clean germ handwashing health hygiene protection sanitizer soap wash","unicode":"e05e"},{"name":"hands-clapping","family":"solid","label":"Hands Clapping","keywords":"hands-clapping hands clapping applause approval celebrate cheer clap congratulations ovation praise","unicode":"e1a8"},{"name":"hands-holding","family":"solid","label":"Hands Holding","keywords":"hands-holding hands holding assistance care carry giving help hold lift offering protection support","unicode":"f4c2"},{"name":"hands-holding-child","family":"solid","label":"Hands Holding Child","keywords":"hands-holding-child hands holding child care family give guardian help hold love nurture parent protect safety shelter support","unicode":"e4fa"},{"name":"hands-holding-circle","family":"solid","label":"Hands Holding Circle","keywords":"hands-holding-circle hands holding circle care charity community giving help protection safety support","unicode":"e4fb"},{"name":"hands-praying","family":"solid","label":"Hands Praying","keywords":"hands-praying hands praying blessing devotion faith gesture hope kneel meditate pray prayer religion spirituality worship","unicode":"f684"},{"name":"handshake","family":"solid","label":"Handshake","keywords":"handshake agreement alliance collaboration contract cooperation deal greeting meeting negotiation partnership trust welcome","unicode":"f2b5"},{"name":"handshake-angle","family":"solid","label":"Handshake Angle","keywords":"handshake-angle handshake angle agreement aid assistance collaboration cooperation deal greeting partnership support teamwork volunteering","unicode":"f4c4"},{"name":"handshake-slash","family":"solid","label":"Handshake Slash","keywords":"handshake-slash handshake slash avoid broken cancel covid-19 disabled no handshake prevent prohibition social distance stop","unicode":"e060"},{"name":"hanukiah","family":"solid","label":"Hanukiah","keywords":"hanukiah candelabrum candle candlestick celebration dreidel eight-branch menorah festival hanukkah holiday jewish judaism light menorah religious symbol ritual tradition","unicode":"f6e6"},{"name":"hard-drive","family":"solid","label":"Hard Drive","keywords":"hard-drive hard drive backup computer data device disk hard disk hard drive hardware hdd save storage storage device","unicode":"f0a0"},{"name":"hashtag","family":"solid","label":"Hashtag","keywords":"hashtag grid instagram label metadata number sign pound sign sharp social media tag topic trending twitter","unicode":"23"},{"name":"hat-cowboy","family":"solid","label":"Hat Cowboy","keywords":"hat-cowboy hat cowboy buckaroo cattle frontier horseman jackeroo old west pardner ranch rancher rodeo western wrangler","unicode":"f8c0"},{"name":"hat-cowboy-side","family":"solid","label":"Hat Cowboy Side","keywords":"hat-cowboy-side hat cowboy side buckaroo frontier horseman old west pardner ranch rancher rodeo side profile western wild west wrangler","unicode":"f8c1"},{"name":"hat-wizard","family":"solid","label":"Hat Wizard","keywords":"hat-wizard hat wizard accessory costume d&d dnd dungeons & dragons fantasy halloween headwear mage magic pointy hat witch","unicode":"f6e8"},{"name":"head-side-cough","family":"solid","label":"Head Side Cough","keywords":"head-side-cough head side cough cold covid-19 flu germs health illness infection lungs medical respiratory sick symptom virus","unicode":"e061"},{"name":"head-side-cough-slash","family":"solid","label":"Head Side Cough Slash","keywords":"head-side-cough-slash head side cough slash covid-19 germs health illness infection lungs respiratory sick symptom virus","unicode":"e062"},{"name":"head-side-mask","family":"solid","label":"Head Side Mask","keywords":"head-side-mask head side mask airborne breath coronavirus covid-19 face mask filter flu health hygiene infection medical mask pandemic pollution protection respirator safety sneeze virus","unicode":"e063"},{"name":"head-side-virus","family":"solid","label":"Head Side Virus","keywords":"head-side-virus head side virus cold contagious coronavirus covid-19 disease fever flu headache illness infection pandemic sick symptom","unicode":"e064"},{"name":"heading","family":"solid","label":"Heading","keywords":"heading caption format header headline label section text title","unicode":"f1dc"},{"name":"headphones","family":"solid","label":"Headphones","keywords":"headphones audio audio device earbuds earphones headset listen music music player sound stereo","unicode":"f025"},{"name":"headset","family":"solid","label":"Headset","keywords":"headset audio call center communication customer service gamer gaming headphones headset mic listen live chat microphone sound support telemarketer","unicode":"f590"},{"name":"heart","family":"solid","label":"Heart","keywords":"heart affection card emotion favorite heart suit like love passion playing card relationship romance symbol valentine wishlist","unicode":"f004"},{"name":"heart-circle-bolt","family":"solid","label":"Heart Circle Bolt","keywords":"heart-circle-bolt heart circle bolt cardiogram cardiology ekg electric energy health heartbeat love medical pacemaker pulse","unicode":"e4fc"},{"name":"heart-circle-check","family":"solid","label":"Heart Circle Check","keywords":"heart-circle-check heart circle check approve confirm enabled favorite love ok okay positive success validate verified","unicode":"e4fd"},{"name":"heart-circle-exclamation","family":"solid","label":"Heart Circle Exclamation","keywords":"heart-circle-exclamation heart circle exclamation alert attention caution error favorite important love warning","unicode":"e4fe"},{"name":"heart-circle-minus","family":"solid","label":"Heart Circle Minus","keywords":"heart-circle-minus heart circle minus delete dislike favorite love remove subtract unfavorite unlike","unicode":"e4ff"},{"name":"heart-circle-plus","family":"solid","label":"Heart Circle Plus","keywords":"heart-circle-plus heart circle plus add care favorite follow health like love new save support","unicode":"e500"},{"name":"heart-circle-xmark","family":"solid","label":"Heart Circle Xmark","keywords":"heart-circle-xmark heart circle xmark cancel close delete dislike favorite love negative no reject remove uncheck","unicode":"e501"},{"name":"heart-crack","family":"solid","label":"Heart Crack","keywords":"heart-crack heart crack break breakup broken heart crushed dislike dumped emotional pain grief heartbreak hurt love lost lovesick relationship sadness sorrow","unicode":"f7a9"},{"name":"heart-pulse","family":"solid","label":"Heart Pulse","keywords":"heart-pulse heart pulse cardiology ekg electrocardiogram health heart rate heartbeat lifeline medical monitor rhythm vital signs","unicode":"f21e"},{"name":"helicopter","family":"solid","label":"Helicopter","keywords":"helicopter aircraft airwolf apache aviation chopper flight fly military rescue rotorcraft transport travel vehicle","unicode":"f533"},{"name":"helicopter-symbol","family":"solid","label":"Helicopter Symbol","keywords":"helicopter-symbol helicopter symbol air ambulance aircraft chopper heliport landing pad medevac rescue rotorcraft whirlybird","unicode":"e502"},{"name":"helmet-safety","family":"solid","label":"Helmet Safety","keywords":"helmet-safety helmet safety caution construction hardhat headgear industrial protection safety-gear worker","unicode":"f807"},{"name":"helmet-un","family":"solid","label":"Helmet Un","keywords":"helmet-un helmet un un peacekeeper blue helmet international organization military peace mission peacekeeper peacekeeping protective gear soldier united nations","unicode":"e503"},{"name":"hexagon","family":"solid","label":"Hexagon","keywords":"hexagon badge cell emblem geometry hexagonal honeycomb polygon shape six-sided tile","unicode":"f312"},{"name":"hexagon-nodes","family":"solid","label":"Hexagon Nodes","keywords":"hexagon-nodes hexagon nodes ai artificial intelligence cluster connection data graph language llm machine learning model network neural neural network","unicode":"e699"},{"name":"hexagon-nodes-bolt","family":"solid","label":"Hexagon Nodes Bolt","keywords":"hexagon-nodes-bolt hexagon nodes bolt ai llm artificial intelligence cluster connection data electric graph language lightning model network neural","unicode":"e69a"},{"name":"highlighter","family":"solid","label":"Highlighter","keywords":"highlighter annotate color draw edit emphasize highlight marker note pen underline write","unicode":"f591"},{"name":"hill-avalanche","family":"solid","label":"Hill Avalanche","keywords":"hill-avalanche hill avalanche hazard landslide mountain mudslide natural disaster slope snow snowslide winter","unicode":"e507"},{"name":"hill-rockslide","family":"solid","label":"Hill Rockslide","keywords":"hill-rockslide hill rockslide avalanche debris flow earth movement erosion hill collapse landslide mudslide natural disaster slope failure","unicode":"e508"},{"name":"hippo","family":"solid","label":"Hippo","keywords":"hippo african animal animal fauna hippopotamus large animal mammal river horse safari wildlife","unicode":"f6ed"},{"name":"hockey-puck","family":"solid","label":"Hockey Puck","keywords":"hockey-puck hockey puck ice ice hockey nhl puck shot rink sport stick and puck winter sport","unicode":"f453"},{"name":"holly-berry","family":"solid","label":"Holly Berry","keywords":"holly-berry holly berry christmas decoration festive flora greenery holiday plant seasonal winter xmas","unicode":"f7aa"},{"name":"horse","family":"solid","label":"Horse","keywords":"horse animal equestrian equine foal livestock mammal mare neigh pony racehorse racing stallion","unicode":"f6f0"},{"name":"horse-head","family":"solid","label":"Horse Head","keywords":"horse-head horse head animal equestrian equus foal livestock mammal mare neigh pony stallion","unicode":"f7ab"},{"name":"hospital","family":"solid","label":"Hospital","keywords":"hospital er ambulance building clinic covid-19 doctor emergency health healthcare medical center medicine nurse treatment","unicode":"f0f8"},{"name":"hospital-user","family":"solid","label":"Hospital User","keywords":"hospital-user hospital user covid-19 doctor health professional healthcare medical nurse patient primary care staff","unicode":"f80d"},{"name":"hot-tub-person","family":"solid","label":"Hot Tub Person","keywords":"hot-tub-person hot tub person bath bathing hot tub jacuzzi leisure relaxation soak spa wellness","unicode":"f593"},{"name":"hotdog","family":"solid","label":"Hotdog","keywords":"hotdog bun chili fast food frankfurt frankfurter hot dog kosher polish sandwich sausage snack street food vienna weiner","unicode":"f80f"},{"name":"hotel","family":"solid","label":"Hotel","keywords":"hotel accommodation building check-in hospitality inn lodging motel overnight resort room stay travel vacation","unicode":"f594"},{"name":"hourglass","family":"solid","label":"Hourglass","keywords":"hourglass countdown hourglass not done loading minute sand stopwatch time timer waiting","unicode":"f254"},{"name":"hourglass-end","family":"solid","label":"Hourglass End","keywords":"hourglass-end hourglass end complete countdown elapsed finished hourglass done sand time timer waiting","unicode":"f253"},{"name":"hourglass-half","family":"solid","label":"Hourglass Half","keywords":"hourglass-half hourglass half clock countdown delay pending sand stopwatch time timer waiting","unicode":"f252"},{"name":"hourglass-start","family":"solid","label":"Hourglass Start","keywords":"hourglass-start hourglass start clock countdown duration elapsed sand stopwatch time timer waiting","unicode":"f251"},{"name":"house","family":"solid","label":"House","keywords":"house abode building domicile dwelling home living place main property real estate residence shelter","unicode":"f015"},{"name":"house-chimney","family":"solid","label":"House Chimney","keywords":"house-chimney house chimney abode building dwelling hearth home main house residence rooftop smoke","unicode":"e3af"},{"name":"house-chimney-crack","family":"solid","label":"House Chimney Crack","keywords":"house-chimney-crack house chimney crack broken building damage disaster earthquake hazard home insurance repair structural","unicode":"f6f1"},{"name":"house-chimney-medical","family":"solid","label":"House Chimney Medical","keywords":"house-chimney-medical house chimney medical clinic covid-19 doctor general practitioner health center health office healthcare hospital house call infirmary medical office outpatient telemedicine","unicode":"f7f2"},{"name":"house-chimney-user","family":"solid","label":"House Chimney User","keywords":"house-chimney-user house chimney user family home isolation occupant person quarantine resident shelter stay-at-home","unicode":"e065"},{"name":"house-chimney-window","family":"solid","label":"House Chimney Window","keywords":"house-chimney-window house chimney window abode building domestic dwelling family home property real estate residence shelter","unicode":"e00d"},{"name":"house-circle-check","family":"solid","label":"House Circle Check","keywords":"house-circle-check house circle check approved confirmed enabled home ok okay residence safe secure validate verified","unicode":"e509"},{"name":"house-circle-exclamation","family":"solid","label":"House Circle Exclamation","keywords":"house-circle-exclamation house circle exclamation abode alert caution error home issue notification problem residence warning","unicode":"e50a"},{"name":"house-circle-xmark","family":"solid","label":"House Circle Xmark","keywords":"house-circle-xmark house circle xmark abandon cancel cancelation circle-x clear close delete deny home no reject remove uncheck","unicode":"e50b"},{"name":"house-crack","family":"solid","label":"House Crack","keywords":"house-crack house crack broken building collapse damage disaster earthquake home insurance repair structural","unicode":"e3b1"},{"name":"house-fire","family":"solid","label":"House Fire","keywords":"house-fire house fire alarm blaze burning disaster emergency hazard home rescue smoke","unicode":"e50c"},{"name":"house-flag","family":"solid","label":"House Flag","keywords":"house-flag house flag accommodation cabin camp campsite home lodging residence shelter travel vacation","unicode":"e50d"},{"name":"house-flood-water","family":"solid","label":"House Flood Water","keywords":"house-flood-water house flood water damage disaster emergency home leak overflow property loss storm wet","unicode":"e50e"},{"name":"house-flood-water-circle-arrow-right","family":"solid","label":"House Flood Water Circle Arrow Right","keywords":"house-flood-water-circle-arrow-right house flood water circle arrow right damage disaster emergency evacuation home insurance moving out natural disaster","unicode":"e50f"},{"name":"house-laptop","family":"solid","label":"House Laptop","keywords":"house-laptop house laptop computer device home computer home office online work remote work telecommute telework virtual office work from home","unicode":"e066"},{"name":"house-lock","family":"solid","label":"House Lock","keywords":"house-lock house lock home lockdown locked padlock privacy protected quarantine secure security","unicode":"e510"},{"name":"house-medical","family":"solid","label":"House Medical","keywords":"house-medical house medical clinic covid-19 doctor emergency facility general practitioner health healthcare hospital infirmary medicine office outpatient treatment","unicode":"e3b2"},{"name":"house-medical-circle-check","family":"solid","label":"House Medical Circle Check","keywords":"house-medical-circle-check house medical circle check approved clinic confirmed enable health hospital ok okay safe valid verified working","unicode":"e511"},{"name":"house-medical-circle-exclamation","family":"solid","label":"House Medical Circle Exclamation","keywords":"house-medical-circle-exclamation house medical circle exclamation alert care clinic emergency health hospital urgent warning","unicode":"e512"},{"name":"house-medical-circle-xmark","family":"solid","label":"House Medical Circle Xmark","keywords":"house-medical-circle-xmark house medical circle xmark cancel clinic close cross delete health hospital no remove stop","unicode":"e513"},{"name":"house-medical-flag","family":"solid","label":"House Medical Flag","keywords":"house-medical-flag house medical flag aid clinic emergency field hospital first aid health healthcare hospital infirmary medical flag medical tent","unicode":"e514"},{"name":"house-signal","family":"solid","label":"House Signal","keywords":"house-signal house signal building connect connection family home internet network residence smart home wifi wireless","unicode":"e012"},{"name":"house-tsunami","family":"solid","label":"House Tsunami","keywords":"house-tsunami house tsunami disaster emergency flood natural disaster storm surge tidal wave water damage wave","unicode":"e515"},{"name":"house-user","family":"solid","label":"House User","keywords":"house-user house user account family home household occupant person profile resident","unicode":"e1b0"},{"name":"hryvnia-sign","family":"solid","label":"Hryvnia Sign","keywords":"hryvnia-sign hryvnia sign uah ukrainian currency cash currency currency symbol finance hryvnia sign money","unicode":"f6f2"},{"name":"hurricane","family":"solid","label":"Hurricane","keywords":"hurricane coriolis effect cyclone eye natural disaster severe weather storm tropical cyclone typhoon weather wind","unicode":"f751"},{"name":"i","family":"solid","label":"I","keywords":"i alphabet capital i character letter i lowercase i symbol text typography","unicode":"49"},{"name":"i-cursor","family":"solid","label":"I Cursor","keywords":"i-cursor i cursor editing i-beam insertion text text-caret text-editing typing write writing","unicode":"f246"},{"name":"ice-cream","family":"solid","label":"Ice Cream","keywords":"ice-cream ice cream chocolate cold cone dessert frozen frozen yogurt gelato ice cream scoop snack sorbet summer sweet treat vanilla","unicode":"f810"},{"name":"icicles","family":"solid","label":"Icicles","keywords":"icicles chilly cold drip freeze frost frozen hanging ice icicle sharp winter","unicode":"f7ad"},{"name":"icons","family":"solid","label":"Icons","keywords":"icons bolt electricity emoji energy flash icon lightning power sign symbol","unicode":"f86d"},{"name":"id-badge","family":"solid","label":"Id Badge","keywords":"id-badge id badge card contact credential identification identity license name tag profile user username","unicode":"f2c1"},{"name":"id-card","family":"solid","label":"Id Card","keywords":"id-card id card badge contact credentials demographics document identification identity license personal profile registration user username","unicode":"f2c2"},{"name":"id-card-clip","family":"solid","label":"Id Card Clip","keywords":"id-card-clip id card clip badge contact credentials demographics document identification identity license pass profile user username","unicode":"f47f"},{"name":"igloo","family":"solid","label":"Igloo","keywords":"igloo arctic cold dome home house ice inuit shelter snow snow house winter","unicode":"f7ae"},{"name":"image","family":"solid","label":"Image","keywords":"image gallery image file landscape photo photo album photograph picture picture frame snapshot","unicode":"f03e"},{"name":"image-portrait","family":"solid","label":"Image Portrait","keywords":"image-portrait image portrait avatar id img photo picture profile selfie user username","unicode":"f3e0"},{"name":"images","family":"solid","label":"Images","keywords":"images album gallery image landscape media photo photo album photo gallery photograph picture picture frame snapshot","unicode":"f302"},{"name":"inbox","family":"solid","label":"Inbox","keywords":"inbox archive box delivery email folder incoming letters mail message post tray","unicode":"f01c"},{"name":"indent","family":"solid","label":"Indent","keywords":"indent align format justify layout margin paragraph spacing tab text-indent","unicode":"f03c"},{"name":"indian-rupee-sign","family":"solid","label":"Indian Rupee Sign","keywords":"indian-rupee-sign indian rupee sign inr indian rupee indian currency currency financial money payment price rupee symbol","unicode":"e1bc"},{"name":"industry","family":"solid","label":"Industry","keywords":"industry assembly building facility factory industrial manufacturing mill plant production warehouse workshop","unicode":"f275"},{"name":"infinity","family":"solid","label":"Infinity","keywords":"infinity continuous endless eternity forever infinite loop math symbol timeless unbounded universal","unicode":"f534"},{"name":"info","family":"solid","label":"Info","keywords":"info about data details explanation facts guidance help information more support","unicode":"f129"},{"name":"italic","family":"solid","label":"Italic","keywords":"italic emphasis emphasis-style font format formatting slant style text type typography","unicode":"f033"},{"name":"j","family":"solid","label":"J","keywords":"j latin letter alphabet capital j character letter j lowercase j symbol text typography","unicode":"4a"},{"name":"jar","family":"solid","label":"Jar","keywords":"jar bottle canning container food glass jam jelly preserve storage","unicode":"e516"},{"name":"jar-wheat","family":"solid","label":"Jar Wheat","keywords":"jar-wheat jar wheat baking cereal flour food container grain harvest ingredient pantry storage","unicode":"e517"},{"name":"jedi","family":"solid","label":"Jedi","keywords":"jedi fantasy force galactic republic jedi council jedi knight jedi master jedi order lightsaber padawan sci-fi skywalker space opera star wars yoda","unicode":"f669"},{"name":"jet-fighter","family":"solid","label":"Jet Fighter","keywords":"jet-fighter jet fighter aircraft airforce airplane aviation combat fast fly maverick military pilot plane top gun warplane","unicode":"f0fb"},{"name":"jet-fighter-up","family":"solid","label":"Jet Fighter Up","keywords":"jet-fighter-up jet fighter up aircraft airforce airplane aviation combat fast fly military pilot plane top gun travel warplane","unicode":"e518"},{"name":"joint","family":"solid","label":"Joint","keywords":"joint blunt cannabis doobie ganja herb joint cigarette marijuana pot reefer roach rolled cigarette smoke smoking spliff weed","unicode":"f595"},{"name":"jug-detergent","family":"solid","label":"Jug Detergent","keywords":"jug-detergent jug detergent bottle cleaning fabric softener laundry liquid detergent soap stain remover wash","unicode":"e519"},{"name":"k","family":"solid","label":"K","keywords":"k alphabet capital k character letter k lowercase k symbol typography","unicode":"4b"},{"name":"kaaba","family":"solid","label":"Kaaba","keywords":"kaaba cube hajj holy site islam mecca mosque muslim pilgrimage religion sacred worship","unicode":"f66b"},{"name":"key","family":"solid","label":"Key","keywords":"key access authentication credential keyhole lock passcode password private secret secure security unlock","unicode":"f084"},{"name":"keyboard","family":"solid","label":"Keyboard","keywords":"keyboard accessory computer data entry device hardware input keypad keys text type typing write","unicode":"f11c"},{"name":"khanda","family":"solid","label":"Khanda","keywords":"khanda adi shakti sikh emblem sikh symbol chakkar double-edged sword emblem faith religion sikh sikhism spiritual sword symbol warrior emblem","unicode":"f66d"},{"name":"kip-sign","family":"solid","label":"Kip Sign","keywords":"kip-sign kip sign cash currency currency symbol kip sign laos laos kip laotian currency laotian kip money","unicode":"e1c4"},{"name":"kit-medical","family":"solid","label":"Kit Medical","keywords":"kit-medical kit medical aid doctor emergency emt first aid health healthcare hospital medicine nurse rescue treatment","unicode":"f479"},{"name":"kitchen-set","family":"solid","label":"Kitchen Set","keywords":"kitchen-set kitchen set bake chef cook cooking utensils cookware frying pan kitchenware meal prep pan pot skillet stove","unicode":"e51a"},{"name":"kiwi-bird","family":"solid","label":"Kiwi Bird","keywords":"kiwi-bird kiwi bird animal birdwatching endangered fauna flightless native new zealand wildlife","unicode":"f535"},{"name":"l","family":"solid","label":"L","keywords":"l latin letter alphabet capital l character letter l lowercase l symbol","unicode":"4c"},{"name":"land-mine-on","family":"solid","label":"Land Mine On","keywords":"land-mine-on land mine on battlefield bomb danger explosion explosive hazard landmine military threat war weapon","unicode":"e51b"},{"name":"landmark","family":"solid","label":"Landmark","keywords":"landmark architecture attraction building culture famous heritage historic memorial monument notable politics site society tourist","unicode":"f66f"},{"name":"landmark-dome","family":"solid","label":"Landmark Dome","keywords":"landmark-dome landmark dome architecture building capitol government heritage historic monument parliament political structure","unicode":"f752"},{"name":"landmark-flag","family":"solid","label":"Landmark Flag","keywords":"landmark-flag landmark flag building capitol government historic memorial monument national patriotic symbol","unicode":"e51c"},{"name":"language","family":"solid","label":"Language","keywords":"language alphabet communication dialect idiom linguistics localization localize speech text translate translation vernacular words","unicode":"f1ab"},{"name":"laptop","family":"solid","label":"Laptop","keywords":"laptop computer dell device electronics mac macbook notebook pc personal computer portable technology","unicode":"f109"},{"name":"laptop-code","family":"solid","label":"Laptop Code","keywords":"laptop-code laptop code coding computer developer development device mac macbook machine pc programming programming language software tech","unicode":"f5fc"},{"name":"laptop-file","family":"solid","label":"Laptop File","keywords":"laptop-file laptop file computer digital file document education learning online learning remote work report screen technology work from home","unicode":"e51d"},{"name":"laptop-medical","family":"solid","label":"Laptop Medical","keywords":"laptop-medical laptop medical computer device digital health ehr electronic health records health healthcare history medical records patient telemedicine","unicode":"f812"},{"name":"lari-sign","family":"solid","label":"Lari Sign","keywords":"lari-sign lari sign georgian currency cash currency currency sign financial money payment price symbol","unicode":"e1c8"},{"name":"layer-group","family":"solid","label":"Layer Group","keywords":"layer-group layer group arrangement category cluster collection layers map organize overlay panel set stack","unicode":"f5fd"},{"name":"leaf","family":"solid","label":"Leaf","keywords":"leaf botany eco environment flora foliage garden green herb natural nature organic plant sustainable vegan","unicode":"f06c"},{"name":"left-long","family":"solid","label":"Left Long","keywords":"left-long left long arrow-left back go back long arrow previous return rewind undo","unicode":"f30a"},{"name":"left-right","family":"solid","label":"Left Right","keywords":"left-right left right adjust arrow arrows-h direction drag expand horizontal left arrow move resize right arrow slider wide","unicode":"f337"},{"name":"lemon","family":"solid","label":"Lemon","keywords":"lemon citrus citrus fruit fruit lemonade refreshing sour summer tart vitamin c yellow","unicode":"f094"},{"name":"leo","family":"solid","label":"Leo","keywords":"leo astrology august constellation fire sign horoscope july lion sign stars zodiac","unicode":"e84a"},{"name":"less-than","family":"solid","label":"Less Than","keywords":"less-than less than arithmetic comparison comparison operator inequality less than less-than sign math math symbol operator symbol","unicode":"3c"},{"name":"less-than-equal","family":"solid","label":"Less Than Equal","keywords":"less-than-equal less than equal arithmetic compare comparison inequality less than or equal math math operator relational operator symbol","unicode":"f537"},{"name":"libra","family":"solid","label":"Libra","keywords":"libra air sign astrology constellation horoscope october scales september sign stars zodiac","unicode":"e84b"},{"name":"life-ring","family":"solid","label":"Life Ring","keywords":"life-ring life ring coast guard emergency flotation help life preserver lifebuoy lifesaver overboard rescue safety save support","unicode":"f1cd"},{"name":"lightbulb","family":"solid","label":"Lightbulb","keywords":"lightbulb bright bulb concept creativity electric electricity energy idea innovation inspiration invention lamp light light bulb thinking","unicode":"f0eb"},{"name":"lines-leaning","family":"solid","label":"Lines Leaning","keywords":"lines-leaning lines leaning angled canted diagonal domino falling imbalance leaning tower slanted sloping tilted tipped","unicode":"e51e"},{"name":"link","family":"solid","label":"Link","keywords":"link attach attachment bond chain connect connection fasten hyperlink join url","unicode":"f0c1"},{"name":"link-slash","family":"solid","label":"Link Slash","keywords":"link-slash link slash attachment broken broken link cancel chain disable disabled disconnect remove unlink","unicode":"f127"},{"name":"lira-sign","family":"solid","label":"Lira Sign","keywords":"lira-sign lira sign cash currency finance money payment symbol turkish currency turkish lira turkish money","unicode":"f195"},{"name":"list","family":"solid","label":"List","keywords":"list bullet checklist completed done finished items ol ordered outline points summary tasks todo ul unordered","unicode":"f03a"},{"name":"list-check","family":"solid","label":"List Check","keywords":"list-check list check approve checklist completed done mark progress project management summary task list tick to do verify","unicode":"f0ae"},{"name":"list-ol","family":"solid","label":"List Ol","keywords":"list-ol list ol checklist items numbered list numbers ordered list outline sequence steps tasks todo","unicode":"f0cb"},{"name":"list-ul","family":"solid","label":"List Ul","keywords":"list-ul list ul bullet checklist items points summary survey tasks todo unordered unordered list","unicode":"f0ca"},{"name":"litecoin-sign","family":"solid","label":"Litecoin Sign","keywords":"litecoin-sign litecoin sign ltc blockchain coin crypto cryptocurrency currency digital currency token","unicode":"e1d3"},{"name":"location-arrow","family":"solid","label":"Location Arrow","keywords":"location-arrow location arrow address compass coordinate direction gps map navigation place pointer route travel waypoint","unicode":"f124"},{"name":"location-crosshairs","family":"solid","label":"Location Crosshairs","keywords":"location-crosshairs location crosshairs coordinate find geolocation gps map navigation pinpoint place position target tracking where","unicode":"f601"},{"name":"location-dot","family":"solid","label":"Location Dot","keywords":"location-dot location dot address coordinates destination geotag gps map map marker marker navigation pin place point of interest position route spot travel waypoint","unicode":"f3c5"},{"name":"location-pin","family":"solid","label":"Location Pin","keywords":"location-pin location pin address coordinates destination drop gps map map marker marker navigation place point of interest position route spot travel waypoint","unicode":"f041"},{"name":"location-pin-lock","family":"solid","label":"Location Pin Lock","keywords":"location-pin-lock location pin lock lockdown locked map padlock privacy protected quarantine restricted secure","unicode":"e51f"},{"name":"lock","family":"solid","label":"Lock","keywords":"lock access authentication closed locked padlock password privacy private protect safety secure security","unicode":"f023"},{"name":"lock-open","family":"solid","label":"Lock Open","keywords":"lock-open lock open access authorized open lock padlock permission privacy protection safe security unlock unlocked","unicode":"f3c1"},{"name":"locust","family":"solid","label":"Locust","keywords":"locust biblical plague crop damage grasshopper horde infestation insect outbreak pest plague swarm","unicode":"e520"},{"name":"lungs","family":"solid","label":"Lungs","keywords":"lungs air anatomy breath breathing covid-19 exhale health inhale lung medicine organ pulmonary respiration respiratory","unicode":"f604"},{"name":"lungs-virus","family":"solid","label":"Lungs Virus","keywords":"lungs-virus lungs virus breath coronavirus covid-19 disease flu health illness infection pandemic respiratory respiratory illness sickness virus infection","unicode":"e067"},{"name":"m","family":"solid","label":"M","keywords":"m alphabet capital m character initial letter m lowercase m symbol text typography","unicode":"4d"},{"name":"magnet","family":"solid","label":"Magnet","keywords":"magnet attract attraction force horseshoe iron lodestone magnetic metal north pole polarity pull south pole tool","unicode":"f076"},{"name":"magnifying-glass","family":"solid","label":"Magnifying Glass","keywords":"magnifying-glass magnifying glass bigger enlarge find inspect inspection magnifier magnify magnifying glass preview search tool zoom","unicode":"f002"},{"name":"magnifying-glass-arrow-right","family":"solid","label":"Magnifying Glass Arrow Right","keywords":"magnifying-glass-arrow-right magnifying glass arrow right explore find forward go lookup magnifier next proceed search","unicode":"e521"},{"name":"magnifying-glass-chart","family":"solid","label":"Magnifying Glass Chart","keywords":"magnifying-glass-chart magnifying glass chart analysis analytics data graph inspect magnifier magnifying glass market overview report revenue search statistics trends","unicode":"e522"},{"name":"magnifying-glass-dollar","family":"solid","label":"Magnifying Glass Dollar","keywords":"magnifying-glass-dollar magnifying glass dollar analyze budget cost currency finance find inspect magnifier magnify money price search zoom","unicode":"f688"},{"name":"magnifying-glass-location","family":"solid","label":"Magnifying Glass Location","keywords":"magnifying-glass-location magnifying glass location area detect explore find magnifier magnify map navigation pinpoint place search spot zoom","unicode":"f689"},{"name":"magnifying-glass-minus","family":"solid","label":"Magnifying Glass Minus","keywords":"magnifying-glass-minus magnifying glass minus decrease magnifier minimize reduce search less shrink smaller zoom out zoom-out icon","unicode":"f010"},{"name":"magnifying-glass-plus","family":"solid","label":"Magnifying Glass Plus","keywords":"magnifying-glass-plus magnifying glass plus add bigger enlarge find magnify magnifying glass positive search zoom zoom in","unicode":"f00e"},{"name":"manat-sign","family":"solid","label":"Manat Sign","keywords":"manat-sign manat sign azerbaijan currency turkmenistan currency currency currency symbol financial symbol manat sign money","unicode":"e1d5"},{"name":"map","family":"solid","label":"Map","keywords":"map address atlas chart coordinates destination directions gps guide location navigation pin place point of interest position route travel world world map","unicode":"f279"},{"name":"map-location","family":"solid","label":"Map Location","keywords":"map-location map location address coordinates destination geolocation gps map marker marker navigation pin place point of interest position route spot travel waypoint","unicode":"f59f"},{"name":"map-location-dot","family":"solid","label":"Map Location Dot","keywords":"map-location-dot map location dot address coordinates destination drop pin find geolocation gps map marker marker navigation pin place point of interest position route spot travel waypoint","unicode":"f5a0"},{"name":"map-pin","family":"solid","label":"Map Pin","keywords":"map-pin map pin address coordinates destination droppin geo gps location location marker map marker map pin marker navigation place position pushpin spot travel waypoint","unicode":"f276"},{"name":"marker","family":"solid","label":"Marker","keywords":"marker annotate coloring draw edit highlight marker pen marker tip modify pen sharpie sketch update write","unicode":"f5a1"},{"name":"mars","family":"solid","label":"Mars","keywords":"mars gender male male gender male gender symbol male icon male sex male sign male symbol man masculinity","unicode":"f222"},{"name":"mars-and-venus","family":"solid","label":"Mars And Venus","keywords":"mars-and-venus mars and venus mars and venus female gender gender diversity gender equality gender identity gender signs gender symbols intersex male male and female transgender","unicode":"f224"},{"name":"mars-and-venus-burst","family":"solid","label":"Mars And Venus Burst","keywords":"mars-and-venus-burst mars and venus burst astrology conflict female gender love male relationship symbols","unicode":"e523"},{"name":"mars-double","family":"solid","label":"Mars Double","keywords":"mars-double mars double lgbtq double male gay gender male male couple male gender male symbol masculinity men same-sex male","unicode":"f227"},{"name":"mars-stroke","family":"solid","label":"Mars Stroke","keywords":"mars-stroke mars stroke accessibility disability gender health male medical sign symbol transgender","unicode":"f229"},{"name":"mars-stroke-right","family":"solid","label":"Mars Stroke Right","keywords":"mars-stroke-right mars stroke right gender gender male gender symbol horizontal male male male sign male symbol masculinity right stroke","unicode":"f22b"},{"name":"mars-stroke-up","family":"solid","label":"Mars Stroke Up","keywords":"mars-stroke-up mars stroke up arrow gender gender symbol male male gender masculine symbol","unicode":"f22a"},{"name":"martini-glass","family":"solid","label":"Martini Glass","keywords":"martini-glass martini glass alcohol bar beverage celebration cocktail cocktail glass drink drinkware happy hour liquor party","unicode":"f57b"},{"name":"martini-glass-citrus","family":"solid","label":"Martini Glass Citrus","keywords":"martini-glass-citrus martini glass citrus alcohol bar beverage cocktail drink gin lemon lime margarita party refreshment vodka","unicode":"f561"},{"name":"martini-glass-empty","family":"solid","label":"Martini Glass Empty","keywords":"martini-glass-empty martini glass empty alcohol bar beverage celebration cocktail drink liquor nightlife party spirits","unicode":"f000"},{"name":"mask","family":"solid","label":"Mask","keywords":"mask carnival costume costume party disguise disguise accessory festival halloween masquerade party secret superhero","unicode":"f6fa"},{"name":"mask-face","family":"solid","label":"Mask Face","keywords":"mask-face mask face breath coronavirus covid-19 face mask filter flu health infection medical mask pandemic protection respirator safety surgical mask virus","unicode":"e1d7"},{"name":"mask-ventilator","family":"solid","label":"Mask Ventilator","keywords":"mask-ventilator mask ventilator airway breathing breathing apparatus gas mask life support medical mask oxygen respirator respiratory support ventilation","unicode":"e524"},{"name":"masks-theater","family":"solid","label":"Masks Theater","keywords":"masks-theater masks theater acting arts comedy drama performance performance art play stage theatre theatrical tragedy","unicode":"f630"},{"name":"mattress-pillow","family":"solid","label":"Mattress Pillow","keywords":"mattress-pillow mattress pillow bed bedding comfort mattress pad nap rest sleep sleeping pad","unicode":"e525"},{"name":"maximize","family":"solid","label":"Maximize","keywords":"maximize arrows bigger enlarge expand full screen fullscreen grow increase open resize scale stretch zoom in","unicode":"f31e"},{"name":"medal","family":"solid","label":"Medal","keywords":"medal achievement award badge bronze medal champion gold medal honor prize quality ribbon silver medal sports medal trophy winner","unicode":"f5a2"},{"name":"memory","family":"solid","label":"Memory","keywords":"memory dimm ram chip computer hardware memory card memory module module stick technology volatile","unicode":"f538"},{"name":"menorah","family":"solid","label":"Menorah","keywords":"menorah candle candles celebration festival of lights hanukkah jewish jewish holiday judaism light menorah candleholder oil lamp religious","unicode":"f676"},{"name":"mercury","family":"solid","label":"Mercury","keywords":"mercury alchemy astrology gender hybrid messenger planet roman god symbol transgender","unicode":"f223"},{"name":"message","family":"solid","label":"Message","keywords":"message bubble chat comment conversation discussion feedback note notification reply sms speech talk text texting","unicode":"f27a"},{"name":"meteor","family":"solid","label":"Meteor","keywords":"meteor asteroid blaze comet falling star fireball impact meteor shower meteorite shooting star sky space streak","unicode":"f753"},{"name":"microchip","family":"solid","label":"Microchip","keywords":"microchip chip circuit computer cpu device electronic hardware microprocessor motherboard processor semiconductor silicon technology","unicode":"f2db"},{"name":"microphone","family":"solid","label":"Microphone","keywords":"microphone audio broadcast karaoke music podcast record recording sing sound speech talk talking vocal voice","unicode":"f130"},{"name":"microphone-lines","family":"solid","label":"Microphone Lines","keywords":"microphone-lines microphone lines audio broadcast karaoke mic music podcast recording sing sound speech studio talking vocal voice","unicode":"f3c9"},{"name":"microphone-lines-slash","family":"solid","label":"Microphone Lines Slash","keywords":"microphone-lines-slash microphone lines slash audio disabled mute muted no sound off podcast record silence sing sound voice","unicode":"f539"},{"name":"microphone-slash","family":"solid","label":"Microphone Slash","keywords":"microphone-slash microphone slash audio off disable disabled mute muted no sound podcast record silence sing sound off voice off","unicode":"f131"},{"name":"microscope","family":"solid","label":"Microscope","keywords":"microscope analysis biology chemistry experiment investigation laboratory lens magnification magnify optics research science study tool","unicode":"f610"},{"name":"mill-sign","family":"solid","label":"Mill Sign","keywords":"mill-sign mill sign currency finance financial symbol measurement mill sign monetary unit money symbol unit","unicode":"e1ed"},{"name":"minimize","family":"solid","label":"Minimize","keywords":"minimize collapse contract downsize hide reduce screen shrink smaller window","unicode":"f78c"},{"name":"minus","family":"solid","label":"Minus","keywords":"minus collapse dash delete hide math minimize minus sign negative reduce remove shrink sign subtract \u2212","unicode":"f068"},{"name":"mitten","family":"solid","label":"Mitten","keywords":"mitten clothing cold cozy frost glove handwear knitted protection seasonal snow warmth winter","unicode":"f7b5"},{"name":"mobile","family":"solid","label":"Mobile","keywords":"mobile android call cell cell phone cellular device handset mobile phone number phone screen smartphone telephone text","unicode":"f3ce"},{"name":"mobile-button","family":"solid","label":"Mobile Button","keywords":"mobile-button mobile button apple call cell phone contact device dial handset iphone number phone screen smartphone telephone","unicode":"f10b"},{"name":"mobile-retro","family":"solid","label":"Mobile Retro","keywords":"mobile-retro mobile retro call cellphone cellular classic phone communication handset old-fashioned phone retro phone vintage","unicode":"e527"},{"name":"mobile-screen","family":"solid","label":"Mobile Screen","keywords":"mobile-screen mobile screen android call cell phone communication device digital device handset ios mobile device phone smartphone text touchscreen","unicode":"f3cf"},{"name":"mobile-screen-button","family":"solid","label":"Mobile Screen Button","keywords":"mobile-screen-button mobile screen button apple call cell phone communication device handset iphone number phone smartphone telephone touchscreen","unicode":"f3cd"},{"name":"mobile-vibrate","family":"solid","label":"Mobile Vibrate","keywords":"mobile-vibrate mobile vibrate alert call cell phone device haptic message notification phone ring silent smartphone text vibration","unicode":"e816"},{"name":"money-bill","family":"solid","label":"Money Bill","keywords":"money-bill money bill buy cash currency earnings finance funds income payment price purchase revenue salary wallet","unicode":"f0d6"},{"name":"money-bill-1","family":"solid","label":"Money Bill 1","keywords":"money-bill-1 money bill 1 buy cash checkout currency dollar finance paycheck payment premium price purchase salary","unicode":"f3d1"},{"name":"money-bill-1-wave","family":"solid","label":"Money Bill 1 Wave","keywords":"money-bill-1-wave money bill 1 wave banknote cash currency earnings finance funds income pay payment price purchase salary wallet","unicode":"f53b"},{"name":"money-bill-transfer","family":"solid","label":"Money Bill Transfer","keywords":"money-bill-transfer money bill transfer bank currency deposit exchange funds payment receive salary send transaction wire withdrawal","unicode":"e528"},{"name":"money-bill-trend-up","family":"solid","label":"Money Bill Trend Up","keywords":"money-bill-trend-up money bill trend up bank bonds earnings finance growth income inflation investment market profit revenue salary stocks trade","unicode":"e529"},{"name":"money-bill-wave","family":"solid","label":"Money Bill Wave","keywords":"money-bill-wave money bill wave bills buy cash currency earnings finance funds paycheck payment price purchase salary transaction wallet","unicode":"f53a"},{"name":"money-bill-wheat","family":"solid","label":"Money Bill Wheat","keywords":"money-bill-wheat money bill wheat agribusiness agriculture crops economy farming finance food grain harvest income investment payment subsidy","unicode":"e52a"},{"name":"money-bills","family":"solid","label":"Money Bills","keywords":"money-bills money bills atm cash currency dollars finance funds income investment payment revenue salary","unicode":"e1f3"},{"name":"money-check","family":"solid","label":"Money Check","keywords":"money-check money check bank check billing buy checkout cheque finance invoice paycheck payment paystub purchase salary transaction","unicode":"f53c"},{"name":"money-check-dollar","family":"solid","label":"Money Check Dollar","keywords":"money-check-dollar money check dollar bank check billing cash checkbook cheque finance funds invoice pay paycheck payment salary transaction","unicode":"f53d"},{"name":"monument","family":"solid","label":"Monument","keywords":"monument building commemorative famous heritage historic iconic landmark memorial monumental notable statue tourist attraction","unicode":"f5a6"},{"name":"moon","family":"solid","label":"Moon","keywords":"moon crescent crescent moon dark dark mode evening lunar moonlight night night mode nighttime nighttime symbol sleep","unicode":"f186"},{"name":"mortar-pestle","family":"solid","label":"Mortar Pestle","keywords":"mortar-pestle mortar pestle apothecary cooking crush grind herbal herbs kitchen medical medicine mix pharmacy prescription spices","unicode":"f5a7"},{"name":"mosque","family":"solid","label":"Mosque","keywords":"mosque islam islamic architecture muslim building dome landmark minaret prayer religion worship","unicode":"f678"},{"name":"mosquito","family":"solid","label":"Mosquito","keywords":"mosquito west nile zika bite bloodsucker bug dengue disease insect malaria mosquito bite nuisance pest","unicode":"e52b"},{"name":"mosquito-net","family":"solid","label":"Mosquito Net","keywords":"mosquito-net mosquito net bug net bug screen camping insect net insect screen malaria prevention mosquito bite mosquito net outdoor gear pest control protection sleeping net","unicode":"e52c"},{"name":"motorcycle","family":"solid","label":"Motorcycle","keywords":"motorcycle bike chopper cruiser motorbike motorized bike racing scooter transportation two-wheeler vehicle","unicode":"f21c"},{"name":"mound","family":"solid","label":"Mound","keywords":"mound barrier dirt earth embankment heap hill pile soil speedbump","unicode":"e52d"},{"name":"mountain","family":"solid","label":"Mountain","keywords":"mountain climbing glacier hiking hill landscape nature outdoor peak snow snow-capped summit travel view","unicode":"f6fc"},{"name":"mountain-city","family":"solid","label":"Mountain City","keywords":"mountain-city mountain city adventure landscape nature outdoors rural skyline town travel urban village","unicode":"e52e"},{"name":"mountain-sun","family":"solid","label":"Mountain Sun","keywords":"mountain-sun mountain sun adventure hiking landscape nature outdoors scenic sunrise sunset travel view wilderness","unicode":"e52f"},{"name":"mug-hot","family":"solid","label":"Mug Hot","keywords":"mug-hot mug hot beverage cappuccino cocoa coffee cozy cup drink hot beverage hot chocolate latte morning steam steaming tea warm drink warmth","unicode":"f7b6"},{"name":"mug-saucer","family":"solid","label":"Mug Saucer","keywords":"mug-saucer mug saucer autumn beverage breakfast cafe coffee cozy cup drink fall hot drink morning seasonal tea warm","unicode":"f0f4"},{"name":"music","family":"solid","label":"Music","keywords":"music audio lyrics melody musical note note sing song sound tune","unicode":"f001"},{"name":"n","family":"solid","label":"N","keywords":"n latin letter alphabet character letter lowercase n nay no uppercase n","unicode":"4e"},{"name":"naira-sign","family":"solid","label":"Naira Sign","keywords":"naira-sign naira sign nigerian currency cash currency currency symbol financial money naira sign payment \u20A6","unicode":"e1f6"},{"name":"network-wired","family":"solid","label":"Network Wired","keywords":"network-wired network wired cable communication computer connection data ethernet internet intranet lan router switch","unicode":"f6ff"},{"name":"neuter","family":"solid","label":"Neuter","keywords":"neuter gender gender icon gender neutral gender symbol genderless neutral gender no gender non-binary unisex","unicode":"f22c"},{"name":"newspaper","family":"solid","label":"Newspaper","keywords":"newspaper article bulletin editorial gazette headline journalism media news newsletter paper periodical press publication report","unicode":"f1ea"},{"name":"non-binary","family":"solid","label":"Non Binary","keywords":"non-binary non binary lgbtq gender gender identity genderfluid genderqueer identity nb nonbinary queer","unicode":"e807"},{"name":"not-equal","family":"solid","label":"Not Equal","keywords":"not-equal not equal arithmetic compare comparison difference inequality math math symbol not equal symbol","unicode":"f53e"},{"name":"notdef","family":"solid","label":"Notdef","keywords":"notdef 404 absent broken close error fail invalid missing not found unavailable","unicode":"e1fe"},{"name":"note-sticky","family":"solid","label":"Note Sticky","keywords":"note-sticky note sticky annotation label memo message paper post-it reminder sticker sticky note","unicode":"f249"},{"name":"notes-medical","family":"solid","label":"Notes Medical","keywords":"notes-medical notes medical chart clinic clipboard doctor ehr health healthcare history hospital patient prescription records treatment","unicode":"f481"},{"name":"o","family":"solid","label":"O","keywords":"o alphabet character latin letter letter letter o symbol text typeface typography vowel","unicode":"4f"},{"name":"object-group","family":"solid","label":"Object Group","keywords":"object-group object group cluster collection combine copy design layers merge objects select","unicode":"f247"},{"name":"object-ungroup","family":"solid","label":"Object Ungroup","keywords":"object-ungroup object ungroup break apart design divide layers objects select separate split","unicode":"f248"},{"name":"octagon","family":"solid","label":"Octagon","keywords":"octagon geometric octagonal polygon road sign shape stop stop sign symbol traffic warning","unicode":"f306"},{"name":"oil-can","family":"solid","label":"Oil Can","keywords":"oil-can oil can automotive engine oil grease lubricant maintenance motor oil oil bottle oil can oil change oil container oil dispenser petroleum","unicode":"f613"},{"name":"oil-well","family":"solid","label":"Oil Well","keywords":"oil-well oil well drilling energy extraction fossil fuel oil drilling oil rig oil well petroleum rig","unicode":"e532"},{"name":"om","family":"solid","label":"Om","keywords":"om buddhism hindu hinduism jainism chant mantra meditation religion sacred spirituality symbol","unicode":"f679"},{"name":"otter","family":"solid","label":"Otter","keywords":"otter animal aquatic cute fishing fur mammal nature playful river wildlife","unicode":"f700"},{"name":"outdent","family":"solid","label":"Outdent","keywords":"outdent align left decrease indent formatting indent less margin paragraph tab text","unicode":"f03b"},{"name":"p","family":"solid","label":"P","keywords":"p alphabet p capital p character p letter p lowercase p text p","unicode":"50"},{"name":"pager","family":"solid","label":"Pager","keywords":"pager alert beeper communication message notification old technology page pager device wireless device","unicode":"f815"},{"name":"paint-roller","family":"solid","label":"Paint Roller","keywords":"paint-roller paint roller diy brush coating color decoration home improvement paintbrush painting renovation tool wall","unicode":"f5aa"},{"name":"paintbrush","family":"solid","label":"Paintbrush","keywords":"paintbrush acrylic art artist brush color creativity design drawing fill paint painting pigment tool watercolor","unicode":"f1fc"},{"name":"palette","family":"solid","label":"Palette","keywords":"palette acrylic art artist palette brush color colors creativity design drawing paint paintbrush painting pigment watercolor","unicode":"f53f"},{"name":"pallet","family":"solid","label":"Pallet","keywords":"pallet boxes cargo crates delivery freight inventory loading logistics packaging shipping storage supply chain transport warehouse","unicode":"f482"},{"name":"panorama","family":"solid","label":"Panorama","keywords":"panorama horizon image landscape nature outdoors photo picture scenic view wide wide-angle","unicode":"e209"},{"name":"paper-plane","family":"solid","label":"Paper Plane","keywords":"paper-plane paper plane air communication delivery flight float folded paper mail message paper aeroplane paper airplane send send message","unicode":"f1d8"},{"name":"paperclip","family":"solid","label":"Paperclip","keywords":"paperclip attach attachment binder clip document fasten file hold office paperclip icon pin","unicode":"f0c6"},{"name":"parachute-box","family":"solid","label":"Parachute Box","keywords":"parachute-box parachute box aid airlift assistance delivery drop emergency humanitarian package relief rescue supplies","unicode":"f4cd"},{"name":"paragraph","family":"solid","label":"Paragraph","keywords":"paragraph edit formatting mark paragraph break pilcrow symbol text writing","unicode":"f1dd"},{"name":"passport","family":"solid","label":"Passport","keywords":"passport border citizenship document id identification immigration international passport control travel travel document visa","unicode":"f5ab"},{"name":"paste","family":"solid","label":"Paste","keywords":"paste clipboard clipboard-insert clipboard-paste content document input insert paper text","unicode":"f0ea"},{"name":"pause","family":"solid","label":"Pause","keywords":"pause break double bar freeze hold interrupt pause button stop vertical bars wait","unicode":"f04c"},{"name":"paw","family":"solid","label":"Paw","keywords":"paw animal cat claw dog footprint mammal paw pad paw print pawprint pet print","unicode":"f1b0"},{"name":"peace","family":"solid","label":"Peace","keywords":"peace antiwar calm ceasefire harmony nonviolence pacifism peace symbol protest serenity tranquility","unicode":"f67c"},{"name":"pen","family":"solid","label":"Pen","keywords":"pen ballpoint compose drawing edit handwriting modify note signature sketch update write","unicode":"f304"},{"name":"pen-clip","family":"solid","label":"Pen Clip","keywords":"pen-clip pen clip annotate compose create draw edit modify note pencil update write","unicode":"f305"},{"name":"pen-fancy","family":"solid","label":"Pen Fancy","keywords":"pen-fancy pen fancy black nib calligraphy design drawing edit fountain pen handwriting ink modify nib signature stylus update write","unicode":"f5ac"},{"name":"pen-nib","family":"solid","label":"Pen Nib","keywords":"pen-nib pen nib calligraphy design drawing edit handwriting modify sketch update write","unicode":"f5ad"},{"name":"pen-ruler","family":"solid","label":"Pen Ruler","keywords":"pen-ruler pen ruler architecture creativity design draft draw edit measurement modify pencil plan sketch","unicode":"f5ae"},{"name":"pen-to-square","family":"solid","label":"Pen To Square","keywords":"pen-to-square pen to square annotate change compose document draft edit form input modify note pencil signature update write","unicode":"f044"},{"name":"pencil","family":"solid","label":"Pencil","keywords":"pencil annotate compose design draft draw edit modify note sketch update write","unicode":"f303"},{"name":"pentagon","family":"solid","label":"Pentagon","keywords":"pentagon 5 figure five geometric pentagonal polygon shape sided shape","unicode":"e790"},{"name":"people-arrows","family":"solid","label":"People Arrows","keywords":"people-arrows people arrows communication connection conversation discussion exchange group interaction isolation separate social distancing users","unicode":"e068"},{"name":"people-carry-box","family":"solid","label":"People Carry Box","keywords":"people-carry-box people carry box carrying collaboration group help moving support teamwork transport","unicode":"f4ce"},{"name":"people-group","family":"solid","label":"People Group","keywords":"people-group people group community crowd family gathering members social team together users","unicode":"e533"},{"name":"people-line","family":"solid","label":"People Line","keywords":"people-line people line community crowd group team together users","unicode":"e534"},{"name":"people-pulling","family":"solid","label":"People Pulling","keywords":"people-pulling people pulling cooperation effort forced return group struggle teamwork tugging yanking","unicode":"e535"},{"name":"people-robbery","family":"solid","label":"People Robbery","keywords":"people-robbery people robbery burglary criminal hands up hold up looting mugging robbery suspect steal theft","unicode":"e536"},{"name":"people-roof","family":"solid","label":"People Roof","keywords":"people-roof people roof community crowd family group home housing manage protection safe shelter support together","unicode":"e537"},{"name":"pepper-hot","family":"solid","label":"Pepper Hot","keywords":"pepper-hot pepper hot capsicum cayenne chili chili pepper chilli fiery habanero heat hot pepper jalapeno peppercorn red pepper spicy spicy food tabasco","unicode":"f816"},{"name":"percent","family":"solid","label":"Percent","keywords":"percent discount fraction interest rate percent off percent sign percent symbol percent value percentage proportion rate ratio tax rate","unicode":"25"},{"name":"person","family":"solid","label":"Person","keywords":"person avatar figure human individual man profile standing user woman","unicode":"f183"},{"name":"person-arrow-down-to-line","family":"solid","label":"Person Arrow Down To Line","keywords":"person-arrow-down-to-line person arrow down to line access arrow down arrow to line download enter insert login sign in user","unicode":"e538"},{"name":"person-arrow-up-from-line","family":"solid","label":"Person Arrow Up From Line","keywords":"person-arrow-up-from-line person arrow up from line growth increase profile promotion rise upgrade upward user","unicode":"e539"},{"name":"person-biking","family":"solid","label":"Person Biking","keywords":"person-biking person biking bicycle bike cycling cyclist exercise fitness outdoors pedal person biking recreation wheel","unicode":"f84a"},{"name":"person-booth","family":"solid","label":"Person Booth","keywords":"person-booth person booth ballot changing room curtain election polling privacy vote voter voting voting booth","unicode":"f756"},{"name":"person-breastfeeding","family":"solid","label":"Person Breastfeeding","keywords":"person-breastfeeding person breastfeeding baby child feeding infant lactation mother nursing nutrition parent sustenance","unicode":"e53a"},{"name":"person-burst","family":"solid","label":"Person Burst","keywords":"person-burst person burst abuse accident crash danger emergency explode harm impact injury shock trauma violence","unicode":"e53b"},{"name":"person-cane","family":"solid","label":"Person Cane","keywords":"person-cane person cane aging assistance disabled elderly mobility old senior staff support walking stick","unicode":"e53c"},{"name":"person-chalkboard","family":"solid","label":"Person Chalkboard","keywords":"person-chalkboard person chalkboard blackboard classroom education instructor lecture lesson presentation seminar speaker teacher teaching training","unicode":"e53d"},{"name":"person-circle-check","family":"solid","label":"Person Circle Check","keywords":"person-circle-check person circle check account active approved confirmed enabled ok okay profile success user validated verified verified user","unicode":"e53e"},{"name":"person-circle-exclamation","family":"solid","label":"Person Circle Exclamation","keywords":"person-circle-exclamation person circle exclamation account alert attention error failed issue missing problem profile user warning","unicode":"e53f"},{"name":"person-circle-minus","family":"solid","label":"Person Circle Minus","keywords":"person-circle-minus person circle minus account removal delete delete user profile remove remove account remove user subtract user user minus","unicode":"e540"},{"name":"person-circle-plus","family":"solid","label":"Person Circle Plus","keywords":"person-circle-plus person circle plus account add contact create friend member new profile register sign up user","unicode":"e541"},{"name":"person-circle-question","family":"solid","label":"Person Circle Question","keywords":"person-circle-question person circle question account assistance faq help inquiry profile support unknown user","unicode":"e542"},{"name":"person-circle-xmark","family":"solid","label":"Person Circle Xmark","keywords":"person-circle-xmark person circle xmark avatar ban block cancel close delete disable profile remove user","unicode":"e543"},{"name":"person-digging","family":"solid","label":"Person Digging","keywords":"person-digging person digging construction digging site digging worker excavation labor maintenance manual labor shovel site work work worker","unicode":"f85e"},{"name":"person-dots-from-line","family":"solid","label":"Person Dots From Line","keywords":"person-dots-from-line person dots from line allergy connection diagnosis linked network profile user","unicode":"f470"},{"name":"person-dress","family":"solid","label":"Person Dress","keywords":"person-dress person dress clothing female female avatar skirt user woman","unicode":"f182"},{"name":"person-dress-burst","family":"solid","label":"Person Dress Burst","keywords":"person-dress-burst person dress burst accident blast crash danger explosion hazard injury violence","unicode":"e544"},{"name":"person-drowning","family":"solid","label":"Person Drowning","keywords":"person-drowning person drowning danger distress drown emergency hazard help lifesaver swim water rescue","unicode":"e545"},{"name":"person-falling","family":"solid","label":"Person Falling","keywords":"person-falling person falling accident danger fall falling person hazard injury slip trip tumble","unicode":"e546"},{"name":"person-falling-burst","family":"solid","label":"Person Falling Burst","keywords":"person-falling-burst person falling burst accident collapse danger emergency fall hazard injury slip trip tumble","unicode":"e547"},{"name":"person-half-dress","family":"solid","label":"Person Half Dress","keywords":"person-half-dress person half dress clothing gender gender fluid gender identity half dress man nonbinary restroom transgender unisex woman","unicode":"e548"},{"name":"person-harassing","family":"solid","label":"Person Harassing","keywords":"person-harassing person harassing abuse attack bully harass harassment insult intimidation mistreat scream shout verbal abuse yell","unicode":"e549"},{"name":"person-hiking","family":"solid","label":"Person Hiking","keywords":"person-hiking person hiking adventure autumn backpack exercise fall hike mountain nature outdoors summer trail trekking walk","unicode":"f6ec"},{"name":"person-military-pointing","family":"solid","label":"Person Military Pointing","keywords":"person-military-pointing person military pointing army commander guard officer salute service soldier troops","unicode":"e54a"},{"name":"person-military-rifle","family":"solid","label":"Person Military Rifle","keywords":"person-military-rifle person military rifle armed forces army combat gun infantry soldier war weapon","unicode":"e54b"},{"name":"person-military-to-person","family":"solid","label":"Person Military To Person","keywords":"person-military-to-person person military to change civilian identity role service member soldier transfer transition user","unicode":"e54c"},{"name":"person-praying","family":"solid","label":"Person Praying","keywords":"person-praying person praying devotion faith gratitude kneel meditate place of worship prayer religion spiritual thank worship","unicode":"f683"},{"name":"person-pregnant","family":"solid","label":"Person Pregnant","keywords":"person-pregnant person pregnant baby birth expecting maternity parent pregnant woman woman","unicode":"e31e"},{"name":"person-rays","family":"solid","label":"Person Rays","keywords":"person-rays person rays affected focus highlight shine spotlight user","unicode":"e54d"},{"name":"person-rifle","family":"solid","label":"Person Rifle","keywords":"person-rifle person rifle army combatant firearm gun infantry military shooter soldier war","unicode":"e54e"},{"name":"person-running","family":"solid","label":"Person Running","keywords":"person-running person running athletic escape exercise fitness flee jogging marathon person running race run runner sprint track workout","unicode":"f70c"},{"name":"person-shelter","family":"solid","label":"Person Shelter","keywords":"person-shelter person shelter home house indoors occupant protection refuge roof safe safety","unicode":"e54f"},{"name":"person-skating","family":"solid","label":"Person Skating","keywords":"person-skating person skating figure skating ice skating olympics rink skater winter sports","unicode":"f7c5"},{"name":"person-skiing","family":"solid","label":"Person Skiing","keywords":"person-skiing person skiing alpine cold weather downhill mountain olympics ski skier slope snow snow sport winter","unicode":"f7c9"},{"name":"person-skiing-nordic","family":"solid","label":"Person Skiing Nordic","keywords":"person-skiing-nordic person skiing nordic athlete cold weather cross country nordic skiing olympics outdoor ski snow winter sports","unicode":"f7ca"},{"name":"person-snowboarding","family":"solid","label":"Person Snowboarding","keywords":"person-snowboarding person snowboarding athlete olympics snow snow sport snowboard snowboarder sport winter winter sports","unicode":"f7ce"},{"name":"person-swimming","family":"solid","label":"Person Swimming","keywords":"person-swimming person swimming aquatic exercise freestyle lap swimming ocean pool sea sport swim swimmer water","unicode":"f5c4"},{"name":"person-through-window","family":"solid","label":"Person Through Window","keywords":"person-through-window person through window break-in burglary door exit forced entry intrusion leave looking peeking","unicode":"e5a9"},{"name":"person-walking","family":"solid","label":"Person Walking","keywords":"person-walking person walking crosswalk exercise hike move pedestrian person walking stroll walk walking activity workout","unicode":"f554"},{"name":"person-walking-arrow-loop-left","family":"solid","label":"Person Walking Arrow Loop Left","keywords":"person-walking-arrow-loop-left person walking arrow loop left back follow go back return reverse rewind undo","unicode":"e551"},{"name":"person-walking-arrow-right","family":"solid","label":"Person Walking Arrow Right","keywords":"person-walking-arrow-right person walking arrow right continue direction exit forward leave move next proceed walk","unicode":"e552"},{"name":"person-walking-dashed-line-arrow-right","family":"solid","label":"Person Walking Dashed Line Arrow Right","keywords":"person-walking-dashed-line-arrow-right person walking dashed line arrow right dashed line direction exit follow forward move next path pedestrian proceed route","unicode":"e553"},{"name":"person-walking-luggage","family":"solid","label":"Person Walking Luggage","keywords":"person-walking-luggage person walking luggage bag baggage briefcase carry-on rolling suitcase travel traveler","unicode":"e554"},{"name":"person-walking-with-cane","family":"solid","label":"Person Walking With Cane","keywords":"person-walking-with-cane person walking with cane accessibility blind disabled elderly mobility aid senior visually impaired walking stick","unicode":"f29d"},{"name":"peseta-sign","family":"solid","label":"Peseta Sign","keywords":"peseta-sign peseta sign cash currency finance money old currency payment peseta sign spanish currency symbol","unicode":"e221"},{"name":"peso-sign","family":"solid","label":"Peso Sign","keywords":"peso-sign peso sign currency currency sign currency symbol money peso coin peso currency peso peso currency peso peso moneda peso sign peso symbol","unicode":"e222"},{"name":"phone","family":"solid","label":"Phone","keywords":"phone call communication contact dial earphone handset landline mobile receiver support talk telephone voice","unicode":"f095"},{"name":"phone-flip","family":"solid","label":"Phone Flip","keywords":"phone-flip phone flip call communication flip phone handset mobile receiver support telephone voice","unicode":"f879"},{"name":"phone-slash","family":"solid","label":"Phone Slash","keywords":"phone-slash phone slash block call cancel disabled disconnect end-call handset mute no-sound off reject silent telephone voice","unicode":"f3dd"},{"name":"phone-volume","family":"solid","label":"Phone Volume","keywords":"phone-volume phone volume audio call communication handset ringing ringtone sound speaker support talk telephone voice","unicode":"f2a0"},{"name":"photo-film","family":"solid","label":"Photo Film","keywords":"photo-film photo film camera gallery image media movie photograph picture reel snapshot video","unicode":"f87c"},{"name":"picture-in-picture","family":"solid","label":"Picture In Picture","keywords":"picture-in-picture picture in floating media minimize multitasking overlay pip popout resize screen secondary window small screen video window","unicode":"e80b"},{"name":"piggy-bank","family":"solid","label":"Piggy Bank","keywords":"piggy-bank piggy bank budget cash coin deposit finance money piggy bank save savings","unicode":"f4d3"},{"name":"pills","family":"solid","label":"Pills","keywords":"pills capsules drugs health medication medicine pharmaceuticals pharmacy prescription supplements tablets vitamins","unicode":"f484"},{"name":"pisces","family":"solid","label":"Pisces","keywords":"pisces astrology constellation february fish horoscope march sign stars water sign zodiac","unicode":"e84c"},{"name":"pizza-slice","family":"solid","label":"Pizza Slice","keywords":"pizza-slice pizza slice cheese chicago dinner fast food food italian lunch mozzarella new york pepperoni pie snack teenage mutant ninja turtles tomato","unicode":"f818"},{"name":"place-of-worship","family":"solid","label":"Place Of Worship","keywords":"place-of-worship place of worship building chapel church faith holy place mosque religion sanctuary spiritual synagogue temple","unicode":"f67f"},{"name":"plane","family":"solid","label":"Plane","keywords":"plane aircraft airplane airport arrival departure flight fly journey transportation travel trip","unicode":"f072"},{"name":"plane-arrival","family":"solid","label":"Plane Arrival","keywords":"plane-arrival plane arrival aeroplane airplane airport arrivals destination flight fly incoming land landing touch down travel trip","unicode":"f5af"},{"name":"plane-circle-check","family":"solid","label":"Plane Circle Check","keywords":"plane-circle-check plane circle check active airplane airport approved available confirmed enabled flight fly ok okay travel validated","unicode":"e555"},{"name":"plane-circle-exclamation","family":"solid","label":"Plane Circle Exclamation","keywords":"plane-circle-exclamation plane circle exclamation affected airplane airport alert canceled delay flight issue problem travel warning","unicode":"e556"},{"name":"plane-circle-xmark","family":"solid","label":"Plane Circle Xmark","keywords":"plane-circle-xmark plane circle xmark airplane blocked cancel delete flight no fly prohibited reject remove stop travel","unicode":"e557"},{"name":"plane-departure","family":"solid","label":"Plane Departure","keywords":"plane-departure plane departure aeroplane airplane airplane departure airport boarding departing flight fly leaving takeoff taking off terminal travel trip","unicode":"f5b0"},{"name":"plane-lock","family":"solid","label":"Plane Lock","keywords":"plane-lock plane lock airplane airport flight grounded lockdown locked no-fly padlock privacy quarantine restricted security travel","unicode":"e558"},{"name":"plane-slash","family":"solid","label":"Plane Slash","keywords":"plane-slash plane slash airplane mode airplane off disabled flight canceled flight delayed flight off grounded no airplane no flights no plane no signal no travel offline travel off","unicode":"e069"},{"name":"plane-up","family":"solid","label":"Plane Up","keywords":"plane-up plane up aircraft airplane aviation departure flight flying sky takeoff travel","unicode":"e22d"},{"name":"plant-wilt","family":"solid","label":"Plant Wilt","keywords":"plant-wilt plant wilt agriculture drooping drought dry dying garden leaf shriveled vegetation withered","unicode":"e5aa"},{"name":"plate-wheat","family":"solid","label":"Plate Wheat","keywords":"plate-wheat plate wheat agriculture bowl bread cereal crop farming food grain harvest hunger meal nutrition rations","unicode":"e55a"},{"name":"play","family":"solid","label":"Play","keywords":"play arrow audio forward go media music play button playback press right sound start triangle video","unicode":"f04b"},{"name":"plug","family":"solid","label":"Plug","keywords":"plug adapter cable charge charging connect connector electric electricity energy outlet plug-in power power cord socket","unicode":"f1e6"},{"name":"plug-circle-bolt","family":"solid","label":"Plug Circle Bolt","keywords":"plug-circle-bolt plug circle bolt charge current electric electricity energy lightning outlet power socket","unicode":"e55b"},{"name":"plug-circle-check","family":"solid","label":"Plug Circle Check","keywords":"plug-circle-check plug circle check active connected electric electricity enabled ok okay power validate verified working","unicode":"e55c"},{"name":"plug-circle-exclamation","family":"solid","label":"Plug Circle Exclamation","keywords":"plug-circle-exclamation plug circle exclamation alert caution disconnected electric electricity error failure issue outage power problem warning","unicode":"e55d"},{"name":"plug-circle-minus","family":"solid","label":"Plug Circle Minus","keywords":"plug-circle-minus plug circle minus disable disconnect electric electricity outlet power power off remove socket unplug","unicode":"e55e"},{"name":"plug-circle-plus","family":"solid","label":"Plug Circle Plus","keywords":"plug-circle-plus plug circle plus add charging connect electric electricity energy insert power socket supply","unicode":"e55f"},{"name":"plug-circle-xmark","family":"solid","label":"Plug Circle Xmark","keywords":"plug-circle-xmark plug circle xmark cancel close disable disconnect electric electricity error outage power remove stop unplug","unicode":"e560"},{"name":"plus","family":"solid","label":"Plus","keywords":"plus add create expand icon increase math more new plus sign positive sign symbol","unicode":"2b"},{"name":"plus-minus","family":"solid","label":"Plus Minus","keywords":"plus-minus plus minus add adjust arithmetic math plus minus positive negative sign subtract symbol toggle","unicode":"e43c"},{"name":"podcast","family":"solid","label":"Podcast","keywords":"podcast audio broadcast conversation episode interview media music radio recording show sound streaming talk","unicode":"f2ce"},{"name":"poo","family":"solid","label":"Poo","keywords":"poo crap dung emoji excrement feces funny pile of poo poop poop emoji shit smelly stink turd waste","unicode":"f2fe"},{"name":"poo-storm","family":"solid","label":"Poo Storm","keywords":"poo-storm poo storm bad smell chaos cloud disaster euphemism foul lightning mess poop shit turd","unicode":"f75a"},{"name":"poop","family":"solid","label":"Poop","keywords":"poop brown cartoon crap dung excrement feces funny pile poop emoji shit stink turd","unicode":"f619"},{"name":"power-off","family":"solid","label":"Power Off","keywords":"power-off power off button computer device power symbol reboot restart shutdown toggle turn off","unicode":"f011"},{"name":"prescription","family":"solid","label":"Prescription","keywords":"prescription doctor dosage drugs healthcare medical medication medicine pharmacy pill rx script treatment","unicode":"f5b1"},{"name":"prescription-bottle","family":"solid","label":"Prescription Bottle","keywords":"prescription-bottle prescription bottle drugs drugstore healthcare medical medication medicine pharmacy pill rx treatment","unicode":"f485"},{"name":"prescription-bottle-medical","family":"solid","label":"Prescription Bottle Medical","keywords":"prescription-bottle-medical prescription bottle medical drugs healthcare medication medicine pharmacy pills rx","unicode":"f486"},{"name":"print","family":"solid","label":"Print","keywords":"print business computer copy document hard copy office output paper print icon print screen printer printer icon printing","unicode":"f02f"},{"name":"pump-medical","family":"solid","label":"Pump Medical","keywords":"pump-medical pump medical anti-bacterial clean covid-19 disinfect dispenser hand sanitizer hand soap hand wash hygiene pump bottle sanitizer soap","unicode":"e06a"},{"name":"pump-soap","family":"solid","label":"Pump Soap","keywords":"pump-soap pump soap antibacterial clean covid-19 disinfect germ protection hand sanitizer hand soap handwash hygiene pump bottle sanitizer","unicode":"e06b"},{"name":"puzzle-piece","family":"solid","label":"Puzzle Piece","keywords":"puzzle-piece puzzle piece add-on addon block clue connect fitting game interlocking jigsaw part puzzle piece section segment","unicode":"f12e"},{"name":"q","family":"solid","label":"Q","keywords":"q alphabet capital q character glyph letter q lowercase q symbol text typography","unicode":"51"},{"name":"qrcode","family":"solid","label":"Qrcode","keywords":"qrcode barcode code data info information matrix qr qr-code quick response scan scanner tag","unicode":"f029"},{"name":"question","family":"solid","label":"Question","keywords":"question ask faq help information inquiry punctuation query question mark request support symbol unknown","unicode":"3f"},{"name":"quote-left","family":"solid","label":"Quote Left","keywords":"quote-left quote left citation dialogue left quote mention note phrase quotation quotation mark speech text","unicode":"f10d"},{"name":"quote-right","family":"solid","label":"Quote Right","keywords":"quote-right quote right citation double quote mention note phrase quotation right quote speech text type","unicode":"f10e"},{"name":"r","family":"solid","label":"R","keywords":"r alphabet capital r character latin r letter r lowercase r symbol text typeface typography","unicode":"52"},{"name":"radiation","family":"solid","label":"Radiation","keywords":"radiation biohazard contamination danger deadly fallout hazard nuclear radioactive toxic warning","unicode":"f7b9"},{"name":"radio","family":"solid","label":"Radio","keywords":"radio am antenna audio broadcast fm frequency music news receiver signal station transmission tuner wave","unicode":"f8d7"},{"name":"rainbow","family":"solid","label":"Rainbow","keywords":"rainbow arc colors hope leprechaun nature pot of gold prism rain sky spectrum sunlight weather","unicode":"f75b"},{"name":"ranking-star","family":"solid","label":"Ranking Star","keywords":"ranking-star ranking star achievement award best first place medal podium prize quality rating success top win winner","unicode":"e561"},{"name":"receipt","family":"solid","label":"Receipt","keywords":"receipt accounting bill bookkeeping check coupon expense invoice money payment proof record transaction","unicode":"f543"},{"name":"record-vinyl","family":"solid","label":"Record Vinyl","keywords":"record-vinyl record vinyl lp album analog audio classic disc groove music phonograph retro sound turntable","unicode":"f8d9"},{"name":"rectangle-ad","family":"solid","label":"Rectangle Ad","keywords":"rectangle-ad rectangle ad advertisement announcement banner commercial flyer marketing media newspaper poster promotion publicity","unicode":"f641"},{"name":"rectangle-list","family":"solid","label":"Rectangle List","keywords":"rectangle-list rectangle list checklist completed done finished items notes outline summary tasks todo","unicode":"f022"},{"name":"rectangle-xmark","family":"solid","label":"Rectangle Xmark","keywords":"rectangle-xmark rectangle xmark cancel clear close delete dismiss exit reject remove stop window","unicode":"f410"},{"name":"recycle","family":"solid","label":"Recycle","keywords":"recycle compost eco-friendly environmental garbage recycle bin recycling recycling logo recycling symbol reuse sustainability trash waste","unicode":"f1b8"},{"name":"registered","family":"solid","label":"Registered","keywords":"registered copyright-related intellectual property legal mark r symbol trademark","unicode":"f25d"},{"name":"repeat","family":"solid","label":"Repeat","keywords":"repeat arrow clockwise cycle loop refresh reload replay retry switch","unicode":"f363"},{"name":"reply","family":"solid","label":"Reply","keywords":"reply answer chat comment conversation email feedback mail message respond respond to response","unicode":"f3e5"},{"name":"reply-all","family":"solid","label":"Reply All","keywords":"reply-all reply all answer conversation email inbox mail message reply all respond send","unicode":"f122"},{"name":"republican","family":"solid","label":"Republican","keywords":"republican gop america conservative election elephant political party politics red party republican party right right side right-wing usa","unicode":"f75e"},{"name":"restroom","family":"solid","label":"Restroom","keywords":"restroom bathroom facilities john lavatory loo powder room toilet washroom water closet wc","unicode":"f7bd"},{"name":"retweet","family":"solid","label":"Retweet","keywords":"retweet cycle exchange forward refresh reload renew repeat repost retry share swap twitter","unicode":"f079"},{"name":"ribbon","family":"solid","label":"Ribbon","keywords":"ribbon achievement award awareness badge cause celebration decoration honor lapel medal pin prize reminder","unicode":"f4d6"},{"name":"right-from-bracket","family":"solid","label":"Right From Bracket","keywords":"right-from-bracket right from bracket arrow exit forward leave log off log out logoff logout next outbox quit send sign out sign-out","unicode":"f2f5"},{"name":"right-left","family":"solid","label":"Right Left","keywords":"right-left right left arrow arrows bidirectional exchange flip horizontal left-right reverse swap switch transfer","unicode":"f362"},{"name":"right-long","family":"solid","label":"Right Long","keywords":"right-long right long arrow arrow-right continue direction forward move right navigation next next step proceed right arrow rightward","unicode":"f30b"},{"name":"right-to-bracket","family":"solid","label":"Right To Bracket","keywords":"right-to-bracket right to bracket arrow arrow right enter enter bracket join log in login login arrow sign in sign up sign-in sign-in arrow signin signup","unicode":"f2f6"},{"name":"ring","family":"solid","label":"Ring","keywords":"ring dungeons & dragons gollum band binding circle commitment d&d dnd engagement fantasy gold jewelry loop magic marriage precious promise treasure wedding","unicode":"f70b"},{"name":"road","family":"solid","label":"Road","keywords":"road avenue boulevard drive highway lane motorway path pavement roadway route street street map traffic travel","unicode":"f018"},{"name":"road-barrier","family":"solid","label":"Road Barrier","keywords":"road-barrier road barrier barricade block caution closed construction detour no entry obstacle roadblock traffic control","unicode":"e562"},{"name":"road-bridge","family":"solid","label":"Road Bridge","keywords":"road-bridge road bridge crossing highway infrastructure overpass roadway transportation travel viaduct","unicode":"e563"},{"name":"road-circle-check","family":"solid","label":"Road Circle Check","keywords":"road-circle-check road circle check accessible active clear confirm enabled freeway highway ok okay open pavement validate verify working","unicode":"e564"},{"name":"road-circle-exclamation","family":"solid","label":"Road Circle Exclamation","keywords":"road-circle-exclamation road circle exclamation affected alert caution construction danger detour freeway highway incident pavement sign traffic warning","unicode":"e565"},{"name":"road-circle-xmark","family":"solid","label":"Road Circle Xmark","keywords":"road-circle-xmark road circle xmark blocked cancel closed deny forbidden freeway highway no entry pavement remove restrict route street","unicode":"e566"},{"name":"road-lock","family":"solid","label":"Road Lock","keywords":"road-lock road lock barrier blocked closed freeway highway lockdown padlock pavement privacy quarantine restricted security","unicode":"e567"},{"name":"road-spikes","family":"solid","label":"Road Spikes","keywords":"road-spikes road spikes barrier law enforcement police road spikes roadblock security spike strip spike strip roadblock tire spikes traffic control vehicle stop","unicode":"e568"},{"name":"robot","family":"solid","label":"Robot","keywords":"robot ai android android face artificial intelligence automate automation bot computer cyborg futuristic machine technology","unicode":"f544"},{"name":"rocket","family":"solid","label":"Rocket","keywords":"rocket astronaut booster exploration flight launch missile nasa orbit propulsion shuttle space spacecraft","unicode":"f135"},{"name":"rotate","family":"solid","label":"Rotate","keywords":"rotate arrow clockwise counterclockwise cycle exchange refresh reload reset retry rotation spin swap turn update","unicode":"f2f1"},{"name":"rotate-left","family":"solid","label":"Rotate Left","keywords":"rotate-left rotate left back cancel counterclockwise reset reverse revert rewind turn left undo","unicode":"f2ea"},{"name":"rotate-right","family":"solid","label":"Rotate Right","keywords":"rotate-right rotate right clockwise forward refresh reload renew repeat retry rotate-clockwise spin turn","unicode":"f2f9"},{"name":"route","family":"solid","label":"Route","keywords":"route course directions itinerary journey map navigation path route planning travel wayfinding","unicode":"f4d7"},{"name":"rss","family":"solid","label":"Rss","keywords":"rss blog broadcast channel feed headlines journal news podcast subscribe updates","unicode":"f09e"},{"name":"ruble-sign","family":"solid","label":"Ruble Sign","keywords":"ruble-sign ruble sign currency currency symbol money rouble ruble sign ruble symbol russian currency russian ruble \u20BD","unicode":"f158"},{"name":"rug","family":"solid","label":"Rug","keywords":"rug area rug carpet decorative rug floor covering mat tapestry textile throw woven rug","unicode":"e569"},{"name":"ruler","family":"solid","label":"Ruler","keywords":"ruler design draft drawing tool geometry length measure measurement planning ruler icon ruler tool scale straight edge straight ruler","unicode":"f545"},{"name":"ruler-combined","family":"solid","label":"Ruler Combined","keywords":"ruler-combined ruler combined blueprint design dimensions draft drawing length measure measurement planning scale size","unicode":"f546"},{"name":"ruler-horizontal","family":"solid","label":"Ruler Horizontal","keywords":"ruler-horizontal ruler horizontal design dimensions draft horizontal ruler layout length measure measurement planning ruler tool scale","unicode":"f547"},{"name":"ruler-vertical","family":"solid","label":"Ruler Vertical","keywords":"ruler-vertical ruler vertical design dimension draft length measure measurement planning ruler tool scale size","unicode":"f548"},{"name":"rupee-sign","family":"solid","label":"Rupee Sign","keywords":"rupee-sign rupee sign inr cash cost currency finance financial indian currency money payment price rupee sign rupees","unicode":"f156"},{"name":"rupiah-sign","family":"solid","label":"Rupiah Sign","keywords":"rupiah-sign rupiah sign idr indonesian rupiah cash currency currency sign finance money payment symbol","unicode":"e23d"},{"name":"s","family":"solid","label":"S","keywords":"s alphabet character initial letter letter s lowercase s symbol text typography uppercase s","unicode":"53"},{"name":"sack-dollar","family":"solid","label":"Sack Dollar","keywords":"sack-dollar sack dollar bag burlap cash currency finance money money bag moneybag payment salary savings usd wealth","unicode":"f81d"},{"name":"sack-xmark","family":"solid","label":"Sack Xmark","keywords":"sack-xmark sack xmark bag block cancel close delete deny money bag no entry reject remove sack with x","unicode":"e56a"},{"name":"sagittarius","family":"solid","label":"Sagittarius","keywords":"sagittarius archer astrology centaur constellation december fire sign horoscope november sign stars zodiac","unicode":"e84d"},{"name":"sailboat","family":"solid","label":"Sailboat","keywords":"sailboat boat dinghy marine mast nautical regatta sail sailing vessel watercraft yacht","unicode":"e445"},{"name":"satellite","family":"solid","label":"Satellite","keywords":"satellite gps broadcast communications orbit satellite antenna satellite dish satellite network signal space telemetry transmission","unicode":"f7bf"},{"name":"satellite-dish","family":"solid","label":"Satellite Dish","keywords":"satellite-dish satellite dish seti antenna broadcast communications radar receiver satellite antenna satellite dish saucer signal space telecom transmission wireless","unicode":"f7c0"},{"name":"scale-balanced","family":"solid","label":"Scale Balanced","keywords":"scale-balanced scale balanced libra balance courtroom equality equilibrium fairness judge justice law legal measurement scales weight zodiac","unicode":"f24e"},{"name":"scale-unbalanced","family":"solid","label":"Scale Unbalanced","keywords":"scale-unbalanced scale unbalanced balance fairness imbalance inequality judgment justice law legal measure uneven weight","unicode":"f515"},{"name":"scale-unbalanced-flip","family":"solid","label":"Scale Unbalanced Flip","keywords":"scale-unbalanced-flip scale unbalanced flip balance court fairness inequality judge justice law legal measurement uneven weight","unicode":"f516"},{"name":"school","family":"solid","label":"School","keywords":"school academic campus classroom college education institution learning lecture school building schoolhouse student study teacher university","unicode":"f549"},{"name":"school-circle-check","family":"solid","label":"School Circle Check","keywords":"school-circle-check school circle check approved checkmark confirm education enable ok okay schoolhouse success validated verified working","unicode":"e56b"},{"name":"school-circle-exclamation","family":"solid","label":"School Circle Exclamation","keywords":"school-circle-exclamation school circle exclamation alert attention caution error issue problem schoolhouse warning","unicode":"e56c"},{"name":"school-circle-xmark","family":"solid","label":"School Circle Xmark","keywords":"school-circle-xmark school circle xmark cancel close delete dismiss education error reject remove schoolhouse","unicode":"e56d"},{"name":"school-flag","family":"solid","label":"School Flag","keywords":"school-flag school flag academic campus classroom education learning schoolhouse student teaching","unicode":"e56e"},{"name":"school-lock","family":"solid","label":"School Lock","keywords":"school-lock school lock closed lockdown locked padlock privacy quarantine restricted safety schoolhouse security","unicode":"e56f"},{"name":"scissors","family":"solid","label":"Scissors","keywords":"scissors clip craft cut cutting modify office safety scissors school scissors tool shear snip tool trim","unicode":"f0c4"},{"name":"scorpio","family":"solid","label":"Scorpio","keywords":"scorpio astrology constellation horoscope november october scorpion sign stars water sign zodiac","unicode":"e84e"},{"name":"screwdriver","family":"solid","label":"Screwdriver","keywords":"screwdriver diy adjust configuration construction equipment fix hardware loosen maintenance mechanic repair settings tighten tool toolset","unicode":"f54a"},{"name":"screwdriver-wrench","family":"solid","label":"Screwdriver Wrench","keywords":"screwdriver-wrench screwdriver wrench adjust admin build configuration equipment fix fix-it handyman hardware maintenance repair service settings tools","unicode":"f7d9"},{"name":"scroll","family":"solid","label":"Scroll","keywords":"scroll dungeons & dragons announcement d&d dnd document fantasy letter manuscript message paper parchment scholar script","unicode":"f70e"},{"name":"scroll-torah","family":"solid","label":"Scroll Torah","keywords":"scroll-torah scroll torah hebrew holy book jewish judaism law old testament parchment religion scripture synagogue text","unicode":"f6a0"},{"name":"sd-card","family":"solid","label":"Sd Card","keywords":"sd-card sd card backup data flash card image img memory card micro sd photo portable storage save sd card storage","unicode":"f7c2"},{"name":"section","family":"solid","label":"Section","keywords":"section citation document law legal paragraph reference section sign silcrow symbol text writing","unicode":"e447"},{"name":"seedling","family":"solid","label":"Seedling","keywords":"seedling agriculture eco environment farming garden green growth nature plant sapling sprout vegan young","unicode":"f4d8"},{"name":"septagon","family":"solid","label":"Septagon","keywords":"septagon 7 figure geometric heptagon polygon septagonal seven shape sided","unicode":"e820"},{"name":"server","family":"solid","label":"Server","keywords":"server backend cloud computer cpu data center database hardware hosting mysql network rack sql storage web server","unicode":"f233"},{"name":"shapes","family":"solid","label":"Shapes","keywords":"shapes blocks build circle figures forms geometric polygons square triangle","unicode":"f61f"},{"name":"share","family":"solid","label":"Share","keywords":"share broadcast communicate distribute export forward link post send social upload","unicode":"f064"},{"name":"share-from-square","family":"solid","label":"Share From Square","keywords":"share-from-square share from square arrow distribute export forward link send send-to social upload","unicode":"f14d"},{"name":"share-nodes","family":"solid","label":"Share Nodes","keywords":"share-nodes share nodes broadcast communication connect distribute forward link network send social","unicode":"f1e0"},{"name":"sheet-plastic","family":"solid","label":"Sheet Plastic","keywords":"sheet-plastic sheet plastic barrier clear cover film plastic wrap protective cover shield tarp tarpaulin waterproof wrap","unicode":"e571"},{"name":"shekel-sign","family":"solid","label":"Shekel Sign","keywords":"shekel-sign shekel sign currency finance ils israeli currency israeli shekel money new shekel nis sheqel symbol","unicode":"f20b"},{"name":"shield","family":"solid","label":"Shield","keywords":"shield achievement armor award block cleric defend defense holy paladin protect safety security weapon winner","unicode":"f132"},{"name":"shield-cat","family":"solid","label":"Shield Cat","keywords":"shield-cat shield cat animal defense feline guard pet protection safety veterinary","unicode":"e572"},{"name":"shield-dog","family":"solid","label":"Shield Dog","keywords":"shield-dog shield dog animal canine guard pet protection safety security veterinary","unicode":"e573"},{"name":"shield-halved","family":"solid","label":"Shield Halved","keywords":"shield-halved shield halved achievement armor award barrier block cleric defense guard holy paladin privacy protect security weapon winner","unicode":"f3ed"},{"name":"shield-heart","family":"solid","label":"Shield Heart","keywords":"shield-heart shield heart favorite love protect protection safe safety secure wishlist","unicode":"e574"},{"name":"shield-virus","family":"solid","label":"Shield Virus","keywords":"shield-virus shield virus antibodies barrier coronavirus covid-19 disease flu health infection pandemic protect protection safety vaccine","unicode":"e06c"},{"name":"ship","family":"solid","label":"Ship","keywords":"ship boat cargo cruise ferry maritime nautical ocean passenger sailing sea transport vessel water","unicode":"f21a"},{"name":"shirt","family":"solid","label":"Shirt","keywords":"shirt apparel casual wear clothing garment outfit short sleeve t-shirt top tshirt","unicode":"f553"},{"name":"shoe-prints","family":"solid","label":"Shoe Prints","keywords":"shoe-prints shoe prints footpath footprints footsteps shoeprints steps tracks trail trail marks walking","unicode":"f54b"},{"name":"shop","family":"solid","label":"Shop","keywords":"shop bodega boutique building buy commerce mall market outlet purchase retail shopping store","unicode":"f54f"},{"name":"shop-lock","family":"solid","label":"Shop Lock","keywords":"shop-lock shop lock buy closed lockdown market padlock privacy purchase retail secure security shopping store storefront","unicode":"e4a5"},{"name":"shop-slash","family":"solid","label":"Shop Slash","keywords":"shop-slash shop slash blocked buy closed disabled forbidden no shopping purchase retail shopping store storefront unavailable","unicode":"e070"},{"name":"shower","family":"solid","label":"Shower","keywords":"shower bath bathroom clean faucet hygiene rinse spray water wet","unicode":"f2cc"},{"name":"shrimp","family":"solid","label":"Shrimp","keywords":"shrimp allergy crustacean edible fishing marine ocean prawn seafood seafood allergy shellfish shellfish allergy tail","unicode":"e448"},{"name":"shuffle","family":"solid","label":"Shuffle","keywords":"shuffle arrows crossed mix music playlist random randomize reorder shuffle tracks swap switch tracks transfer","unicode":"f074"},{"name":"shuttle-space","family":"solid","label":"Shuttle Space","keywords":"shuttle-space shuttle space nasa aerospace astronaut launch orbit rocket shuttlecraft space shuttle space travel spacecraft transportation","unicode":"f197"},{"name":"sign-hanging","family":"solid","label":"Sign Hanging","keywords":"sign-hanging sign hanging announcement directions display hanging sign notice placard real estate shop sign signage signpost storefront wayfinding","unicode":"f4d9"},{"name":"signal","family":"solid","label":"Signal","keywords":"signal antenna cell cellular connectivity coverage mobile network online phone reception signal bars status strength wireless","unicode":"f012"},{"name":"signature","family":"solid","label":"Signature","keywords":"signature john hancock approval autograph cursive document endorsement handwriting name sign signature line signing written name","unicode":"f5b7"},{"name":"signs-post","family":"solid","label":"Signs Post","keywords":"signs-post signs post directions directory guide map marker navigation pointer route sign signage signpost street sign trail wayfinding","unicode":"f277"},{"name":"sim-card","family":"solid","label":"Sim Card","keywords":"sim-card sim card cellular chip data hardware mobile network phone portable sim card simcard technology tiny","unicode":"f7c4"},{"name":"single-quote-left","family":"solid","label":"Single Quote Left","keywords":"single-quote-left single quote left apostrophe-like citation dialogue left single quotation mark opening quote punctuation quotation speech text","unicode":"e81b"},{"name":"single-quote-right","family":"solid","label":"Single Quote Right","keywords":"single-quote-right single quote right apostrophe citation dialogue note phrase punctuation quotation right single quotation mark single quote speech text","unicode":"e81c"},{"name":"sink","family":"solid","label":"Sink","keywords":"sink basin bathroom faucet handwashing hygiene kitchen plumbing tap wash water","unicode":"e06d"},{"name":"sitemap","family":"solid","label":"Sitemap","keywords":"sitemap directory flowchart hierarchy information architecture map navigation organization outline site map structure web structure","unicode":"f0e8"},{"name":"skull","family":"solid","label":"Skull","keywords":"skull bones danger death face halloween horror monster poison skeleton spooky x-ray yorick","unicode":"f54c"},{"name":"skull-crossbones","family":"solid","label":"Skull Crossbones","keywords":"skull-crossbones skull crossbones alert bones danger danger symbol deadly death halloween hazard jolly-roger pirate poison skull and crossbones skull icon toxic warning warning sign","unicode":"f714"},{"name":"slash","family":"solid","label":"Slash","keywords":"slash block cancel close cross disable forbidden mute negate no off prohibit remove stop x","unicode":"f715"},{"name":"sleigh","family":"solid","label":"Sleigh","keywords":"sleigh christmas claus festive flying sleigh gift holiday north pole present reindeer santa sled snow winter xmas yuletide","unicode":"f7cc"},{"name":"sliders","family":"solid","label":"Sliders","keywords":"sliders adjust configuration controls customize dashboard equalizer filter interface mixer modify options panel preferences settings tuning volume","unicode":"f1de"},{"name":"smog","family":"solid","label":"Smog","keywords":"smog air quality dirty air environmental exhaust fog haze pollution smoggy smoke smokescreen weather","unicode":"f75f"},{"name":"smoking","family":"solid","label":"Smoking","keywords":"smoking addiction cigarette cigarette smoke health risk lung cancer nicotine no smoking smoke smoker smoking area smoking ban tobacco","unicode":"f48d"},{"name":"snowflake","family":"solid","label":"Snowflake","keywords":"snowflake blizzard cold freeze frost ice precipitation snow snowfall winter","unicode":"f2dc"},{"name":"snowman","family":"solid","label":"Snowman","keywords":"snowman cold decoration frost frosty holiday snow snow figure snow sculpture snowman face snowman icon snowman without snow winter winter fun","unicode":"f7d0"},{"name":"snowplow","family":"solid","label":"Snowplow","keywords":"snowplow clean up cold plow road clearing snow snow clearing snow removal storm vehicle winter","unicode":"f7d2"},{"name":"soap","family":"solid","label":"Soap","keywords":"soap bar bathing bubbles clean cleaning disinfect foam germ hygiene hygiene product lather sanitizer suds wash","unicode":"e06e"},{"name":"socks","family":"solid","label":"Socks","keywords":"socks ankle socks clothing cotton socks cozy crew socks feet flight of the conchords footwear hosiery socks and shoes stockings warm wednesday wool socks","unicode":"f696"},{"name":"solar-panel","family":"solid","label":"Solar Panel","keywords":"solar-panel solar panel clean eco-friendly electricity energy environment green photovoltaic power renewable sun sustainable","unicode":"f5ba"},{"name":"sort","family":"solid","label":"Sort","keywords":"sort arrange filter order organize prioritize ranking sequence sort ascending sort descending","unicode":"f0dc"},{"name":"sort-down","family":"solid","label":"Sort Down","keywords":"sort-down sort down arrow arrow down decrease descending down arrow filter order sort down sort-desc","unicode":"f0dd"},{"name":"sort-up","family":"solid","label":"Sort Up","keywords":"sort-up sort up arrow arrow-up ascending filter growth increase order rise sort-asc upgrade upward","unicode":"f0de"},{"name":"spa","family":"solid","label":"Spa","keywords":"spa aromatherapy calm flora health massage mindfulness plant rejuvenation relaxation self-care therapy wellness","unicode":"f5bb"},{"name":"spaghetti-monster-flying","family":"solid","label":"Spaghetti Monster Flying","keywords":"spaghetti-monster-flying spaghetti monster flying agnosticism atheism flying spaghetti monster fsm noodly appendage parody religion pasta pastafarian satire skeptic","unicode":"f67b"},{"name":"spell-check","family":"solid","label":"Spell Check","keywords":"spell-check spell check correction dictionary editing editor grammar language proofreading spell check spellcheck text validate writing","unicode":"f891"},{"name":"spider","family":"solid","label":"Spider","keywords":"spider arachnid bug charlotte crawl creepy eight legs halloween insect-like pest web","unicode":"f717"},{"name":"spinner","family":"solid","label":"Spinner","keywords":"spinner buffering busy circle hourglass loading pending processing progress wait working","unicode":"f110"},{"name":"spiral","family":"solid","label":"Spiral","keywords":"spiral circular coil curl dizzy helix loop rotate spin spiral staircase swirl twist vortex","unicode":"e80a"},{"name":"splotch","family":"solid","label":"Splotch","keywords":"splotch blob blotch drop ink mark paint smudge spill splash stain","unicode":"f5bc"},{"name":"spoon","family":"solid","label":"Spoon","keywords":"spoon cutlery dining eating food kitchen scoop silverware tableware utensil","unicode":"f2e5"},{"name":"spray-can","family":"solid","label":"Spray Can","keywords":"spray-can spray can aerosol art coloring graffiti paint spray bottle spray paint stencil street art tag","unicode":"f5bd"},{"name":"spray-can-sparkles","family":"solid","label":"Spray Can Sparkles","keywords":"spray-can-sparkles spray can sparkles aerosol air freshener clean deodorize fragrance fresh mist perfume pine scent shine sparkle spray can","unicode":"f5d0"},{"name":"square","family":"solid","label":"Square","keywords":"square black square block box geometric quadrilateral rectangle shape solid square square shape white square","unicode":"f0c8"},{"name":"square-arrow-up-right","family":"solid","label":"Square Arrow Up Right","keywords":"square-arrow-up-right square arrow up right diagonal direction export external link navigate new open out send share up-right","unicode":"f14c"},{"name":"square-binary","family":"solid","label":"Square Binary","keywords":"square-binary square binary ai algorithm code computing data digital language llm model programming token","unicode":"e69b"},{"name":"square-caret-down","family":"solid","label":"Square Caret Down","keywords":"square-caret-down square caret down arrow dropdown expand indicator menu more navigation pointer toggle triangle","unicode":"f150"},{"name":"square-caret-left","family":"solid","label":"Square Caret Left","keywords":"square-caret-left square caret left arrow back direction navigation pointer previous triangle","unicode":"f191"},{"name":"square-caret-right","family":"solid","label":"Square Caret Right","keywords":"square-caret-right square caret right arrow arrowhead forward navigation next play pointer skip triangle","unicode":"f152"},{"name":"square-caret-up","family":"solid","label":"Square Caret Up","keywords":"square-caret-up square caret up arrow arrow-up arrowhead caret-square-o-up collapse expand increase pointer triangle up arrow up caret upload","unicode":"f151"},{"name":"square-check","family":"solid","label":"Square Check","keywords":"square-check square check accept agree box button check mark checkbox checkmark confirm correct done enable mark ok select success tick validate yes","unicode":"f14a"},{"name":"square-envelope","family":"solid","label":"Square Envelope","keywords":"square-envelope square envelope communication contact correspondence e-mail email inbox letter mail message message alert notification support","unicode":"f199"},{"name":"square-full","family":"solid","label":"Square Full","keywords":"square-full square full block color block colored square filled square geometric shape shape solid square","unicode":"f45c"},{"name":"square-h","family":"solid","label":"Square H","keywords":"square-h square h aid clinic directions emergency health healthcare hospital letter h map medical sign wayfinding","unicode":"f0fd"},{"name":"square-minus","family":"solid","label":"Square Minus","keywords":"square-minus square minus close collapse hide hide-content minimize negative reduce remove shrink subtract","unicode":"f146"},{"name":"square-nfi","family":"solid","label":"Square Nfi","keywords":"square-nfi square nfi aid essentials goods humanitarian materials non-food item provisions relief supplies support items","unicode":"e576"},{"name":"square-parking","family":"solid","label":"Square Parking","keywords":"square-parking square parking automobile car garage lot meter park parking-lot parking-space space vehicle","unicode":"f540"},{"name":"square-pen","family":"solid","label":"Square Pen","keywords":"square-pen square pen annotate compose document draft edit form modify note pencil signature update write","unicode":"f14b"},{"name":"square-person-confined","family":"solid","label":"Square Person Confined","keywords":"square-person-confined square person confined captivity detained enclosed isolated locked-in prisoner restricted trapped","unicode":"e577"},{"name":"square-phone","family":"solid","label":"Square Phone","keywords":"square-phone square phone call communication contact device handset mobile support telephone voice","unicode":"f098"},{"name":"square-phone-flip","family":"solid","label":"Square Phone Flip","keywords":"square-phone-flip square phone flip call cell communication device flip phone handset mobile support telephone voice","unicode":"f87b"},{"name":"square-plus","family":"solid","label":"Square Plus","keywords":"square-plus square plus add box create expand increase more new positive shape","unicode":"f0fe"},{"name":"square-poll-horizontal","family":"solid","label":"Square Poll Horizontal","keywords":"square-poll-horizontal square poll horizontal chart comparison data feedback graph horizontal bars options questionnaire rating results statistics survey vote voting","unicode":"f682"},{"name":"square-poll-vertical","family":"solid","label":"Square Poll Vertical","keywords":"square-poll-vertical square poll vertical analysis bar chart chart comparison data feedback graph metrics results statistics survey vertical bars vote voting","unicode":"f681"},{"name":"square-root-variable","family":"solid","label":"Square Root Variable","keywords":"square-root-variable square root variable algebra arithmetic calculation equation formula math mathematics radical root symbol square root","unicode":"f698"},{"name":"square-rss","family":"solid","label":"Square Rss","keywords":"square-rss square rss atom blog broadcast channel feed journal news podcast subscription syndication updates writing xml","unicode":"f143"},{"name":"square-share-nodes","family":"solid","label":"Square Share Nodes","keywords":"square-share-nodes square share nodes connect distribute export forward link network send social upload","unicode":"f1e1"},{"name":"square-up-right","family":"solid","label":"Square Up Right","keywords":"square-up-right square up right arrow diagonal direction exit external-link external-link-square forward launch link navigate northeast open share shortcut up-right arrow","unicode":"f360"},{"name":"square-virus","family":"solid","label":"Square Virus","keywords":"square-virus square virus contagion coronavirus covid-19 disease germ illness infection outbreak pandemic pathogen","unicode":"e578"},{"name":"square-xmark","family":"solid","label":"Square Xmark","keywords":"square-xmark square xmark cancel close cross cross mark dismiss error exit incorrect mark problem remove stop wrong x","unicode":"f2d3"},{"name":"staff-snake","family":"solid","label":"Staff Snake","keywords":"staff-snake staff snake asclepius asklepian caduceus healing health healthcare medical medicine pharmacy serpent wellness","unicode":"e579"},{"name":"stairs","family":"solid","label":"Stairs","keywords":"stairs ascent climb exit staircase stairway steps up","unicode":"e289"},{"name":"stamp","family":"solid","label":"Stamp","keywords":"stamp approval certification endorsement imprint mark official rubber stamp seal validation","unicode":"f5bf"},{"name":"stapler","family":"solid","label":"Stapler","keywords":"stapler binder clip desktop document fastening office paper staple stationery","unicode":"e5af"},{"name":"star","family":"solid","label":"Star","keywords":"star achievement award bookmark favorite favorite item highlight important night premium quality rating score top vip","unicode":"f005"},{"name":"star-and-crescent","family":"solid","label":"Star And Crescent","keywords":"star-and-crescent star and crescent islam islamic symbol muslim muslim faith crescent and star crescent moon faith religion star and crescent","unicode":"f699"},{"name":"star-half","family":"solid","label":"Star Half","keywords":"star-half star half achievement award feedback half star half-filled star partial rating rating review score star half star outline","unicode":"f089"},{"name":"star-half-stroke","family":"solid","label":"Star Half Stroke","keywords":"star-half-stroke star half stroke achievement award favorite feedback half star partial rating rating review score star half star half empty star half full","unicode":"f5c0"},{"name":"star-of-david","family":"solid","label":"Star Of David","keywords":"star-of-david star of david israel jewish jewish star judaism faith heritage hexagram religion star of david symbol","unicode":"f69a"},{"name":"star-of-life","family":"solid","label":"Star Of Life","keywords":"star-of-life star of life ambulance emergency emergency medical services emt first aid health healthcare lifesaver medical paramedic rescue star of life","unicode":"f621"},{"name":"sterling-sign","family":"solid","label":"Sterling Sign","keywords":"sterling-sign sterling sign gbp british pound currency currency symbol finance money pound","unicode":"f154"},{"name":"stethoscope","family":"solid","label":"Stethoscope","keywords":"stethoscope auscultation clinic diagnosis doctor examination health healthcare heart hospital medical medical equipment medicine nurse physician","unicode":"f0f1"},{"name":"stop","family":"solid","label":"Stop","keywords":"stop block cancel end forbidden halt no entry pause prohibition red square square stop button stop sign warning","unicode":"f04d"},{"name":"stopwatch","family":"solid","label":"Stopwatch","keywords":"stopwatch chronometer clock countdown stopwatch clock stopwatch device stopwatch icon stopwatch measurement stopwatch symbol stopwatch timer stopwatch tracking stopwatch watch time timer timing","unicode":"f2f2"},{"name":"stopwatch-20","family":"solid","label":"Stopwatch 20","keywords":"stopwatch-20 stopwatch 20 chronometer clock countdown reminder seconds stopwatch clock stopwatch countdown stopwatch reminder stopwatch timer time timer timing","unicode":"e06f"},{"name":"store","family":"solid","label":"Store","keywords":"store bodega boutique building business buy commerce mall market outlet purchase retail shop shopping storefront","unicode":"f54e"},{"name":"store-slash","family":"solid","label":"Store Slash","keywords":"store-slash store slash blocked building buy cancel closed disabled forbidden no entry purchase shop shopping stop unavailable","unicode":"e071"},{"name":"street-view","family":"solid","label":"Street View","keywords":"street-view street view directions explore gps location map navigation panorama route street-level travel","unicode":"f21d"},{"name":"strikethrough","family":"solid","label":"Strikethrough","keywords":"strikethrough cancel cross out delete edit font format line-through modify remove strike text type","unicode":"f0cc"},{"name":"stroopwafel","family":"solid","label":"Stroopwafel","keywords":"stroopwafel dutch biscuit caramel cookie dessert snack sweets syrup treat waffle","unicode":"f551"},{"name":"subscript","family":"solid","label":"Subscript","keywords":"subscript character edit font formatting script style text type typography","unicode":"f12c"},{"name":"suitcase","family":"solid","label":"Suitcase","keywords":"suitcase bag baggage briefcase carry-on holiday journey luggage moving packing suitcase icon travel travel bag trip vacation","unicode":"f0f2"},{"name":"suitcase-medical","family":"solid","label":"Suitcase Medical","keywords":"suitcase-medical suitcase medical aid case emergency first aid firstaid health help kit medical bag medical kit supplies support","unicode":"f0fa"},{"name":"suitcase-rolling","family":"solid","label":"Suitcase Rolling","keywords":"suitcase-rolling suitcase rolling baggage carry-on journey luggage packing rolling suitcase suitcase with wheels travel travel bag trip trolley bag vacation wheeled luggage","unicode":"f5c1"},{"name":"sun","family":"solid","label":"Sun","keywords":"sun bright daylight daytime rays sol solar star sunlight sunny sunshine warmth weather","unicode":"f185"},{"name":"sun-plant-wilt","family":"solid","label":"Sun Plant Wilt","keywords":"sun-plant-wilt sun plant wilt arid droop drought dry heat damage plant stress sun damage thirsty wither","unicode":"e57a"},{"name":"superscript","family":"solid","label":"Superscript","keywords":"superscript edit exponent font format math power raised script text typing","unicode":"f12b"},{"name":"swatchbook","family":"solid","label":"Swatchbook","keywords":"swatchbook pantone color color chart color picker colors design hue paint palette sample shades swatch tint tone","unicode":"f5c3"},{"name":"synagogue","family":"solid","label":"Synagogue","keywords":"synagogue jewish judaism star of david community center faith house of worship religion synagogue building temple","unicode":"f69b"},{"name":"syringe","family":"solid","label":"Syringe","keywords":"syringe covid-19 doctor flu shot immunization immunizations injection inoculation medical medicine needle shot vaccinate vaccination vaccine","unicode":"f48e"},{"name":"t","family":"solid","label":"T","keywords":"t alphabet capital t character letter t lowercase t symbol text","unicode":"54"},{"name":"table","family":"solid","label":"Table","keywords":"table chart columns data database excel grid report rows sheet spreadsheet","unicode":"f0ce"},{"name":"table-cells","family":"solid","label":"Table Cells","keywords":"table-cells table cells blocks boxes chart columns data excel grid layout matrix organize rows spreadsheet squares","unicode":"f00a"},{"name":"table-cells-column-lock","family":"solid","label":"Table Cells Column Lock","keywords":"table-cells-column-lock table cells column lock block data excel grid locked-column protected restricted secure sheet spreadsheet","unicode":"e678"},{"name":"table-cells-large","family":"solid","label":"Table Cells Large","keywords":"table-cells-large table cells large blocks boxes category columns data excel grid layout matrix rows spreadsheet squares","unicode":"f009"},{"name":"table-cells-row-lock","family":"solid","label":"Table Cells Row Lock","keywords":"table-cells-row-lock table cells row lock block boxes column data excel grid locked protected secure spreadsheet","unicode":"e67a"},{"name":"table-cells-row-unlock","family":"solid","label":"Table Cells Row Unlock","keywords":"table-cells-row-unlock table cells row unlock access blocks boxes column data edit grid open spreadsheet unlocked","unicode":"e691"},{"name":"table-columns","family":"solid","label":"Table Columns","keywords":"table-columns table columns browser dashboard data grid layout organize panes sections split spreadsheet view","unicode":"f0db"},{"name":"table-list","family":"solid","label":"Table List","keywords":"table-list table list category checklist columns completed data done finished items organized rows summary tasks todo","unicode":"f00b"},{"name":"table-tennis-paddle-ball","family":"solid","label":"Table Tennis Paddle Ball","keywords":"table-tennis-paddle-ball table tennis paddle ball bat game ping pong ping-pong ball ping-pong paddle racket sport table tennis","unicode":"f45d"},{"name":"tablet","family":"solid","label":"Tablet","keywords":"tablet device e-reader gadget kindle mobile portable screen slate touchscreen","unicode":"f3fb"},{"name":"tablet-button","family":"solid","label":"Tablet Button","keywords":"tablet-button tablet button device digital reader electronic gadget ipad kindle mobile screen slate touchscreen","unicode":"f10a"},{"name":"tablet-screen-button","family":"solid","label":"Tablet Screen Button","keywords":"tablet-screen-button tablet screen button device digital reader gadget ipad kindle mobile slate touchscreen","unicode":"f3fa"},{"name":"tablets","family":"solid","label":"Tablets","keywords":"tablets capsules drugs health medication medicine pharmaceutical pills prescription remedy treatment","unicode":"f490"},{"name":"tachograph-digital","family":"solid","label":"Tachograph Digital","keywords":"tachograph-digital tachograph digital dashboard data distance driving gauge instrument meter speed speedometer vehicle","unicode":"f566"},{"name":"tag","family":"solid","label":"Tag","keywords":"tag badge coupon discount label marker price price tag sale shopping sticker tag price ticket","unicode":"f02b"},{"name":"tags","family":"solid","label":"Tags","keywords":"tags clearance coupon deal discount label markdown offer price price tag sale shopping tag tag price","unicode":"f02c"},{"name":"tape","family":"solid","label":"Tape","keywords":"tape adhesive duct tape masking tape packaging roll sealing sticky sticky tape tape dispenser tape measure tape roll","unicode":"f4db"},{"name":"tarp","family":"solid","label":"Tarp","keywords":"tarp canopy cover groundsheet outdoor protection rain cover shelter tarp tent waterproof","unicode":"e57b"},{"name":"tarp-droplet","family":"solid","label":"Tarp Droplet","keywords":"tarp-droplet tarp droplet cover moisture outdoor protection rain shelter water waterproof","unicode":"e57c"},{"name":"taurus","family":"solid","label":"Taurus","keywords":"taurus april astrology bull constellation earth sign horoscope may sign stars zodiac","unicode":"e84f"},{"name":"taxi","family":"solid","label":"Taxi","keywords":"taxi cab cabbie car car service dropoff fare pickup ride rideshare taxi cab taxi driver transportation travel vehicle yellow cab","unicode":"f1ba"},{"name":"teeth","family":"solid","label":"Teeth","keywords":"teeth bite braces chewing dental dentist enamel gums hygiene incisor molar mouth oral plaque smile tooth","unicode":"f62e"},{"name":"teeth-open","family":"solid","label":"Teeth Open","keywords":"teeth-open teeth open bite canines chewing dental dentist gums jaw molars mouth oral smile tooth","unicode":"f62f"},{"name":"temperature-arrow-down","family":"solid","label":"Temperature Arrow Down","keywords":"temperature-arrow-down temperature arrow down air conditioner arrow down chill cold cooling decrease drop thermometer winter","unicode":"e03f"},{"name":"temperature-arrow-up","family":"solid","label":"Temperature Arrow Up","keywords":"temperature-arrow-up temperature arrow up air conditioner climate heat heat increase heater heating hot mercury rising temperature temperature rise thermometer warmer weather","unicode":"e040"},{"name":"temperature-empty","family":"solid","label":"Temperature Empty","keywords":"temperature-empty temperature empty chilly climate cold freeze frost gauge indicator low thermometer weather","unicode":"f2cb"},{"name":"temperature-full","family":"solid","label":"Temperature Full","keywords":"temperature-full temperature full climate fever heat hot mercury status thermometer warmth weather","unicode":"f2c7"},{"name":"temperature-half","family":"solid","label":"Temperature Half","keywords":"temperature-half temperature half climate cold degree gauge heat measurement mercury sensor status thermometer weather","unicode":"f2c9"},{"name":"temperature-high","family":"solid","label":"Temperature High","keywords":"temperature-high temperature high cook fever heat hot mercury summer thermometer warm weather","unicode":"f769"},{"name":"temperature-low","family":"solid","label":"Temperature Low","keywords":"temperature-low temperature low chilly cold cold weather cool freeze frost icy low temperature thermometer winter","unicode":"f76b"},{"name":"temperature-quarter","family":"solid","label":"Temperature Quarter","keywords":"temperature-quarter temperature quarter climate cold gauge heat level mercury status thermometer weather","unicode":"f2ca"},{"name":"temperature-three-quarters","family":"solid","label":"Temperature Three Quarters","keywords":"temperature-three-quarters temperature three quarters climate degree gauge heat mercury status thermometer warm weather","unicode":"f2c8"},{"name":"tenge-sign","family":"solid","label":"Tenge Sign","keywords":"tenge-sign tenge sign kzt kazakhstani currency kazakhstani tenge currency currency symbol financial symbol money payment price","unicode":"f7d7"},{"name":"tent","family":"solid","label":"Tent","keywords":"tent backpacking bivouac campground camping camping equipment camping gear camping shelter camping tent camping trip campsite hiking outdoor shelter temporary shelter","unicode":"e57d"},{"name":"tent-arrow-down-to-line","family":"solid","label":"Tent Arrow Down To Line","keywords":"tent-arrow-down-to-line tent arrow down to line arrow down arrow down to line bivouac campground camping camping gear camping site campsite outdoor pitched tent shelter temporary shelter tent setup","unicode":"e57e"},{"name":"tent-arrow-left-right","family":"solid","label":"Tent Arrow Left Right","keywords":"tent-arrow-left-right tent arrow left right arrows bivouac campground camping campsite direction left-right move navigation outdoor shelter transition travel","unicode":"e57f"},{"name":"tent-arrow-turn-left","family":"solid","label":"Tent Arrow Turn Left","keywords":"tent-arrow-turn-left tent arrow turn left bivouac campground camping campsite direction navigation outdoor shelter temporary","unicode":"e580"},{"name":"tent-arrows-down","family":"solid","label":"Tent Arrows Down","keywords":"tent-arrows-down tent arrows down arrows-down bivouac campground camping campsite insert outdoor refugee shelter","unicode":"e581"},{"name":"tents","family":"solid","label":"Tents","keywords":"tents bivouac campground camping camping gear camping shelter camping site camping tent campsite outdoor outdoor shelter shelter temporary shelter tent","unicode":"e582"},{"name":"terminal","family":"solid","label":"Terminal","keywords":"terminal cli code coding command command line command prompt console developer development programming prompt script shell","unicode":"f120"},{"name":"text-height","family":"solid","label":"Text Height","keywords":"text-height text height edit font format formatting resize size style type typography","unicode":"f034"},{"name":"text-slash","family":"solid","label":"Text Slash","keywords":"text-slash text slash block cancel disabled font forbidden format no-text remove strike strikethrough style","unicode":"f87d"},{"name":"text-width","family":"solid","label":"Text Width","keywords":"text-width text width adjust alignment edit format layout paragraph resize type typography","unicode":"f035"},{"name":"thermometer","family":"solid","label":"Thermometer","keywords":"thermometer cold covid-19 fever health heat medical mercury status temperature","unicode":"f491"},{"name":"thumbs-down","family":"solid","label":"Thumbs Down","keywords":"thumbs-down thumbs down disagree disapprove dislike dislike button downvote hand gesture negative no thumb down thumbs down thumbs-o-down","unicode":"f165"},{"name":"thumbs-up","family":"solid","label":"Thumbs Up","keywords":"thumbs-up thumbs up +1 agree approve endorsement good hand like ok okay positive recommend social success support thumb thumbs up vote yes","unicode":"f164"},{"name":"thumbtack","family":"solid","label":"Thumbtack","keywords":"thumbtack drop location map map-pin marker office pin place pushpin stationery tack","unicode":"f08d"},{"name":"thumbtack-slash","family":"solid","label":"Thumbtack Slash","keywords":"thumbtack-slash thumbtack slash block pin cancel location disable location location map pin off marker no pin pin pushpin remove pin unpin","unicode":"e68f"},{"name":"ticket","family":"solid","label":"Ticket","keywords":"ticket admission admission ticket boarding pass concert coupon entry event movie pass show voucher","unicode":"f145"},{"name":"ticket-simple","family":"solid","label":"Ticket Simple","keywords":"ticket-simple ticket simple admission boarding concert coupon entry event movie pass stub support voucher","unicode":"f3ff"},{"name":"timeline","family":"solid","label":"Timeline","keywords":"timeline agenda chronological deadline events history linear milestones progress roadmap schedule sequence timeline chart","unicode":"e29c"},{"name":"toggle-off","family":"solid","label":"Toggle Off","keywords":"toggle-off toggle off ui button control disable inactive option power setting slider switch","unicode":"f204"},{"name":"toggle-on","family":"solid","label":"Toggle On","keywords":"toggle-on toggle on active button control enabled power setting slider switch","unicode":"f205"},{"name":"toilet","family":"solid","label":"Toilet","keywords":"toilet bathroom bathroom fixture commode flush john lavatory loo pee plumbing poop porcelain potty restroom restroom fixture sanitary throne washroom waste water closet wc","unicode":"f7d8"},{"name":"toilet-paper","family":"solid","label":"Toilet Paper","keywords":"toilet-paper toilet paper bathroom bathroom roll bathroom tissue bidet clean-up hygiene lavatory paper roll restroom restroom essentials roll sanitary tissue toilet paper wipe","unicode":"f71e"},{"name":"toilet-paper-slash","family":"solid","label":"Toilet Paper Slash","keywords":"toilet-paper-slash toilet paper slash bathroom blocked covid-19 disabled lavatory no toilet paper no wipe out of toilet paper paperless prank restroom roll shortage toilet paper wipe","unicode":"e072"},{"name":"toilet-portable","family":"solid","label":"Toilet Portable","keywords":"toilet-portable toilet portable mobile restroom outdoor toilet outhouse porta john porta potty porta-potty portable restroom portable toilet temporary toilet","unicode":"e583"},{"name":"toilets-portable","family":"solid","label":"Toilets Portable","keywords":"toilets-portable toilets portable chemical toilet event restroom mobile toilet outdoor toilet outhouse porta-john porta-potty portable restroom portable toilet toilet","unicode":"e584"},{"name":"toolbox","family":"solid","label":"Toolbox","keywords":"toolbox box chest configuration container equipment fix hardware kit maintenance mechanic modify repair settings tool tools","unicode":"f552"},{"name":"tooth","family":"solid","label":"Tooth","keywords":"tooth bicuspid canine cavity dental dentist enamel hygiene incisor molar mouth oral root smile teeth","unicode":"f5c9"},{"name":"torii-gate","family":"solid","label":"Torii Gate","keywords":"torii-gate torii gate archway entrance japan japanese religion shinto shinto shrine shrine spiritual temple traditional","unicode":"f6a1"},{"name":"tornado","family":"solid","label":"Tornado","keywords":"tornado cloud cyclone funnel landspout storm twister vortex waterspout weather whirlwind","unicode":"f76f"},{"name":"tower-broadcast","family":"solid","label":"Tower Broadcast","keywords":"tower-broadcast tower broadcast antenna broadcast-tower communication emergency-alert network radio reception signal transmission waves wifi","unicode":"f519"},{"name":"tower-cell","family":"solid","label":"Tower Cell","keywords":"tower-cell tower cell antenna broadcast cell tower cellphone communication mobile network radio reception signal transmission waves wireless","unicode":"e585"},{"name":"tower-observation","family":"solid","label":"Tower Observation","keywords":"tower-observation tower observation fire tower lookout lookout point observation deck observation tower panorama scenic view viewing platform watchtower","unicode":"e586"},{"name":"tractor","family":"solid","label":"Tractor","keywords":"tractor agriculture cultivation farm farm machinery farming farming equipment rural tractor vehicle vehicle","unicode":"f722"},{"name":"trademark","family":"solid","label":"Trademark","keywords":"trademark brand copyright intellectual property legal logo mark protection registered symbol tm trade mark","unicode":"f25c"},{"name":"traffic-light","family":"solid","label":"Traffic Light","keywords":"traffic-light traffic light control go intersection lights road safety signal slow stop street vertical traffic light warning","unicode":"f637"},{"name":"trailer","family":"solid","label":"Trailer","keywords":"trailer camper caravan cargo carry haul moving towing trailer hitch trailer truck transport travel vehicle","unicode":"e041"},{"name":"train","family":"solid","label":"Train","keywords":"train bullet commute locomotive metro passenger rail railway subway transit transportation travel","unicode":"f238"},{"name":"train-subway","family":"solid","label":"Train Subway","keywords":"train-subway train subway commuter metro public transport railway transit transportation underground vehicle","unicode":"f239"},{"name":"train-tram","family":"solid","label":"Train Tram","keywords":"train-tram train tram commute light rail public transit rails streetcar transportation trolleybus urban transit vehicle","unicode":"e5b4"},{"name":"transgender","family":"solid","label":"Transgender","keywords":"transgender lgbtq female gender gender identity gender symbol intersex male nonbinary queer trans transgender symbol","unicode":"f225"},{"name":"trash","family":"solid","label":"Trash","keywords":"trash bin delete discard garbage recycle remove rubbish trashcan waste","unicode":"f1f8"},{"name":"trash-arrow-up","family":"solid","label":"Trash Arrow Up","keywords":"trash-arrow-up trash arrow up back delete garbage oops recover recycle remove restore retrieve revert undo","unicode":"f829"},{"name":"trash-can","family":"solid","label":"Trash Can","keywords":"trash-can trash can bin delete discard dumpster garbage recycle remove rubbish trashcan waste","unicode":"f2ed"},{"name":"trash-can-arrow-up","family":"solid","label":"Trash Can Arrow Up","keywords":"trash-can-arrow-up trash can arrow up back delete garbage recover recycle restore retrieve revert trash can undelete undo","unicode":"f82a"},{"name":"tree","family":"solid","label":"Tree","keywords":"tree autumn bark deciduous environment evergreen foliage forest growth leaf nature outdoors plant seasonal wood","unicode":"f1bb"},{"name":"tree-city","family":"solid","label":"Tree City","keywords":"tree-city tree city architecture buildings cityscape downtown environment green metropolis nature skyline urban","unicode":"e587"},{"name":"triangle-exclamation","family":"solid","label":"Triangle Exclamation","keywords":"triangle-exclamation triangle exclamation alert alert-triangle attention caution danger error failed hazard important notice notification notify problem required warning warning-sign","unicode":"f071"},{"name":"trophy","family":"solid","label":"Trophy","keywords":"trophy achievement award champion competition cup honor prize reward success victory winner","unicode":"f091"},{"name":"trowel","family":"solid","label":"Trowel","keywords":"trowel bricklaying building cement construction equipment gardening hand tool masonry plastering tool","unicode":"e589"},{"name":"trowel-bricks","family":"solid","label":"Trowel Bricks","keywords":"trowel-bricks trowel bricks bricklaying build cement construction labor masonry mortar renovation repair tool","unicode":"e58a"},{"name":"truck","family":"solid","label":"Truck","keywords":"truck cargo delivery delivery truck freight hauler lorry pickup shipping transport truck icon vehicle","unicode":"f0d1"},{"name":"truck-arrow-right","family":"solid","label":"Truck Arrow Right","keywords":"truck-arrow-right truck arrow right cargo delivery dispatch fast forward freight logistics move send shipping transport","unicode":"e58b"},{"name":"truck-droplet","family":"solid","label":"Truck Droplet","keywords":"truck-droplet truck droplet delivery fluid hydration liquid supply tanker transport water","unicode":"e58c"},{"name":"truck-fast","family":"solid","label":"Truck Fast","keywords":"truck-fast truck fast courier delivery express fedex freight logistics mail overnight package quick shipping transport ups","unicode":"f48b"},{"name":"truck-field","family":"solid","label":"Truck Field","keywords":"truck-field truck field agriculture cargo delivery farm farming pickup supply transport","unicode":"e58d"},{"name":"truck-field-un","family":"solid","label":"Truck Field Un","keywords":"truck-field-un truck field un united nations aid delivery field truck humanitarian logistics supplies transport vehicle","unicode":"e58e"},{"name":"truck-front","family":"solid","label":"Truck Front","keywords":"truck-front truck front cargo delivery freight front view lorry shipping shuttle transport van vehicle","unicode":"e2b7"},{"name":"truck-medical","family":"solid","label":"Truck Medical","keywords":"truck-medical truck medical aid ambulance clinic emergency emt er health hospital mobile paramedic rescue support vehicle","unicode":"f0f9"},{"name":"truck-monster","family":"solid","label":"Truck Monster","keywords":"truck-monster truck monster 4x4 dirt large tires monster truck offroad racing stunt vehicle wheels","unicode":"f63b"},{"name":"truck-moving","family":"solid","label":"Truck Moving","keywords":"truck-moving truck moving cargo delivery freight inventory load logistics relocation rental shipping transport van vehicle","unicode":"f4df"},{"name":"truck-pickup","family":"solid","label":"Truck Pickup","keywords":"truck-pickup truck pickup cargo light truck pickup truck pickup truck bed pickup truck cab pickup truck icon pickup truck vehicle utility truck vehicle work truck","unicode":"f63c"},{"name":"truck-plane","family":"solid","label":"Truck Plane","keywords":"truck-plane truck plane air freight airplane cargo delivery freight logistics shipping transport transport truck transport vehicle vehicle","unicode":"e58f"},{"name":"truck-ramp-box","family":"solid","label":"Truck Ramp Box","keywords":"truck-ramp-box truck ramp box cargo delivery freight inventory loading logistics moving package rental shipping transport vehicle","unicode":"f4de"},{"name":"tty","family":"solid","label":"Tty","keywords":"tty accessibility assistive device communication communication device deaf relay service telephone teletypewriter text text phone","unicode":"f1e4"},{"name":"turkish-lira-sign","family":"solid","label":"Turkish Lira Sign","keywords":"turkish-lira-sign turkish lira sign try turkish lira turkish lira sign turkish currency cash currency financial money payment","unicode":"e2bb"},{"name":"turn-down","family":"solid","label":"Turn Down","keywords":"turn-down turn down arrow arrow bend arrow turning curve down curved arrow direction navigation rotate down turn down","unicode":"f3be"},{"name":"turn-up","family":"solid","label":"Turn Up","keywords":"turn-up turn up arrow boost increase level-up raise right arrow curving up turn up upward curve volume up","unicode":"f3bf"},{"name":"tv","family":"solid","label":"Tv","keywords":"tv broadcast display entertainment flat screen home theater monitor screen smart tv television tv set video","unicode":"f26c"},{"name":"u","family":"solid","label":"U","keywords":"u alphabet character latin letter u letter u lowercase u symbol uppercase u","unicode":"55"},{"name":"umbrella","family":"solid","label":"Umbrella","keywords":"umbrella drizzle protection rain shade shelter storm waterproof weather wet","unicode":"f0e9"},{"name":"umbrella-beach","family":"solid","label":"Umbrella Beach","keywords":"umbrella-beach umbrella beach holiday protection recreation resort sand seaside shade summer sun sunshade tropical vacation","unicode":"f5ca"},{"name":"underline","family":"solid","label":"Underline","keywords":"underline edit emphasis emphasize formatting highlight style text typography writing","unicode":"f0cd"},{"name":"universal-access","family":"solid","label":"Universal Access","keywords":"universal-access universal access accessibility assistive disability disabled handicap inclusive people universal access users wheelchair","unicode":"f29a"},{"name":"unlock","family":"solid","label":"Unlock","keywords":"unlock access admin key lock open padlock password permission privacy protect security unlocked","unicode":"f09c"},{"name":"unlock-keyhole","family":"solid","label":"Unlock Keyhole","keywords":"unlock-keyhole unlock keyhole access admin authentication key open lock password privacy protect security unlocked","unicode":"f13e"},{"name":"up-down","family":"solid","label":"Up Down","keywords":"up-down up down adjust arrow arrows-v direction down arrow expand height move resize scroll tall up arrow vertical","unicode":"f338"},{"name":"up-down-left-right","family":"solid","label":"Up Down Left Right","keywords":"up-down-left-right up down left right adjust arrow arrows compass directions drag enlarge expand four-way move navigation pointer position reorder resize","unicode":"f0b2"},{"name":"up-long","family":"solid","label":"Up Long","keywords":"up-long up long arrow arrow-up direction increase long-arrow-up move up rise upgrade upload upward","unicode":"f30c"},{"name":"up-right-and-down-left-from-center","family":"solid","label":"Up Right And Down Left From Center","keywords":"up-right-and-down-left-from-center up right and down left from center arrows diagonal enlarge expand fullscreen grow increase maximize resize scale zoom","unicode":"f424"},{"name":"up-right-from-square","family":"solid","label":"Up Right From Square","keywords":"up-right-from-square up right from square arrow-up-right export external-link launch link new open outside redirect share window","unicode":"f35d"},{"name":"upload","family":"solid","label":"Upload","keywords":"upload arrow up backup cloud data transfer import publish save send send file transfer","unicode":"f093"},{"name":"user","family":"solid","label":"User","keywords":"user account avatar default employee gender-neutral identity individual member person profile silhouette username","unicode":"f007"},{"name":"user-astronaut","family":"solid","label":"User Astronaut","keywords":"user-astronaut user astronaut avatar cosmonaut explorer helmet nasa space space suit space traveler spaceman suit","unicode":"f4fb"},{"name":"user-check","family":"solid","label":"User Check","keywords":"user-check user check active approve confirm employee enabled person validate verified working","unicode":"f4fc"},{"name":"user-clock","family":"solid","label":"User Clock","keywords":"user-clock user clock attendance employee login-time person profile punctuality schedule shift time timer working-hours","unicode":"f4fd"},{"name":"user-doctor","family":"solid","label":"User Doctor","keywords":"user-doctor user doctor covid-19 health healthcare medical nurse occupation physician profile surgeon worker","unicode":"f0f0"},{"name":"user-gear","family":"solid","label":"User Gear","keywords":"user-gear user gear account employee people person preferences profile settings user-management users","unicode":"f4fe"},{"name":"user-graduate","family":"solid","label":"User Graduate","keywords":"user-graduate user graduate academic cap diploma education graduation learner mortarboard person student","unicode":"f501"},{"name":"user-group","family":"solid","label":"User Group","keywords":"user-group user group community crowd employees members people silhouettes team together users","unicode":"f500"},{"name":"user-injured","family":"solid","label":"User Injured","keywords":"user-injured user injured accident accident victim disabled emergency employee health hurt injury medical person safety worker","unicode":"f728"},{"name":"user-lock","family":"solid","label":"User Lock","keywords":"user-lock user lock access account employee login padlock privacy profile protected secure security","unicode":"f502"},{"name":"user-minus","family":"solid","label":"User Minus","keywords":"user-minus user minus delete employee negative remove remove-account remove-person remove-user subtract","unicode":"f503"},{"name":"user-ninja","family":"solid","label":"User Ninja","keywords":"user-ninja user ninja assassin avatar covert deadly fighter hidden shadow silent sneaky spy stealth stealthy warrior","unicode":"f504"},{"name":"user-nurse","family":"solid","label":"User Nurse","keywords":"user-nurse user nurse caregiver covid-19 doctor health healthcare hospital medical midwife physician practitioner surgeon worker","unicode":"f82f"},{"name":"user-pen","family":"solid","label":"User Pen","keywords":"user-pen user pen account avatar edit employee modify people person profile users","unicode":"f4ff"},{"name":"user-plus","family":"solid","label":"User Plus","keywords":"user-plus user plus add add user avatar create user employee follow join member new user person positive profile sign up signup team","unicode":"f234"},{"name":"user-secret","family":"solid","label":"User Secret","keywords":"user-secret user secret anonymous detective disguise hidden identity incognito person privacy sleuth spy","unicode":"f21b"},{"name":"user-shield","family":"solid","label":"User Shield","keywords":"user-shield user shield account employee guard privacy profile protect protection safety security","unicode":"f505"},{"name":"user-slash","family":"solid","label":"User Slash","keywords":"user-slash user slash ban block disable disconnect employee forbidden no user remove user disabled user off","unicode":"f506"},{"name":"user-tag","family":"solid","label":"User Tag","keywords":"user-tag user tag account avatar contact employee identity member people person profile","unicode":"f507"},{"name":"user-tie","family":"solid","label":"User Tie","keywords":"user-tie user tie administrator avatar business clothing employee executive formal manager office person professional profile suit","unicode":"f508"},{"name":"user-xmark","family":"solid","label":"User Xmark","keywords":"user-xmark user xmark block cancel close delete deny employee reject remove uncheck x","unicode":"f235"},{"name":"users","family":"solid","label":"Users","keywords":"users accounts collaboration community contacts employees group members people persons profiles team user","unicode":"f0c0"},{"name":"users-between-lines","family":"solid","label":"Users Between Lines","keywords":"users-between-lines users between lines crowd employees group multiple people team together","unicode":"e591"},{"name":"users-gear","family":"solid","label":"Users Gear","keywords":"users-gear users gear administration employee group manage people settings team user management","unicode":"f509"},{"name":"users-line","family":"solid","label":"Users Line","keywords":"users-line users line community crowd employee group members people team together","unicode":"e592"},{"name":"users-rays","family":"solid","label":"Users Rays","keywords":"users-rays users rays audience community crowd employees focused group people team","unicode":"e593"},{"name":"users-rectangle","family":"solid","label":"Users Rectangle","keywords":"users-rectangle users rectangle community contacts crowd employees group members people profile team","unicode":"e594"},{"name":"users-slash","family":"solid","label":"Users Slash","keywords":"users-slash users slash banned blocked disabled disconnect employee group no access people removed user","unicode":"e073"},{"name":"users-viewfinder","family":"solid","label":"Users Viewfinder","keywords":"users-viewfinder users viewfinder audience crowd focus group highlight identify people selection spotlight targeted user zoom","unicode":"e595"},{"name":"utensils","family":"solid","label":"Utensils","keywords":"utensils cooking cutlery dining dinner eat eating utensils food fork knife meal restaurant silverware spoon tableware","unicode":"f2e7"},{"name":"v","family":"solid","label":"V","keywords":"v alphabet capital v character letter v lowercase v symbol typography","unicode":"56"},{"name":"van-shuttle","family":"solid","label":"Van Shuttle","keywords":"van-shuttle van shuttle airport commute minibus passenger public-transportation ride transit transportation travel vehicle","unicode":"f5b6"},{"name":"vault","family":"solid","label":"Vault","keywords":"vault bank deposit finance investment lock money premium privacy protection safe salary savings secure treasure","unicode":"e2c5"},{"name":"venus","family":"solid","label":"Venus","keywords":"venus female female gender female gender symbol female icon female sex female sign female symbol feminism gender girl woman woman symbol","unicode":"f221"},{"name":"venus-double","family":"solid","label":"Venus Double","keywords":"venus-double venus double lgbtq double venus female female couple female symbol feminism gender gender identity lesbian queer womanhood women","unicode":"f226"},{"name":"venus-mars","family":"solid","label":"Venus Mars","keywords":"venus-mars venus mars female gender gender identity gender signs gender symbols heterosexual interlocked male male and female relationship sex","unicode":"f228"},{"name":"vest","family":"solid","label":"Vest","keywords":"vest apparel biker clothing fashion outerwear sleeveless style waistcoat","unicode":"e085"},{"name":"vest-patches","family":"solid","label":"Vest Patches","keywords":"vest-patches vest patches biker club emblem fashion insignia jacket motorcycle style","unicode":"e086"},{"name":"vial","family":"solid","label":"Vial","keywords":"vial ampule chemistry container drug experiment flask lab laboratory medicine pharmaceutical sample science test test tube","unicode":"f492"},{"name":"vial-circle-check","family":"solid","label":"Vial Circle Check","keywords":"vial-circle-check vial circle check ampule approved chemical chemistry confirmed health lab laboratory medicine ok success test tube vaccine validate working","unicode":"e596"},{"name":"vial-virus","family":"solid","label":"Vial Virus","keywords":"vial-virus vial virus ampule coronavirus covid-19 flu immunization infection lab laboratory medicine pandemic syringe test test tube vaccine","unicode":"e597"},{"name":"vials","family":"solid","label":"Vials","keywords":"vials ampule chemistry experiment lab laboratory medical research sample science test tube testing vial","unicode":"f493"},{"name":"video","family":"solid","label":"Video","keywords":"video camcorder camera clip film footage media movie playback record recording streaming video-camera","unicode":"f03d"},{"name":"video-slash","family":"solid","label":"Video Slash","keywords":"video-slash video slash block camera off disabled disconnect film hide mute no video off record stop","unicode":"f4e2"},{"name":"vihara","family":"solid","label":"Vihara","keywords":"vihara buddhism buddhist meditation monastery religious building sanctuary shrine spiritual center temple","unicode":"f6a7"},{"name":"virgo","family":"solid","label":"Virgo","keywords":"virgo astrology august constellation earth sign horoscope maiden september sign stars virgin zodiac","unicode":"e850"},{"name":"virus","family":"solid","label":"Virus","keywords":"virus bug contagion coronavirus covid-19 disease flu illness infection outbreak pandemic pathogen sick vaccine viral","unicode":"e074"},{"name":"virus-covid","family":"solid","label":"Virus Covid","keywords":"virus-covid virus covid contagion coronavirus covid-19 disease epidemic health infection outbreak pandemic vaccine viral","unicode":"e4a8"},{"name":"virus-covid-slash","family":"solid","label":"Virus Covid Slash","keywords":"virus-covid-slash virus covid slash blocked bug covid-19 disabled disease health infection no virus pandemic quarantine stop virus viral","unicode":"e4a9"},{"name":"virus-slash","family":"solid","label":"Virus Slash","keywords":"virus-slash virus slash antivirus blocked bug coronavirus covid-19 cure disabled eliminate flu health infection no virus pandemic protection sick vaccine viral","unicode":"e075"},{"name":"viruses","family":"solid","label":"Viruses","keywords":"viruses bugs contagious coronavirus covid-19 disease flu illness infection pandemic pathogen sick spread vaccine viral virus","unicode":"e076"},{"name":"voicemail","family":"solid","label":"Voicemail","keywords":"voicemail answering machine audio message inbox message missed call phone phone message recorded message voice message","unicode":"f897"},{"name":"volcano","family":"solid","label":"Volcano","keywords":"volcano caldera crater eruption eruption cloud geology lava magma mountain natural disaster smoke volcanic activity volcanic ash volcanic mountain","unicode":"f770"},{"name":"volleyball","family":"solid","label":"Volleyball","keywords":"volleyball ball beach court game indoor net olympics outdoor serve spike sport team sport","unicode":"f45f"},{"name":"volume","family":"solid","label":"Volume","keywords":"volume audio audio level media music sound sound control speaker speaker medium volume control","unicode":"f6a8"},{"name":"volume-high","family":"solid","label":"Volume High","keywords":"volume-high volume high audio audio on high volume increase volume loud louder max volume music sound sound up speaker speaker on","unicode":"f028"},{"name":"volume-low","family":"solid","label":"Volume Low","keywords":"volume-low volume low audio audio control decrease low volume mute quiet quieter reduce soft sound sound level speaker","unicode":"f027"},{"name":"volume-off","family":"solid","label":"Volume Off","keywords":"volume-off volume off audio off disable sound music off mute no sound quiet silent sound off speaker off volume mute","unicode":"f026"},{"name":"volume-xmark","family":"solid","label":"Volume Xmark","keywords":"volume-xmark volume xmark audio audio off disable sound mute mute speaker no sound off silent sound speaker","unicode":"f6a9"},{"name":"vr-cardboard","family":"solid","label":"Vr Cardboard","keywords":"vr-cardboard vr cardboard 3d augmented reality goggles google headset immersive virtual reality vr headset","unicode":"f729"},{"name":"w","family":"solid","label":"W","keywords":"w alphabet capital w character letter w lowercase w symbol text typography","unicode":"57"},{"name":"walkie-talkie","family":"solid","label":"Walkie Talkie","keywords":"walkie-talkie walkie talkie communication emergency radio field radio handheld radio intercom portable radio receiver transmitter two-way radio wireless","unicode":"f8ef"},{"name":"wallet","family":"solid","label":"Wallet","keywords":"wallet billfold bills budget cash coins currency finance funds money payment pocketbook purse salary spending","unicode":"f555"},{"name":"wand-magic","family":"solid","label":"Wand Magic","keywords":"wand-magic wand magic casting charm enchantment fantasy mage mystical sorcery spell supernatural witch wizard","unicode":"f0d0"},{"name":"wand-magic-sparkles","family":"solid","label":"Wand Magic Sparkles","keywords":"wand-magic-sparkles wand magic sparkles enchantment fantasy magic wand sorcery sparkle spell trick witch wizard","unicode":"e2ca"},{"name":"wand-sparkles","family":"solid","label":"Wand Sparkles","keywords":"wand-sparkles wand sparkles charm enchantment fantasy halloween holiday magic mystical sorcery spell supernatural witch wizard","unicode":"f72b"},{"name":"warehouse","family":"solid","label":"Warehouse","keywords":"warehouse building depot distribution facility inventory logistics stockroom storage supply","unicode":"f494"},{"name":"water","family":"solid","label":"Water","keywords":"water aqua drop fluid hydration lake liquid ocean refreshment river sea stream swim wave wet","unicode":"f773"},{"name":"water-ladder","family":"solid","label":"Water Ladder","keywords":"water-ladder water ladder aquatic boat climb dock marine pool recreation safety swimming","unicode":"f5c5"},{"name":"wave-square","family":"solid","label":"Wave Square","keywords":"wave-square wave square audio data equalizer frequency graph monitor music oscillation pulse signal sound vibration waveform","unicode":"f83e"},{"name":"web-awesome","family":"solid","label":"Web Awesome","keywords":"web-awesome web awesome award badge coding components crown developer frontend programming","unicode":"e682"},{"name":"weight-hanging","family":"solid","label":"Weight Hanging","keywords":"weight-hanging weight hanging anvil balance exercise gym heavy load measurement scale strength weightlifting","unicode":"f5cd"},{"name":"weight-scale","family":"solid","label":"Weight Scale","keywords":"weight-scale weight scale balance bathroom body fitness health mass measurement monitor tracking weigh","unicode":"f496"},{"name":"wheat-awn","family":"solid","label":"Wheat Awn","keywords":"wheat-awn wheat awn agriculture autumn cereal crop fall farming grain harvest","unicode":"e2cd"},{"name":"wheat-awn-circle-exclamation","family":"solid","label":"Wheat Awn Circle Exclamation","keywords":"wheat-awn-circle-exclamation wheat awn circle exclamation agriculture alert allergy crop famine food gluten grain hunger starvation straw warning","unicode":"e598"},{"name":"wheelchair","family":"solid","label":"Wheelchair","keywords":"wheelchair accessibility accessible disabled handicap mobility people users","unicode":"f193"},{"name":"wheelchair-move","family":"solid","label":"Wheelchair Move","keywords":"wheelchair-move wheelchair move access accessibility disabled handicap impairment mobility physical disability transport wheelchair symbol","unicode":"e2ce"},{"name":"whiskey-glass","family":"solid","label":"Whiskey Glass","keywords":"whiskey-glass whiskey glass alcohol bar beverage bourbon drink liquor neat rye scotch spirit tumbler tumbler glass whisky","unicode":"f7a0"},{"name":"wifi","family":"solid","label":"Wifi","keywords":"wifi access point connection connectivity hotspot internet network online router signal wifi network wifi signal wireless wireless internet wireless signal","unicode":"f1eb"},{"name":"wind","family":"solid","label":"Wind","keywords":"wind air airflow blow breeze cyclone draft gust seasonal tornado ventilation weather windstorm windy","unicode":"f72e"},{"name":"window-maximize","family":"solid","label":"Window Maximize","keywords":"window-maximize window maximize ui browser computer enlarge expand fullscreen interface screen","unicode":"f2d0"},{"name":"window-minimize","family":"solid","label":"Window Minimize","keywords":"window-minimize window minimize ui collapse desktop hide interface reduce screen shrink","unicode":"f2d1"},{"name":"window-restore","family":"solid","label":"Window Restore","keywords":"window-restore window restore application browser computer desktop interface maximize resize screen","unicode":"f2d2"},{"name":"wine-bottle","family":"solid","label":"Wine Bottle","keywords":"wine-bottle wine bottle alcohol beverage cabernet cork drink grapes merlot red wine sauvignon vineyard vintage white wine winery","unicode":"f72f"},{"name":"wine-glass","family":"solid","label":"Wine Glass","keywords":"wine-glass wine glass alcohol bar beverage cabernet celebration cocktail drink grapes merlot red wine sauvignon toast white wine wine glass","unicode":"f4e3"},{"name":"wine-glass-empty","family":"solid","label":"Wine Glass Empty","keywords":"wine-glass-empty wine glass empty alcohol bar beverage cheers cocktail drink grapes red wine toast white wine","unicode":"f5ce"},{"name":"won-sign","family":"solid","label":"Won Sign","keywords":"won-sign won sign krw korean currency south korea currency currency symbol financial money symbol won sign","unicode":"f159"},{"name":"worm","family":"solid","label":"Worm","keywords":"worm bug compost crawl dirt earthworm garden insect nature pest slimy soil wriggle","unicode":"e599"},{"name":"wrench","family":"solid","label":"Wrench","keywords":"wrench adjust configuration construction equipment fix maintenance mechanic modify plumbing repair settings spanner tool update","unicode":"f0ad"},{"name":"x","family":"solid","label":"X","keywords":"x cancel clear close cross delete dismiss exit letter x multiply remove uncheck","unicode":"58"},{"name":"x-ray","family":"solid","label":"X Ray","keywords":"x-ray x ray bone scan bones clinic diagnostic fracture health hospital imaging medical radiology scan skeleton transparent xray","unicode":"f497"},{"name":"xmark","family":"solid","label":"Xmark","keywords":"xmark cancel cancel sign close cross cross mark delete deny dismissal error exit incorrect multiplication multiply no problem reject remove stop wrong x","unicode":"f00d"},{"name":"xmarks-lines","family":"solid","label":"Xmarks Lines","keywords":"xmarks-lines xmarks lines barricade barrier block caution closed danger fence no entry restricted roadblock stop warning","unicode":"e59a"},{"name":"y","family":"solid","label":"Y","keywords":"y alphabet capital y character letter y lowercase y symbol text typography yay yes","unicode":"59"},{"name":"yen-sign","family":"solid","label":"Yen Sign","keywords":"yen-sign yen sign japanese currency japanese yen currency finance money payment price symbol yen sign","unicode":"f157"},{"name":"yin-yang","family":"solid","label":"Yin Yang","keywords":"yin-yang yin yang balance daoism duality eastern religion harmony opposites philosophy spirituality symbol tao taoism taoist yin yang","unicode":"f6ad"},{"name":"z","family":"solid","label":"Z","keywords":"z alphabet z character z latin letter letter z lowercase z symbol z uppercase z","unicode":"5a"}]`;
|
|
3
|
+
var ICONS = JSON.parse(ICONS_JSON);
|
|
4
|
+
|
|
5
|
+
// src/icons/resolve.ts
|
|
6
|
+
var BY_NAME = /* @__PURE__ */ new Map();
|
|
7
|
+
for (const entry of ICONS) {
|
|
8
|
+
const bucket = BY_NAME.get(entry.name);
|
|
9
|
+
if (bucket) bucket.push(entry);
|
|
10
|
+
else BY_NAME.set(entry.name, [entry]);
|
|
11
|
+
}
|
|
12
|
+
var FAMILY_PREFIXES = {
|
|
13
|
+
"fa-brands": "brands",
|
|
14
|
+
"fa-solid": "solid",
|
|
15
|
+
"fa-regular": "regular",
|
|
16
|
+
brands: "brands",
|
|
17
|
+
solid: "solid",
|
|
18
|
+
regular: "regular"
|
|
19
|
+
};
|
|
20
|
+
function looksLikeIconToken(token) {
|
|
21
|
+
return /^[a-zA-Z0-9_:-]+$/.test(token);
|
|
22
|
+
}
|
|
23
|
+
function resolveIcon(token) {
|
|
24
|
+
if (!looksLikeIconToken(token)) return null;
|
|
25
|
+
const colon = token.indexOf(":");
|
|
26
|
+
if (colon > 0) {
|
|
27
|
+
const prefix = token.slice(0, colon);
|
|
28
|
+
const name = token.slice(colon + 1);
|
|
29
|
+
const family = FAMILY_PREFIXES[prefix];
|
|
30
|
+
if (!family) return null;
|
|
31
|
+
const bucket2 = BY_NAME.get(name);
|
|
32
|
+
return bucket2?.find((e) => e.family === family) ?? null;
|
|
33
|
+
}
|
|
34
|
+
const bucket = BY_NAME.get(token);
|
|
35
|
+
if (!bucket || bucket.length !== 1) return null;
|
|
36
|
+
return bucket[0];
|
|
37
|
+
}
|
|
38
|
+
function canonicalIconToken(entry) {
|
|
39
|
+
const bucket = BY_NAME.get(entry.name);
|
|
40
|
+
if (bucket && bucket.length === 1) return entry.name;
|
|
41
|
+
return `fa-${entry.family}:${entry.name}`;
|
|
42
|
+
}
|
|
43
|
+
function iconGlyph(entry) {
|
|
44
|
+
if (!entry.unicode) return "";
|
|
45
|
+
const code = parseInt(entry.unicode, 16);
|
|
46
|
+
if (!Number.isFinite(code)) return "";
|
|
47
|
+
return String.fromCodePoint(code);
|
|
48
|
+
}
|
|
49
|
+
function suggestIcons(query, limit = 50) {
|
|
50
|
+
const q = query.trim().toLowerCase();
|
|
51
|
+
const matches = [];
|
|
52
|
+
for (const icon of ICONS) {
|
|
53
|
+
let score = -1;
|
|
54
|
+
if (!q) {
|
|
55
|
+
score = 3;
|
|
56
|
+
} else if (icon.name.startsWith(q)) {
|
|
57
|
+
score = 0;
|
|
58
|
+
} else if (icon.name.includes(q)) {
|
|
59
|
+
score = 1;
|
|
60
|
+
} else if (icon.keywords.includes(q)) {
|
|
61
|
+
score = 2;
|
|
62
|
+
}
|
|
63
|
+
if (score < 0) continue;
|
|
64
|
+
matches.push({ entry: icon, token: canonicalIconToken(icon), score });
|
|
65
|
+
if (matches.length > 400) break;
|
|
66
|
+
}
|
|
67
|
+
matches.sort(
|
|
68
|
+
(a, b) => a.score - b.score || a.token.length - b.token.length || a.token.localeCompare(b.token)
|
|
69
|
+
);
|
|
70
|
+
return matches.slice(0, limit);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export {
|
|
74
|
+
ICONS,
|
|
75
|
+
looksLikeIconToken,
|
|
76
|
+
resolveIcon,
|
|
77
|
+
canonicalIconToken,
|
|
78
|
+
iconGlyph,
|
|
79
|
+
suggestIcons
|
|
80
|
+
};
|
|
81
|
+
//# sourceMappingURL=chunk-DBS6RIFL.js.map
|