j1-template 2021.1.28 → 2021.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +6 -6
- data/_includes/themes/j1/layouts/content_generator_post.html +3 -0
- data/_includes/themes/j1/modules/navigator/generator.html +1 -1
- data/_includes/themes/j1/procedures/posts/collate_timeline.proc +5 -5
- data/_includes/themes/j1/procedures/posts/create_series_header.proc +6 -6
- data/_layouts/default.html +6 -2
- data/assets/data/mdil_icons.json +2417 -0
- data/assets/data/panel.html +10 -10
- data/assets/themes/j1/adapter/js/j1.js +8 -7
- data/assets/themes/j1/adapter/js/j1scroll.js +19 -1
- data/assets/themes/j1/adapter/js/navigator.js +11 -4
- data/assets/themes/j1/adapter/js/rtable.js +77 -24
- data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.css +1222 -0
- data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -0
- data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.css +58 -109
- data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.css +28 -18
- data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +1 -1
- data/assets/themes/j1/core/css/vendor.css +7 -20
- data/assets/themes/j1/core/css/vendor.min.css +1 -1
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/eot/materialdesignicons-light-webfont.eot +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/materialdesignicons-light-webfont.woff2 +0 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/svg/materialdesignicons-light-webfont.svg +801 -0
- data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/ttf/materialdesignicons-light-webfont.ttf +0 -0
- data/assets/themes/j1/core/js/template.js +4 -4
- data/assets/themes/j1/core/js/template.js.map +1 -1
- data/assets/themes/j1/core/js/template.min.js +4 -4
- data/assets/themes/j1/core/js/template.min.js.map +1 -1
- data/assets/themes/j1/modules/carousel/css/theme/uno.css +1 -1
- data/assets/themes/j1/modules/carousel/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.js +11 -21
- data/assets/themes/j1/modules/j1Scroll/js/j1scroll.min.js +1 -1
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.css +1 -1
- data/assets/themes/j1/modules/justifiedGallery/css/theme/uno.min.css +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.css +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/css/previewer.min.css +1 -1
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.js +5 -15
- data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.css +97 -0
- data/assets/themes/j1/modules/mdilPreviewer/css/previewer.min.css +15 -0
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.js +125 -0
- data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +15 -0
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.css +3 -3
- data/assets/themes/j1/modules/rtable/css/theme/uno/rtable.min.css +2 -174
- data/assets/themes/j1/modules/rtable/js/rtable.js +59 -25
- data/assets/themes/j1/modules/rtable/js/rtable.min.js +12 -683
- data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.js +73 -73
- data/assets/themes/j1/modules/showOnScroll/js/showOnScroll.min.js +15 -15
- data/lib/j1/commands/generate.rb +5 -8
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/Gemfile +1 -1
- data/lib/starter_web/_config.yml +15 -51
- data/lib/starter_web/_data/blocks/banner.yml +4 -5
- data/lib/starter_web/_data/blocks/panel.yml +217 -183
- data/lib/starter_web/_data/layouts/home.yml +20 -16
- data/lib/starter_web/_data/modules/defaults/navigator.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/rtable.yml +34 -0
- data/lib/starter_web/_data/modules/j1scroll.yml +12 -2
- data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
- data/lib/starter_web/_data/modules/rtable.yml +34 -0
- data/lib/starter_web/_data/resources.yml +38 -16
- data/lib/starter_web/_includes/attributes.asciidoc +6 -1
- data/lib/starter_web/_plugins/lunr_index.rb +1 -1
- data/lib/starter_web/assets/images/modules/attics/annie-spratt-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/humble-lamb-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/library-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/modules/attics/sigmund-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/{pages/videos → modules/attics}/szabo-viktor-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/images/pages/asciidoc_skeletons/example-pdf-screenshot.png +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/{2020-01-01-about-cookies.adoc → 2021-01-01-about-cookies.adoc} +0 -0
- data/lib/starter_web/collections/posts/public/featured/_posts/{2021-03-01-site-generators.adoc → 2021-02-01-site-generators.adoc} +0 -0
- data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-20-minneapolis.adoc → series/_posts/2020-01-01-post-wiki-series.adoc} +11 -10
- data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc → series/_posts/2020-01-02-post-wiki-series.adoc} +15 -13
- data/lib/starter_web/collections/posts/public/{wikipedia/_posts/2016-11-26-columbia-river.adoc → series/_posts/2020-01-03-post-wiki-series.adoc} +28 -11
- data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/attributes.asciidoc +0 -0
- data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/documents/readme +0 -0
- data/lib/starter_web/collections/posts/public/{wikipedia → series}/_posts/_includes/tables/readme +0 -0
- data/lib/starter_web/index.html +2 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/000_intro.adoc +5 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +43 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +61 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/attributes.asciidoc +95 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/000_intro.asciidoc +54 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/000_basic_example.asciidoc +31 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/111_about_the_converter.asciidoc +111 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/112_getting_started.asciidoc +95 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter/113_themes.asciidoc +39 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/100_converter.asciidoc +8 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/211_language_overview.asciidoc +122 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/212_values.asciidoc +502 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes/213_fonts.asciidoc +261 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/_includes/documents/200_themes.asciidoc +8 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.bat +1 -1
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book → documentation}/a2p.sh +2 -2
- data/lib/starter_web/pages/public/asciidoc_skeletons/{book/book.a2p → documentation/documentation.a2p} +2 -8
- data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +86 -0
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/100_chapter.asciidoc +848 -40
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/200_chapter.asciidoc +149 -38
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +2 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +312 -119
- data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -5
- data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +5 -5
- data/lib/starter_web/pages/public/blog/navigator/archive.html +5 -5
- data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +1 -1
- data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
- data/lib/starter_web/utilsrv/package.json +1 -1
- metadata +51 -82
- data/assets/themes/j1/modules/rtable/js/tablesaw-init.js +0 -18
- data/assets/themes/j1/modules/rtable/js/tablesaw.stackonly.js +0 -2371
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-test-series.adoc +0 -128
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-test-series.adoc +0 -131
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-test-series.adoc +0 -131
- data/lib/starter_web/collections/posts/public/series/_posts/2020-01-04-post-test-series.adoc +0 -132
- data/lib/starter_web/pages/infinite-scroll-tester-5.adoc +0 -119
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/blindtext.asciidoc +0 -11
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/font_icons.asciidoc +0 -23
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/gallery.asciidoc +0 -5
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/asciidoc-extensions/lightbox.asciidoc +0 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/chapter_document.asciidoc +0 -9
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/documents/entry_document.asciidoc +0 -3
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/images/image.asciidoc +0 -6
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column.asciidoc +0 -12
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_2_column_options.asciidoc +0 -30
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_3_column.asciidoc +0 -16
- data/lib/starter_web/pages/public/asciidoc_skeletons/_templates/tables/table_4_column.asciidoc +0 -25
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/100_chapter.adoc +0 -62
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/200_chapter.adoc +0 -64
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/900_references.adoc +0 -73
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/attributes.asciidoc +0 -74
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/000_intro.asciidoc +0 -33
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/100_chapter_document.asciidoc +0 -21
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter/110_chapter_document.asciidoc +0 -36
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/100_chapter.asciidoc +0 -7
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter/200_chapter_document.asciidoc +0 -53
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/200_chapter.asciidoc +0 -5
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/000_intro.asciidoc +0 -23
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/100_chapter_document.asciidoc +0 -33
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/200_chapter_document.asciidoc +0 -26
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references/900_sources.asciidoc +0 -81
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/900_references.asciidoc +0 -23
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
- data/lib/starter_web/pages/public/asciidoc_skeletons/book/book.adoc +0 -136
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/100_chapter.asciidoc +0 -60
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/200_chapter.asciidoc +0 -59
- data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/_includes/documents/tables/110_material_design_icons.asciidoc +0 -102
- data/lib/starter_web/pages/public/previewer/_includes/attributes.asciidoc +0 -60
- data/lib/starter_web/pages/public/previewer/_includes/documents/licenses/mit.asciidoc +0 -19
- data/lib/starter_web/pages/public/previewer/_includes/documents/readme +0 -0
- data/lib/starter_web/pages/public/previewer/_includes/documents/rouge/100_language_examples.asciidoc +0 -119
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/100_absolute_sizes.asciidoc +0 -39
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/110_bs_grid_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/120_relative_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/200_rotate.asciidoc +0 -71
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/300_flip.asciidoc +0 -31
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/400_spin_pulsed.asciidoc +0 -39
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/500_bw_color_palette.asciidoc +0 -61
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/510_bs_color_palette.asciidoc +0 -55
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/600_md_color_palette.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/601_md_color_palette_indigo.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/mdi_icons/602_md_color_palette_pink.asciidoc +0 -95
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/200_rouge_attributes.asciidoc +0 -41
- data/lib/starter_web/pages/public/previewer/_includes/tables/rouge/300_supported_languages.asciidoc +0 -857
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_bs_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/100_relative_sizes.asciidoc +0 -47
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/200_rotate.asciidoc +0 -71
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/300_flip.asciidoc +0 -30
- data/lib/starter_web/pages/public/previewer/_includes/tables/twitter_emoji/400_spin_pulsed.asciidoc +0 -31
- data/lib/starter_web/pages/public/previewer/iframer.adoc +0 -93
- data/lib/starter_web/pages/public/previewer/justified_gallery.html +0 -41
- data/lib/starter_web/pages/public/previewer/md_color_palette.adoc +0 -574
- data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +0 -220
- data/lib/starter_web/pages/public/previewer/rouge.adoc +0 -133
- data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +0 -191
@@ -0,0 +1,2417 @@
|
|
1
|
+
---
|
2
|
+
regenerate: false
|
3
|
+
exclude_from_search: true
|
4
|
+
---
|
5
|
+
|
6
|
+
{% capture cache %}
|
7
|
+
|
8
|
+
{% comment %}
|
9
|
+
# -----------------------------------------------------------------------------
|
10
|
+
# ~/assets/data/mdil_icons.json
|
11
|
+
# Liquid JSON template for ALL MDI Light icon META data used by MDIL Previewer
|
12
|
+
#
|
13
|
+
# Product/Info:
|
14
|
+
# https://github.com/Templarian/MaterialDesignLight
|
15
|
+
# http://jekyll.one
|
16
|
+
#
|
17
|
+
# Copyright (C) 2021 Juergen Adams
|
18
|
+
#
|
19
|
+
# J1 Template is licensed under the MIT License.
|
20
|
+
# See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
|
21
|
+
# -----------------------------------------------------------------------------
|
22
|
+
# NOTE:
|
23
|
+
# Be careful changing the Liquid code. If the code is changed, check
|
24
|
+
# the integrity of the JSON data created. Corrupted JSON data makes
|
25
|
+
# the Javascript of an Adapter|App to fail and no functionality will
|
26
|
+
# be available for most UNCLEAR reasons.
|
27
|
+
#
|
28
|
+
# -----------------------------------------------------------------------------
|
29
|
+
# Test data:
|
30
|
+
# {{ liquid_var | debug }}
|
31
|
+
# -----------------------------------------------------------------------------
|
32
|
+
{% endcomment %}
|
33
|
+
|
34
|
+
{% comment %} Process YML config data
|
35
|
+
================================================================================ {% endcomment %}
|
36
|
+
|
37
|
+
{% comment %} Set config files
|
38
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
39
|
+
|
40
|
+
{% comment %} Set config data
|
41
|
+
-------------------------------------------------------------------------------- {% endcomment %}
|
42
|
+
{% assign environment = site.environment %}
|
43
|
+
|
44
|
+
{% assign production = false %}
|
45
|
+
{% if environment == 'prod' or environment == 'production' %}
|
46
|
+
{% assign production = true %}
|
47
|
+
{% endif %}
|
48
|
+
|
49
|
+
[
|
50
|
+
{
|
51
|
+
"id": "",
|
52
|
+
"name": "account",
|
53
|
+
"codepoint": "f004",
|
54
|
+
"aliases": [],
|
55
|
+
"tags": [],
|
56
|
+
"author": "Google",
|
57
|
+
"version": "0.2.63"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"id": "",
|
61
|
+
"name": "alarm",
|
62
|
+
"codepoint": "F020",
|
63
|
+
"aliases": [],
|
64
|
+
"tags": [],
|
65
|
+
"author": "Google",
|
66
|
+
"version": "0.2.63"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"id": "",
|
70
|
+
"name": "alarm-plus",
|
71
|
+
"codepoint": "F024",
|
72
|
+
"aliases": [],
|
73
|
+
"tags": [],
|
74
|
+
"author": "Google",
|
75
|
+
"version": "0.2.63"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"id": "",
|
79
|
+
"name": "alert",
|
80
|
+
"codepoint": "f026",
|
81
|
+
"aliases": [],
|
82
|
+
"tags": [],
|
83
|
+
"author": "Google",
|
84
|
+
"version": "0.2.63"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"id": "",
|
88
|
+
"name": "alert-circle",
|
89
|
+
"codepoint": "f028",
|
90
|
+
"aliases": [],
|
91
|
+
"tags": [],
|
92
|
+
"author": "Google",
|
93
|
+
"version": "0.2.63"
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"id": "",
|
97
|
+
"name": "alert-octagon",
|
98
|
+
"codepoint": "f029",
|
99
|
+
"aliases": [],
|
100
|
+
"tags": [],
|
101
|
+
"author": "Google",
|
102
|
+
"version": "0.2.63"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"id": "",
|
106
|
+
"name": "arrange-bring-forward",
|
107
|
+
"codepoint": "f03d",
|
108
|
+
"aliases": [],
|
109
|
+
"tags": [],
|
110
|
+
"author": "Google",
|
111
|
+
"version": "0.2.63"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"id": "",
|
115
|
+
"name": "arrange-bring-to-front",
|
116
|
+
"codepoint": "f03e",
|
117
|
+
"aliases": [],
|
118
|
+
"tags": [],
|
119
|
+
"author": "Google",
|
120
|
+
"version": "0.2.63"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"id": "",
|
124
|
+
"name": "arrange-send-backward",
|
125
|
+
"codepoint": "f03f",
|
126
|
+
"aliases": [],
|
127
|
+
"tags": [],
|
128
|
+
"author": "Google",
|
129
|
+
"version": "0.2.63"
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"id": "",
|
133
|
+
"name": "arrange-send-to-back",
|
134
|
+
"codepoint": "f040",
|
135
|
+
"aliases": [],
|
136
|
+
"tags": [],
|
137
|
+
"author": "Google",
|
138
|
+
"version": "0.2.63"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"id": "",
|
142
|
+
"name": "arrow-down",
|
143
|
+
"codepoint": "f045",
|
144
|
+
"aliases": [],
|
145
|
+
"tags": [],
|
146
|
+
"author": "Google",
|
147
|
+
"version": "0.2.63"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"id": "",
|
151
|
+
"name": "arrow-down-circle",
|
152
|
+
"codepoint": "fcb7",
|
153
|
+
"aliases": [],
|
154
|
+
"tags": [],
|
155
|
+
"author": "Google",
|
156
|
+
"version": "0.2.63"
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"id": "",
|
160
|
+
"name": "arrow-left",
|
161
|
+
"codepoint": "f04d",
|
162
|
+
"aliases": [],
|
163
|
+
"tags": [],
|
164
|
+
"author": "Google",
|
165
|
+
"version": "0.2.63"
|
166
|
+
},
|
167
|
+
{
|
168
|
+
"id": "",
|
169
|
+
"name": "arrow-left-circle",
|
170
|
+
"codepoint": "fcb9",
|
171
|
+
"aliases": [],
|
172
|
+
"tags": [],
|
173
|
+
"author": "Google",
|
174
|
+
"version": "0.2.63"
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"id": "",
|
178
|
+
"name": "arrow-right",
|
179
|
+
"codepoint": "f054",
|
180
|
+
"aliases": [],
|
181
|
+
"tags": [],
|
182
|
+
"author": "Google",
|
183
|
+
"version": "0.2.63"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"id": "",
|
187
|
+
"name": "arrow-right-circle",
|
188
|
+
"codepoint": "fcbb",
|
189
|
+
"aliases": [],
|
190
|
+
"tags": [],
|
191
|
+
"author": "Google",
|
192
|
+
"version": "0.2.63"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"id": "",
|
196
|
+
"name": "arrow-up",
|
197
|
+
"codepoint": "f05d",
|
198
|
+
"aliases": [],
|
199
|
+
"tags": [],
|
200
|
+
"author": "Google",
|
201
|
+
"version": "0.2.63"
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"id": "",
|
205
|
+
"name": "arrow-up-circle",
|
206
|
+
"codepoint": "fcbd",
|
207
|
+
"aliases": [],
|
208
|
+
"tags": [],
|
209
|
+
"author": "Google",
|
210
|
+
"version": "0.2.63"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"id": "",
|
214
|
+
"name": "bank",
|
215
|
+
"codepoint": "f070",
|
216
|
+
"aliases": [],
|
217
|
+
"tags": [],
|
218
|
+
"author": "Google",
|
219
|
+
"version": "0.2.63"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"id": "",
|
223
|
+
"name": "bell",
|
224
|
+
"codepoint": "f09a",
|
225
|
+
"aliases": [],
|
226
|
+
"tags": [],
|
227
|
+
"author": "Google",
|
228
|
+
"version": "0.2.63"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"id": "",
|
232
|
+
"name": "bell-off",
|
233
|
+
"codepoint": "f09b",
|
234
|
+
"aliases": [],
|
235
|
+
"tags": [],
|
236
|
+
"author": "Google",
|
237
|
+
"version": "0.2.63"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"id": "",
|
241
|
+
"name": "bluetooth",
|
242
|
+
"codepoint": "f0af",
|
243
|
+
"aliases": [],
|
244
|
+
"tags": [],
|
245
|
+
"author": "Google",
|
246
|
+
"version": "0.2.63"
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"id": "",
|
250
|
+
"name": "book",
|
251
|
+
"codepoint": "f0ba",
|
252
|
+
"aliases": [],
|
253
|
+
"tags": [],
|
254
|
+
"author": "Google",
|
255
|
+
"version": "0.2.63"
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"id": "",
|
259
|
+
"name": "book-multiple",
|
260
|
+
"codepoint": "f0bb",
|
261
|
+
"aliases": [],
|
262
|
+
"tags": [],
|
263
|
+
"author": "Google",
|
264
|
+
"version": "0.2.63"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"id": "",
|
268
|
+
"name": "book-plus",
|
269
|
+
"codepoint": "f5db",
|
270
|
+
"aliases": [],
|
271
|
+
"tags": [],
|
272
|
+
"author": "Google",
|
273
|
+
"version": "0.2.63"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"id": "",
|
277
|
+
"name": "bookmark",
|
278
|
+
"codepoint": "f0c0",
|
279
|
+
"aliases": [],
|
280
|
+
"tags": [],
|
281
|
+
"author": "Google",
|
282
|
+
"version": "0.2.63"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"id": "",
|
286
|
+
"name": "border-all",
|
287
|
+
"codepoint": "f0c7",
|
288
|
+
"aliases": [],
|
289
|
+
"tags": [],
|
290
|
+
"author": "Google",
|
291
|
+
"version": "0.2.63"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"id": "",
|
295
|
+
"name": "border-bottom",
|
296
|
+
"codepoint": "f0c8",
|
297
|
+
"aliases": [],
|
298
|
+
"tags": [],
|
299
|
+
"author": "Google",
|
300
|
+
"version": "0.2.63"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"id": "",
|
304
|
+
"name": "border-horizontal",
|
305
|
+
"codepoint": "f0ca",
|
306
|
+
"aliases": [],
|
307
|
+
"tags": [],
|
308
|
+
"author": "Google",
|
309
|
+
"version": "0.2.63"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"id": "",
|
313
|
+
"name": "border-inside",
|
314
|
+
"codepoint": "f0cb",
|
315
|
+
"aliases": [],
|
316
|
+
"tags": [],
|
317
|
+
"author": "Google",
|
318
|
+
"version": "0.2.63"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"id": "",
|
322
|
+
"name": "border-left",
|
323
|
+
"codepoint": "f0cc",
|
324
|
+
"aliases": [],
|
325
|
+
"tags": [],
|
326
|
+
"author": "Google",
|
327
|
+
"version": "0.2.63"
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"id": "",
|
331
|
+
"name": "border-none",
|
332
|
+
"codepoint": "f0cd",
|
333
|
+
"aliases": [],
|
334
|
+
"tags": [],
|
335
|
+
"author": "Google",
|
336
|
+
"version": "0.2.63"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"id": "",
|
340
|
+
"name": "border-outside",
|
341
|
+
"codepoint": "f0ce",
|
342
|
+
"aliases": [],
|
343
|
+
"tags": [],
|
344
|
+
"author": "Google",
|
345
|
+
"version": "0.2.63"
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"id": "",
|
349
|
+
"name": "border-right",
|
350
|
+
"codepoint": "f0cf",
|
351
|
+
"aliases": [],
|
352
|
+
"tags": [],
|
353
|
+
"author": "Google",
|
354
|
+
"version": "0.2.63"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"id": "",
|
358
|
+
"name": "border-top",
|
359
|
+
"codepoint": "f0d1",
|
360
|
+
"aliases": [],
|
361
|
+
"tags": [],
|
362
|
+
"author": "Google",
|
363
|
+
"version": "0.2.63"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"id": "",
|
367
|
+
"name": "border-vertical",
|
368
|
+
"codepoint": "f0d2",
|
369
|
+
"aliases": [],
|
370
|
+
"tags": [],
|
371
|
+
"author": "Google",
|
372
|
+
"version": "0.2.63"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"id": "",
|
376
|
+
"name": "briefcase",
|
377
|
+
"codepoint": "f0d6",
|
378
|
+
"aliases": [],
|
379
|
+
"tags": [],
|
380
|
+
"author": "Google",
|
381
|
+
"version": "0.2.63"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"id": "",
|
385
|
+
"name": "calendar",
|
386
|
+
"codepoint": "f0ed",
|
387
|
+
"aliases": [],
|
388
|
+
"tags": [],
|
389
|
+
"author": "Google",
|
390
|
+
"version": "0.2.63"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"id": "",
|
394
|
+
"name": "camcorder",
|
395
|
+
"codepoint": "f0fc",
|
396
|
+
"aliases": [],
|
397
|
+
"tags": [],
|
398
|
+
"author": "Google",
|
399
|
+
"version": "0.2.63"
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"id": "",
|
403
|
+
"name": "camera",
|
404
|
+
"codepoint": "f100",
|
405
|
+
"aliases": [],
|
406
|
+
"tags": [],
|
407
|
+
"author": "Google",
|
408
|
+
"version": "0.2.63"
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"id": "",
|
412
|
+
"name": "cancel",
|
413
|
+
"codepoint": "f739",
|
414
|
+
"aliases": [],
|
415
|
+
"tags": [],
|
416
|
+
"author": "Google",
|
417
|
+
"version": "0.2.63"
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"id": "",
|
421
|
+
"name": "cart",
|
422
|
+
"codepoint": "f110",
|
423
|
+
"aliases": [],
|
424
|
+
"tags": [],
|
425
|
+
"author": "Google",
|
426
|
+
"version": "0.2.63"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"id": "",
|
430
|
+
"name": "chart-areaspline",
|
431
|
+
"codepoint": "f127",
|
432
|
+
"aliases": [],
|
433
|
+
"tags": [],
|
434
|
+
"author": "Google",
|
435
|
+
"version": "0.2.63"
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"id": "",
|
439
|
+
"name": "chart-bar",
|
440
|
+
"codepoint": "f128",
|
441
|
+
"aliases": [],
|
442
|
+
"tags": [],
|
443
|
+
"author": "Google",
|
444
|
+
"version": "0.2.63"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"id": "",
|
448
|
+
"name": "chart-histogram",
|
449
|
+
"codepoint": "f129",
|
450
|
+
"aliases": [],
|
451
|
+
"tags": [],
|
452
|
+
"author": "Google",
|
453
|
+
"version": "0.2.63"
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"id": "",
|
457
|
+
"name": "chart-line",
|
458
|
+
"codepoint": "f12a",
|
459
|
+
"aliases": [],
|
460
|
+
"tags": [],
|
461
|
+
"author": "Google",
|
462
|
+
"version": "0.2.63"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"id": "",
|
466
|
+
"name": "chart-pie",
|
467
|
+
"codepoint": "f12b",
|
468
|
+
"aliases": [],
|
469
|
+
"tags": [],
|
470
|
+
"author": "Google",
|
471
|
+
"version": "0.2.63"
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"id": "",
|
475
|
+
"name": "check",
|
476
|
+
"codepoint": "f12c",
|
477
|
+
"aliases": [],
|
478
|
+
"tags": [],
|
479
|
+
"author": "Google",
|
480
|
+
"version": "0.2.63"
|
481
|
+
},
|
482
|
+
{
|
483
|
+
"id": "",
|
484
|
+
"name": "chevron-double-down",
|
485
|
+
"codepoint": "f13c",
|
486
|
+
"aliases": [],
|
487
|
+
"tags": [],
|
488
|
+
"author": "Google",
|
489
|
+
"version": "0.2.63"
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"id": "",
|
493
|
+
"name": "chevron-double-left",
|
494
|
+
"codepoint": "f13d",
|
495
|
+
"aliases": [],
|
496
|
+
"tags": [],
|
497
|
+
"author": "Google",
|
498
|
+
"version": "0.2.63"
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"id": "",
|
502
|
+
"name": "chevron-double-right",
|
503
|
+
"codepoint": "f13e",
|
504
|
+
"aliases": [],
|
505
|
+
"tags": [],
|
506
|
+
"author": "Google",
|
507
|
+
"version": "0.2.63"
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"id": "",
|
511
|
+
"name": "chevron-double-up",
|
512
|
+
"codepoint": "f13f",
|
513
|
+
"aliases": [],
|
514
|
+
"tags": [],
|
515
|
+
"author": "Google",
|
516
|
+
"version": "0.2.63"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"id": "",
|
520
|
+
"name": "chevron-down",
|
521
|
+
"codepoint": "f140",
|
522
|
+
"aliases": [],
|
523
|
+
"tags": [],
|
524
|
+
"author": "Google",
|
525
|
+
"version": "0.2.63"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"id": "",
|
529
|
+
"name": "chevron-left",
|
530
|
+
"codepoint": "f141",
|
531
|
+
"aliases": [],
|
532
|
+
"tags": [],
|
533
|
+
"author": "Google",
|
534
|
+
"version": "0.2.63"
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"id": "",
|
538
|
+
"name": "chevron-right",
|
539
|
+
"codepoint": "f142",
|
540
|
+
"aliases": [],
|
541
|
+
"tags": [],
|
542
|
+
"author": "Google",
|
543
|
+
"version": "0.2.63"
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"id": "",
|
547
|
+
"name": "chevron-up",
|
548
|
+
"codepoint": "f143",
|
549
|
+
"aliases": [],
|
550
|
+
"tags": [],
|
551
|
+
"author": "Google",
|
552
|
+
"version": "0.2.63"
|
553
|
+
},
|
554
|
+
{
|
555
|
+
"id": "",
|
556
|
+
"name": "circle",
|
557
|
+
"codepoint": "f764",
|
558
|
+
"aliases": [],
|
559
|
+
"tags": [],
|
560
|
+
"author": "Google",
|
561
|
+
"version": "0.2.63"
|
562
|
+
},
|
563
|
+
{
|
564
|
+
"id": "",
|
565
|
+
"name": "clipboard",
|
566
|
+
"codepoint": "f147",
|
567
|
+
"aliases": [],
|
568
|
+
"tags": [],
|
569
|
+
"author": "Google",
|
570
|
+
"version": "0.2.63"
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"id": "",
|
574
|
+
"name": "clipboard-check",
|
575
|
+
"codepoint": "f14c",
|
576
|
+
"aliases": [],
|
577
|
+
"tags": [],
|
578
|
+
"author": "Google",
|
579
|
+
"version": "0.2.63"
|
580
|
+
},
|
581
|
+
{
|
582
|
+
"id": "",
|
583
|
+
"name": "clipboard-plus",
|
584
|
+
"codepoint": "f750",
|
585
|
+
"aliases": [],
|
586
|
+
"tags": [],
|
587
|
+
"author": "Google",
|
588
|
+
"version": "0.2.63"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"id": "",
|
592
|
+
"name": "clipboard-text",
|
593
|
+
"codepoint": "f14e",
|
594
|
+
"aliases": [],
|
595
|
+
"tags": [],
|
596
|
+
"author": "Google",
|
597
|
+
"version": "0.2.63"
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"id": "",
|
601
|
+
"name": "clock",
|
602
|
+
"codepoint": "f150",
|
603
|
+
"aliases": [],
|
604
|
+
"tags": [],
|
605
|
+
"author": "Google",
|
606
|
+
"version": "0.2.63"
|
607
|
+
},
|
608
|
+
{
|
609
|
+
"id": "",
|
610
|
+
"name": "closed-caption",
|
611
|
+
"codepoint": "f15e",
|
612
|
+
"aliases": [],
|
613
|
+
"tags": [],
|
614
|
+
"author": "Google",
|
615
|
+
"version": "0.2.63"
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"id": "",
|
619
|
+
"name": "cloud",
|
620
|
+
"codepoint": "f15f",
|
621
|
+
"aliases": [],
|
622
|
+
"tags": [],
|
623
|
+
"author": "Google",
|
624
|
+
"version": "0.2.63"
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"id": "",
|
628
|
+
"name": "cloud-download",
|
629
|
+
"codepoint": "f162",
|
630
|
+
"aliases": [],
|
631
|
+
"tags": [],
|
632
|
+
"author": "Google",
|
633
|
+
"version": "0.2.63"
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"id": "",
|
637
|
+
"name": "cloud-upload",
|
638
|
+
"codepoint": "f167",
|
639
|
+
"aliases": [],
|
640
|
+
"tags": [],
|
641
|
+
"author": "Google",
|
642
|
+
"version": "0.2.63"
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"id": "",
|
646
|
+
"name": "comment",
|
647
|
+
"codepoint": "f17a",
|
648
|
+
"aliases": [],
|
649
|
+
"tags": [],
|
650
|
+
"author": "Google",
|
651
|
+
"version": "0.2.63"
|
652
|
+
},
|
653
|
+
{
|
654
|
+
"id": "",
|
655
|
+
"name": "comment-alert",
|
656
|
+
"codepoint": "f17d",
|
657
|
+
"aliases": [],
|
658
|
+
"tags": [],
|
659
|
+
"author": "Google",
|
660
|
+
"version": "0.2.63"
|
661
|
+
},
|
662
|
+
{
|
663
|
+
"id": "",
|
664
|
+
"name": "comment-text",
|
665
|
+
"codepoint": "f188",
|
666
|
+
"aliases": [],
|
667
|
+
"tags": [],
|
668
|
+
"author": "Google",
|
669
|
+
"version": "0.2.63"
|
670
|
+
},
|
671
|
+
{
|
672
|
+
"id": "",
|
673
|
+
"name": "console",
|
674
|
+
"codepoint": "f18d",
|
675
|
+
"aliases": [],
|
676
|
+
"tags": [],
|
677
|
+
"author": "Google",
|
678
|
+
"version": "0.2.63"
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"id": "",
|
682
|
+
"name": "content-cut",
|
683
|
+
"codepoint": "f190",
|
684
|
+
"aliases": [],
|
685
|
+
"tags": [],
|
686
|
+
"author": "Google",
|
687
|
+
"version": "0.2.63"
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"id": "",
|
691
|
+
"name": "content-duplicate",
|
692
|
+
"codepoint": "f191",
|
693
|
+
"aliases": [],
|
694
|
+
"tags": [],
|
695
|
+
"author": "Google",
|
696
|
+
"version": "0.2.63"
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"id": "",
|
700
|
+
"name": "content-paste",
|
701
|
+
"codepoint": "f192",
|
702
|
+
"aliases": [],
|
703
|
+
"tags": [],
|
704
|
+
"author": "Google",
|
705
|
+
"version": "0.2.63"
|
706
|
+
},
|
707
|
+
{
|
708
|
+
"id": "",
|
709
|
+
"name": "content-save",
|
710
|
+
"codepoint": "f193",
|
711
|
+
"aliases": [],
|
712
|
+
"tags": [],
|
713
|
+
"author": "Google",
|
714
|
+
"version": "0.2.63"
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"id": "",
|
718
|
+
"name": "content-save-all",
|
719
|
+
"codepoint": "f194",
|
720
|
+
"aliases": [],
|
721
|
+
"tags": [],
|
722
|
+
"author": "Google",
|
723
|
+
"version": "0.2.63"
|
724
|
+
},
|
725
|
+
{
|
726
|
+
"id": "",
|
727
|
+
"name": "credit-card",
|
728
|
+
"codepoint": "f19b",
|
729
|
+
"aliases": [],
|
730
|
+
"tags": [],
|
731
|
+
"author": "Google",
|
732
|
+
"version": "0.2.63"
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"id": "",
|
736
|
+
"name": "credit-card-scan",
|
737
|
+
"codepoint": "f19d",
|
738
|
+
"aliases": [],
|
739
|
+
"tags": [],
|
740
|
+
"author": "Google",
|
741
|
+
"version": "0.2.63"
|
742
|
+
},
|
743
|
+
{
|
744
|
+
"id": "",
|
745
|
+
"name": "crop",
|
746
|
+
"codepoint": "f19e",
|
747
|
+
"aliases": [],
|
748
|
+
"tags": [],
|
749
|
+
"author": "Google",
|
750
|
+
"version": "0.2.63"
|
751
|
+
},
|
752
|
+
{
|
753
|
+
"id": "",
|
754
|
+
"name": "crop-free",
|
755
|
+
"codepoint": "f19f",
|
756
|
+
"aliases": [],
|
757
|
+
"tags": [],
|
758
|
+
"author": "Google",
|
759
|
+
"version": "0.2.63"
|
760
|
+
},
|
761
|
+
{
|
762
|
+
"id": "",
|
763
|
+
"name": "currency-eur",
|
764
|
+
"codepoint": "f1ad",
|
765
|
+
"aliases": [],
|
766
|
+
"tags": [],
|
767
|
+
"author": "Google",
|
768
|
+
"version": "0.2.63"
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"id": "",
|
772
|
+
"name": "currency-gbp",
|
773
|
+
"codepoint": "f1ae",
|
774
|
+
"aliases": [],
|
775
|
+
"tags": [],
|
776
|
+
"author": "Google",
|
777
|
+
"version": "0.2.63"
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"id": "",
|
781
|
+
"name": "currency-rub",
|
782
|
+
"codepoint": "f1b1",
|
783
|
+
"aliases": [],
|
784
|
+
"tags": [],
|
785
|
+
"author": "Google",
|
786
|
+
"version": "0.2.63"
|
787
|
+
},
|
788
|
+
{
|
789
|
+
"id": "",
|
790
|
+
"name": "currency-usd",
|
791
|
+
"codepoint": "f1b3",
|
792
|
+
"aliases": [],
|
793
|
+
"tags": [],
|
794
|
+
"author": "Google",
|
795
|
+
"version": "0.2.63"
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"id": "",
|
799
|
+
"name": "delete",
|
800
|
+
"codepoint": "f1c0",
|
801
|
+
"aliases": [],
|
802
|
+
"tags": [],
|
803
|
+
"author": "Google",
|
804
|
+
"version": "0.2.63"
|
805
|
+
},
|
806
|
+
{
|
807
|
+
"id": "",
|
808
|
+
"name": "diamond-stone",
|
809
|
+
"codepoint": "f1c8",
|
810
|
+
"aliases": [],
|
811
|
+
"tags": [],
|
812
|
+
"author": "Google",
|
813
|
+
"version": "0.2.63"
|
814
|
+
},
|
815
|
+
{
|
816
|
+
"id": "",
|
817
|
+
"name": "dots-horizontal",
|
818
|
+
"codepoint": "f1d8",
|
819
|
+
"aliases": [],
|
820
|
+
"tags": [],
|
821
|
+
"author": "Google",
|
822
|
+
"version": "0.2.63"
|
823
|
+
},
|
824
|
+
{
|
825
|
+
"id": "",
|
826
|
+
"name": "dots-vertical",
|
827
|
+
"codepoint": "f1d9",
|
828
|
+
"aliases": [],
|
829
|
+
"tags": [],
|
830
|
+
"author": "Google",
|
831
|
+
"version": "0.2.63"
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"id": "",
|
835
|
+
"name": "download",
|
836
|
+
"codepoint": "f1da",
|
837
|
+
"aliases": [],
|
838
|
+
"tags": [],
|
839
|
+
"author": "Google",
|
840
|
+
"version": "0.2.63"
|
841
|
+
},
|
842
|
+
{
|
843
|
+
"id": "",
|
844
|
+
"name": "eject",
|
845
|
+
"codepoint": "f1ea",
|
846
|
+
"aliases": [],
|
847
|
+
"tags": [],
|
848
|
+
"author": "Google",
|
849
|
+
"version": "0.2.63"
|
850
|
+
},
|
851
|
+
{
|
852
|
+
"id": "",
|
853
|
+
"name": "email",
|
854
|
+
"codepoint": "f1ee",
|
855
|
+
"aliases": [],
|
856
|
+
"tags": [],
|
857
|
+
"author": "Google",
|
858
|
+
"version": "0.2.63"
|
859
|
+
},
|
860
|
+
{
|
861
|
+
"id": "",
|
862
|
+
"name": "email-open",
|
863
|
+
"codepoint": "f1ef",
|
864
|
+
"aliases": [],
|
865
|
+
"tags": [],
|
866
|
+
"author": "Google",
|
867
|
+
"version": "0.2.63"
|
868
|
+
},
|
869
|
+
{
|
870
|
+
"id": "",
|
871
|
+
"name": "eye",
|
872
|
+
"codepoint": "f208",
|
873
|
+
"aliases": [],
|
874
|
+
"tags": [],
|
875
|
+
"author": "Google",
|
876
|
+
"version": "0.2.63"
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"id": "",
|
880
|
+
"name": "eye-off",
|
881
|
+
"codepoint": "f209",
|
882
|
+
"aliases": [],
|
883
|
+
"tags": [],
|
884
|
+
"author": "Google",
|
885
|
+
"version": "0.2.63"
|
886
|
+
},
|
887
|
+
{
|
888
|
+
"id": "",
|
889
|
+
"name": "factory",
|
890
|
+
"codepoint": "f20f",
|
891
|
+
"aliases": [],
|
892
|
+
"tags": [],
|
893
|
+
"author": "Google",
|
894
|
+
"version": "0.2.63"
|
895
|
+
},
|
896
|
+
{
|
897
|
+
"id": "",
|
898
|
+
"name": "fast-forward",
|
899
|
+
"codepoint": "f211",
|
900
|
+
"aliases": [],
|
901
|
+
"tags": [],
|
902
|
+
"author": "Google",
|
903
|
+
"version": "0.2.63"
|
904
|
+
},
|
905
|
+
{
|
906
|
+
"id": "",
|
907
|
+
"name": "file",
|
908
|
+
"codepoint": "f214",
|
909
|
+
"aliases": [],
|
910
|
+
"tags": [],
|
911
|
+
"author": "Google",
|
912
|
+
"version": "0.2.63"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"id": "",
|
916
|
+
"name": "file-multiple",
|
917
|
+
"codepoint": "f222",
|
918
|
+
"aliases": [],
|
919
|
+
"tags": [],
|
920
|
+
"author": "Google",
|
921
|
+
"version": "0.2.63"
|
922
|
+
},
|
923
|
+
{
|
924
|
+
"id": "",
|
925
|
+
"name": "file-plus",
|
926
|
+
"codepoint": "f751",
|
927
|
+
"aliases": [],
|
928
|
+
"tags": [],
|
929
|
+
"author": "Google",
|
930
|
+
"version": "0.2.63"
|
931
|
+
},
|
932
|
+
{
|
933
|
+
"id": "",
|
934
|
+
"name": "flag",
|
935
|
+
"codepoint": "f23b",
|
936
|
+
"aliases": [],
|
937
|
+
"tags": [],
|
938
|
+
"author": "Google",
|
939
|
+
"version": "0.2.63"
|
940
|
+
},
|
941
|
+
{
|
942
|
+
"id": "",
|
943
|
+
"name": "flash",
|
944
|
+
"codepoint": "f241",
|
945
|
+
"aliases": [],
|
946
|
+
"tags": [],
|
947
|
+
"author": "Google",
|
948
|
+
"version": "0.2.63"
|
949
|
+
},
|
950
|
+
{
|
951
|
+
"id": "",
|
952
|
+
"name": "flask",
|
953
|
+
"codepoint": "f093",
|
954
|
+
"aliases": [],
|
955
|
+
"tags": [],
|
956
|
+
"author": "Google",
|
957
|
+
"version": "0.2.63"
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"id": "",
|
961
|
+
"name": "flask-empty",
|
962
|
+
"codepoint": "f094",
|
963
|
+
"aliases": [],
|
964
|
+
"tags": [],
|
965
|
+
"author": "Google",
|
966
|
+
"version": "0.2.63"
|
967
|
+
},
|
968
|
+
{
|
969
|
+
"id": "",
|
970
|
+
"name": "folder",
|
971
|
+
"codepoint": "f24b",
|
972
|
+
"aliases": [],
|
973
|
+
"tags": [],
|
974
|
+
"author": "Google",
|
975
|
+
"version": "0.2.63"
|
976
|
+
},
|
977
|
+
{
|
978
|
+
"id": "",
|
979
|
+
"name": "folder-multiple",
|
980
|
+
"codepoint": "f253",
|
981
|
+
"aliases": [],
|
982
|
+
"tags": [],
|
983
|
+
"author": "Google",
|
984
|
+
"version": "0.2.63"
|
985
|
+
},
|
986
|
+
{
|
987
|
+
"id": "",
|
988
|
+
"name": "folder-plus",
|
989
|
+
"codepoint": "f257",
|
990
|
+
"aliases": [],
|
991
|
+
"tags": [],
|
992
|
+
"author": "Google",
|
993
|
+
"version": "0.2.63"
|
994
|
+
},
|
995
|
+
{
|
996
|
+
"id": "",
|
997
|
+
"name": "format-align-bottom",
|
998
|
+
"codepoint": "f752",
|
999
|
+
"aliases": [],
|
1000
|
+
"tags": [],
|
1001
|
+
"author": "Google",
|
1002
|
+
"version": "0.2.63"
|
1003
|
+
},
|
1004
|
+
{
|
1005
|
+
"id": "",
|
1006
|
+
"name": "format-align-center",
|
1007
|
+
"codepoint": "f260",
|
1008
|
+
"aliases": [],
|
1009
|
+
"tags": [],
|
1010
|
+
"author": "Google",
|
1011
|
+
"version": "0.2.63"
|
1012
|
+
},
|
1013
|
+
{
|
1014
|
+
"id": "",
|
1015
|
+
"name": "format-align-justify",
|
1016
|
+
"codepoint": "f261",
|
1017
|
+
"aliases": [],
|
1018
|
+
"tags": [],
|
1019
|
+
"author": "Google",
|
1020
|
+
"version": "0.2.63"
|
1021
|
+
},
|
1022
|
+
{
|
1023
|
+
"id": "",
|
1024
|
+
"name": "format-align-left",
|
1025
|
+
"codepoint": "f262",
|
1026
|
+
"aliases": [],
|
1027
|
+
"tags": [],
|
1028
|
+
"author": "Google",
|
1029
|
+
"version": "0.2.63"
|
1030
|
+
},
|
1031
|
+
{
|
1032
|
+
"id": "",
|
1033
|
+
"name": "format-align-middle",
|
1034
|
+
"codepoint": "f753",
|
1035
|
+
"aliases": [],
|
1036
|
+
"tags": [],
|
1037
|
+
"author": "Google",
|
1038
|
+
"version": "0.2.63"
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"id": "",
|
1042
|
+
"name": "format-align-right",
|
1043
|
+
"codepoint": "f263",
|
1044
|
+
"aliases": [],
|
1045
|
+
"tags": [],
|
1046
|
+
"author": "Google",
|
1047
|
+
"version": "0.2.63"
|
1048
|
+
},
|
1049
|
+
{
|
1050
|
+
"id": "",
|
1051
|
+
"name": "format-align-top",
|
1052
|
+
"codepoint": "f754",
|
1053
|
+
"aliases": [],
|
1054
|
+
"tags": [],
|
1055
|
+
"author": "Google",
|
1056
|
+
"version": "0.2.63"
|
1057
|
+
},
|
1058
|
+
{
|
1059
|
+
"id": "",
|
1060
|
+
"name": "format-bold",
|
1061
|
+
"codepoint": "f264",
|
1062
|
+
"aliases": [],
|
1063
|
+
"tags": [],
|
1064
|
+
"author": "Google",
|
1065
|
+
"version": "0.2.63"
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
"id": "",
|
1069
|
+
"name": "format-clear",
|
1070
|
+
"codepoint": "f265",
|
1071
|
+
"aliases": [],
|
1072
|
+
"tags": [],
|
1073
|
+
"author": "Google",
|
1074
|
+
"version": "0.2.63"
|
1075
|
+
},
|
1076
|
+
{
|
1077
|
+
"id": "",
|
1078
|
+
"name": "format-float-center",
|
1079
|
+
"codepoint": "f267",
|
1080
|
+
"aliases": [],
|
1081
|
+
"tags": [],
|
1082
|
+
"author": "Google",
|
1083
|
+
"version": "0.2.63"
|
1084
|
+
},
|
1085
|
+
{
|
1086
|
+
"id": "",
|
1087
|
+
"name": "format-float-left",
|
1088
|
+
"codepoint": "f268",
|
1089
|
+
"aliases": [],
|
1090
|
+
"tags": [],
|
1091
|
+
"author": "Google",
|
1092
|
+
"version": "0.2.63"
|
1093
|
+
},
|
1094
|
+
{
|
1095
|
+
"id": "",
|
1096
|
+
"name": "format-float-none",
|
1097
|
+
"codepoint": "f269",
|
1098
|
+
"aliases": [],
|
1099
|
+
"tags": [],
|
1100
|
+
"author": "Google",
|
1101
|
+
"version": "0.2.63"
|
1102
|
+
},
|
1103
|
+
{
|
1104
|
+
"id": "",
|
1105
|
+
"name": "format-float-right",
|
1106
|
+
"codepoint": "f26a",
|
1107
|
+
"aliases": [],
|
1108
|
+
"tags": [],
|
1109
|
+
"author": "Google",
|
1110
|
+
"version": "0.2.63"
|
1111
|
+
},
|
1112
|
+
{
|
1113
|
+
"id": "",
|
1114
|
+
"name": "format-indent-decrease",
|
1115
|
+
"codepoint": "f275",
|
1116
|
+
"aliases": [],
|
1117
|
+
"tags": [],
|
1118
|
+
"author": "Google",
|
1119
|
+
"version": "0.2.63"
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"id": "",
|
1123
|
+
"name": "format-indent-increase",
|
1124
|
+
"codepoint": "f276",
|
1125
|
+
"aliases": [],
|
1126
|
+
"tags": [],
|
1127
|
+
"author": "Google",
|
1128
|
+
"version": "0.2.63"
|
1129
|
+
},
|
1130
|
+
{
|
1131
|
+
"id": "",
|
1132
|
+
"name": "format-italic",
|
1133
|
+
"codepoint": "f277",
|
1134
|
+
"aliases": [],
|
1135
|
+
"tags": [],
|
1136
|
+
"author": "Google",
|
1137
|
+
"version": "0.2.63"
|
1138
|
+
},
|
1139
|
+
{
|
1140
|
+
"id": "",
|
1141
|
+
"name": "format-line-spacing",
|
1142
|
+
"codepoint": "f278",
|
1143
|
+
"aliases": [],
|
1144
|
+
"tags": [],
|
1145
|
+
"author": "Google",
|
1146
|
+
"version": "0.2.63"
|
1147
|
+
},
|
1148
|
+
{
|
1149
|
+
"id": "",
|
1150
|
+
"name": "format-list-bulleted",
|
1151
|
+
"codepoint": "f279",
|
1152
|
+
"aliases": [],
|
1153
|
+
"tags": [],
|
1154
|
+
"author": "Google",
|
1155
|
+
"version": "0.2.63"
|
1156
|
+
},
|
1157
|
+
{
|
1158
|
+
"id": "",
|
1159
|
+
"name": "format-list-checks",
|
1160
|
+
"codepoint": "f755",
|
1161
|
+
"aliases": [],
|
1162
|
+
"tags": [],
|
1163
|
+
"author": "Google",
|
1164
|
+
"version": "0.2.63"
|
1165
|
+
},
|
1166
|
+
{
|
1167
|
+
"id": "",
|
1168
|
+
"name": "format-list-numbers",
|
1169
|
+
"codepoint": "f27b",
|
1170
|
+
"aliases": [],
|
1171
|
+
"tags": [],
|
1172
|
+
"author": "Google",
|
1173
|
+
"version": "0.2.63"
|
1174
|
+
},
|
1175
|
+
{
|
1176
|
+
"id": "",
|
1177
|
+
"name": "format-quote-close",
|
1178
|
+
"codepoint": "f27e",
|
1179
|
+
"aliases": [],
|
1180
|
+
"tags": [],
|
1181
|
+
"author": "Google",
|
1182
|
+
"version": "0.2.63"
|
1183
|
+
},
|
1184
|
+
{
|
1185
|
+
"id": "",
|
1186
|
+
"name": "format-quote-open",
|
1187
|
+
"codepoint": "f756",
|
1188
|
+
"aliases": [],
|
1189
|
+
"tags": [],
|
1190
|
+
"author": "Google",
|
1191
|
+
"version": "0.2.63"
|
1192
|
+
},
|
1193
|
+
{
|
1194
|
+
"id": "",
|
1195
|
+
"name": "format-underline",
|
1196
|
+
"codepoint": "f287",
|
1197
|
+
"aliases": [],
|
1198
|
+
"tags": [],
|
1199
|
+
"author": "Google",
|
1200
|
+
"version": "0.2.63"
|
1201
|
+
},
|
1202
|
+
{
|
1203
|
+
"id": "",
|
1204
|
+
"name": "format-wrap-inline",
|
1205
|
+
"codepoint": "f288",
|
1206
|
+
"aliases": [],
|
1207
|
+
"tags": [],
|
1208
|
+
"author": "Google",
|
1209
|
+
"version": "0.2.63"
|
1210
|
+
},
|
1211
|
+
{
|
1212
|
+
"id": "",
|
1213
|
+
"name": "format-wrap-square",
|
1214
|
+
"codepoint": "f289",
|
1215
|
+
"aliases": [],
|
1216
|
+
"tags": [],
|
1217
|
+
"author": "Google",
|
1218
|
+
"version": "0.2.63"
|
1219
|
+
},
|
1220
|
+
{
|
1221
|
+
"id": "",
|
1222
|
+
"name": "format-wrap-tight",
|
1223
|
+
"codepoint": "f28a",
|
1224
|
+
"aliases": [],
|
1225
|
+
"tags": [],
|
1226
|
+
"author": "Google",
|
1227
|
+
"version": "0.2.63"
|
1228
|
+
},
|
1229
|
+
{
|
1230
|
+
"id": "",
|
1231
|
+
"name": "format-wrap-top-bottom",
|
1232
|
+
"codepoint": "f28b",
|
1233
|
+
"aliases": [],
|
1234
|
+
"tags": [],
|
1235
|
+
"author": "Google",
|
1236
|
+
"version": "0.2.63"
|
1237
|
+
},
|
1238
|
+
{
|
1239
|
+
"id": "",
|
1240
|
+
"name": "forum",
|
1241
|
+
"codepoint": "f28c",
|
1242
|
+
"aliases": [],
|
1243
|
+
"tags": [],
|
1244
|
+
"author": "Google",
|
1245
|
+
"version": "0.2.63"
|
1246
|
+
},
|
1247
|
+
{
|
1248
|
+
"id": "",
|
1249
|
+
"name": "fullscreen",
|
1250
|
+
"codepoint": "f293",
|
1251
|
+
"aliases": [],
|
1252
|
+
"tags": [],
|
1253
|
+
"author": "Google",
|
1254
|
+
"version": "0.2.63"
|
1255
|
+
},
|
1256
|
+
{
|
1257
|
+
"id": "",
|
1258
|
+
"name": "fullscreen-exit",
|
1259
|
+
"codepoint": "f294",
|
1260
|
+
"aliases": [],
|
1261
|
+
"tags": [],
|
1262
|
+
"author": "Google",
|
1263
|
+
"version": "0.2.63"
|
1264
|
+
},
|
1265
|
+
{
|
1266
|
+
"id": "",
|
1267
|
+
"name": "gift",
|
1268
|
+
"codepoint": "f2a1",
|
1269
|
+
"aliases": [],
|
1270
|
+
"tags": [],
|
1271
|
+
"author": "Google",
|
1272
|
+
"version": "0.2.63"
|
1273
|
+
},
|
1274
|
+
{
|
1275
|
+
"id": "",
|
1276
|
+
"name": "grid",
|
1277
|
+
"codepoint": "f2c1",
|
1278
|
+
"aliases": [],
|
1279
|
+
"tags": [],
|
1280
|
+
"author": "Google",
|
1281
|
+
"version": "0.2.63"
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"id": "",
|
1285
|
+
"name": "grid-large",
|
1286
|
+
"codepoint": "f757",
|
1287
|
+
"aliases": [],
|
1288
|
+
"tags": [],
|
1289
|
+
"author": "Google",
|
1290
|
+
"version": "0.2.63"
|
1291
|
+
},
|
1292
|
+
{
|
1293
|
+
"id": "",
|
1294
|
+
"name": "grid-off",
|
1295
|
+
"codepoint": "f2c2",
|
1296
|
+
"aliases": [],
|
1297
|
+
"tags": [],
|
1298
|
+
"author": "Google",
|
1299
|
+
"version": "0.2.63"
|
1300
|
+
},
|
1301
|
+
{
|
1302
|
+
"id": "",
|
1303
|
+
"name": "group",
|
1304
|
+
"codepoint": "f2c3",
|
1305
|
+
"aliases": [],
|
1306
|
+
"tags": [],
|
1307
|
+
"author": "Google",
|
1308
|
+
"version": "0.2.63"
|
1309
|
+
},
|
1310
|
+
{
|
1311
|
+
"id": "",
|
1312
|
+
"name": "hamburger",
|
1313
|
+
"codepoint": "f684",
|
1314
|
+
"aliases": [],
|
1315
|
+
"tags": [],
|
1316
|
+
"author": "Google",
|
1317
|
+
"version": "0.2.63"
|
1318
|
+
},
|
1319
|
+
{
|
1320
|
+
"id": "",
|
1321
|
+
"name": "heart",
|
1322
|
+
"codepoint": "f2d1",
|
1323
|
+
"aliases": [],
|
1324
|
+
"tags": [],
|
1325
|
+
"author": "Google",
|
1326
|
+
"version": "0.2.63"
|
1327
|
+
},
|
1328
|
+
{
|
1329
|
+
"id": "",
|
1330
|
+
"name": "heart-half",
|
1331
|
+
"codepoint": "f6de",
|
1332
|
+
"aliases": [],
|
1333
|
+
"tags": [],
|
1334
|
+
"author": "Google",
|
1335
|
+
"version": "0.2.63"
|
1336
|
+
},
|
1337
|
+
{
|
1338
|
+
"id": "",
|
1339
|
+
"name": "heart-off",
|
1340
|
+
"codepoint": "f758",
|
1341
|
+
"aliases": [],
|
1342
|
+
"tags": [],
|
1343
|
+
"author": "Google",
|
1344
|
+
"version": "0.2.63"
|
1345
|
+
},
|
1346
|
+
{
|
1347
|
+
"id": "",
|
1348
|
+
"name": "help",
|
1349
|
+
"codepoint": "f2d6",
|
1350
|
+
"aliases": [],
|
1351
|
+
"tags": [],
|
1352
|
+
"author": "Google",
|
1353
|
+
"version": "0.2.63"
|
1354
|
+
},
|
1355
|
+
{
|
1356
|
+
"id": "",
|
1357
|
+
"name": "help-circle",
|
1358
|
+
"codepoint": "f2d7",
|
1359
|
+
"aliases": [],
|
1360
|
+
"tags": [],
|
1361
|
+
"author": "Google",
|
1362
|
+
"version": "0.2.63"
|
1363
|
+
},
|
1364
|
+
{
|
1365
|
+
"id": "",
|
1366
|
+
"name": "hexagon",
|
1367
|
+
"codepoint": "f2d8",
|
1368
|
+
"aliases": [],
|
1369
|
+
"tags": [],
|
1370
|
+
"author": "Google",
|
1371
|
+
"version": "0.2.63"
|
1372
|
+
},
|
1373
|
+
{
|
1374
|
+
"id": "",
|
1375
|
+
"name": "home",
|
1376
|
+
"codepoint": "f2dc",
|
1377
|
+
"aliases": [],
|
1378
|
+
"tags": [],
|
1379
|
+
"author": "Google",
|
1380
|
+
"version": "0.2.63"
|
1381
|
+
},
|
1382
|
+
{
|
1383
|
+
"id": "",
|
1384
|
+
"name": "image",
|
1385
|
+
"codepoint": "f2e9",
|
1386
|
+
"aliases": [],
|
1387
|
+
"tags": [],
|
1388
|
+
"author": "Google",
|
1389
|
+
"version": "0.2.63"
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
"id": "",
|
1393
|
+
"name": "inbox",
|
1394
|
+
"codepoint": "f686",
|
1395
|
+
"aliases": [],
|
1396
|
+
"tags": [],
|
1397
|
+
"author": "Google",
|
1398
|
+
"version": "0.2.63"
|
1399
|
+
},
|
1400
|
+
{
|
1401
|
+
"id": "",
|
1402
|
+
"name": "information",
|
1403
|
+
"codepoint": "f2fc",
|
1404
|
+
"aliases": [],
|
1405
|
+
"tags": [],
|
1406
|
+
"author": "Google",
|
1407
|
+
"version": "0.2.63"
|
1408
|
+
},
|
1409
|
+
{
|
1410
|
+
"id": "",
|
1411
|
+
"name": "label",
|
1412
|
+
"codepoint": "f315",
|
1413
|
+
"aliases": [],
|
1414
|
+
"tags": [],
|
1415
|
+
"author": "Google",
|
1416
|
+
"version": "0.2.63"
|
1417
|
+
},
|
1418
|
+
{
|
1419
|
+
"id": "",
|
1420
|
+
"name": "layers",
|
1421
|
+
"codepoint": "f328",
|
1422
|
+
"aliases": [],
|
1423
|
+
"tags": [],
|
1424
|
+
"author": "Google",
|
1425
|
+
"version": "0.2.63"
|
1426
|
+
},
|
1427
|
+
{
|
1428
|
+
"id": "",
|
1429
|
+
"name": "lightbulb",
|
1430
|
+
"codepoint": "f335",
|
1431
|
+
"aliases": [],
|
1432
|
+
"tags": [],
|
1433
|
+
"author": "Google",
|
1434
|
+
"version": "0.2.63"
|
1435
|
+
},
|
1436
|
+
{
|
1437
|
+
"id": "",
|
1438
|
+
"name": "lightbulb-on",
|
1439
|
+
"codepoint": "f6e7",
|
1440
|
+
"aliases": [],
|
1441
|
+
"tags": [],
|
1442
|
+
"author": "Google",
|
1443
|
+
"version": "0.2.63"
|
1444
|
+
},
|
1445
|
+
{
|
1446
|
+
"id": "",
|
1447
|
+
"name": "link",
|
1448
|
+
"codepoint": "f337",
|
1449
|
+
"aliases": [],
|
1450
|
+
"tags": [],
|
1451
|
+
"author": "Google",
|
1452
|
+
"version": "0.2.63"
|
1453
|
+
},
|
1454
|
+
{
|
1455
|
+
"id": "",
|
1456
|
+
"name": "link-variant",
|
1457
|
+
"codepoint": "f339",
|
1458
|
+
"aliases": [],
|
1459
|
+
"tags": [],
|
1460
|
+
"author": "Google",
|
1461
|
+
"version": "0.2.63"
|
1462
|
+
},
|
1463
|
+
{
|
1464
|
+
"id": "",
|
1465
|
+
"name": "lock",
|
1466
|
+
"codepoint": "f33e",
|
1467
|
+
"aliases": [],
|
1468
|
+
"tags": [],
|
1469
|
+
"author": "Google",
|
1470
|
+
"version": "0.2.63"
|
1471
|
+
},
|
1472
|
+
{
|
1473
|
+
"id": "",
|
1474
|
+
"name": "lock-open",
|
1475
|
+
"codepoint": "f33f",
|
1476
|
+
"aliases": [],
|
1477
|
+
"tags": [],
|
1478
|
+
"author": "Google",
|
1479
|
+
"version": "0.2.63"
|
1480
|
+
},
|
1481
|
+
{
|
1482
|
+
"id": "",
|
1483
|
+
"name": "login",
|
1484
|
+
"codepoint": "f342",
|
1485
|
+
"aliases": [],
|
1486
|
+
"tags": [],
|
1487
|
+
"author": "Google",
|
1488
|
+
"version": "0.2.63"
|
1489
|
+
},
|
1490
|
+
{
|
1491
|
+
"id": "",
|
1492
|
+
"name": "logout",
|
1493
|
+
"codepoint": "f343",
|
1494
|
+
"aliases": [],
|
1495
|
+
"tags": [],
|
1496
|
+
"author": "Google",
|
1497
|
+
"version": "0.2.63"
|
1498
|
+
},
|
1499
|
+
{
|
1500
|
+
"id": "",
|
1501
|
+
"name": "magnify",
|
1502
|
+
"codepoint": "f349",
|
1503
|
+
"aliases": [],
|
1504
|
+
"tags": [],
|
1505
|
+
"author": "Google",
|
1506
|
+
"version": "0.2.63"
|
1507
|
+
},
|
1508
|
+
{
|
1509
|
+
"id": "",
|
1510
|
+
"name": "magnify-minus",
|
1511
|
+
"codepoint": "f34a",
|
1512
|
+
"aliases": [],
|
1513
|
+
"tags": [],
|
1514
|
+
"author": "Google",
|
1515
|
+
"version": "0.2.63"
|
1516
|
+
},
|
1517
|
+
{
|
1518
|
+
"id": "",
|
1519
|
+
"name": "magnify-plus",
|
1520
|
+
"codepoint": "f34b",
|
1521
|
+
"aliases": [],
|
1522
|
+
"tags": [],
|
1523
|
+
"author": "Google",
|
1524
|
+
"version": "0.2.63"
|
1525
|
+
},
|
1526
|
+
{
|
1527
|
+
"id": "",
|
1528
|
+
"name": "map-marker",
|
1529
|
+
"codepoint": "f34e",
|
1530
|
+
"aliases": [],
|
1531
|
+
"tags": [],
|
1532
|
+
"author": "Google",
|
1533
|
+
"version": "0.2.63"
|
1534
|
+
},
|
1535
|
+
{
|
1536
|
+
"id": "",
|
1537
|
+
"name": "memory",
|
1538
|
+
"codepoint": "f35b",
|
1539
|
+
"aliases": [],
|
1540
|
+
"tags": [],
|
1541
|
+
"author": "Google",
|
1542
|
+
"version": "0.2.63"
|
1543
|
+
},
|
1544
|
+
{
|
1545
|
+
"id": "",
|
1546
|
+
"name": "menu",
|
1547
|
+
"codepoint": "f35c",
|
1548
|
+
"aliases": [],
|
1549
|
+
"tags": [],
|
1550
|
+
"author": "Google",
|
1551
|
+
"version": "0.2.63"
|
1552
|
+
},
|
1553
|
+
{
|
1554
|
+
"id": "",
|
1555
|
+
"name": "message",
|
1556
|
+
"codepoint": "f361",
|
1557
|
+
"aliases": [],
|
1558
|
+
"tags": [],
|
1559
|
+
"author": "Google",
|
1560
|
+
"version": "0.2.63"
|
1561
|
+
},
|
1562
|
+
{
|
1563
|
+
"id": "",
|
1564
|
+
"name": "message-alert",
|
1565
|
+
"codepoint": "f362",
|
1566
|
+
"aliases": [],
|
1567
|
+
"tags": [],
|
1568
|
+
"author": "Google",
|
1569
|
+
"version": "0.2.63"
|
1570
|
+
},
|
1571
|
+
{
|
1572
|
+
"id": "",
|
1573
|
+
"name": "message-image",
|
1574
|
+
"codepoint": "f364",
|
1575
|
+
"aliases": [],
|
1576
|
+
"tags": [],
|
1577
|
+
"author": "Google",
|
1578
|
+
"version": "0.2.63"
|
1579
|
+
},
|
1580
|
+
{
|
1581
|
+
"id": "",
|
1582
|
+
"name": "message-processing",
|
1583
|
+
"codepoint": "f366",
|
1584
|
+
"aliases": [],
|
1585
|
+
"tags": [],
|
1586
|
+
"author": "Google",
|
1587
|
+
"version": "0.2.63"
|
1588
|
+
},
|
1589
|
+
{
|
1590
|
+
"id": "",
|
1591
|
+
"name": "message-reply",
|
1592
|
+
"codepoint": "f367",
|
1593
|
+
"aliases": [],
|
1594
|
+
"tags": [],
|
1595
|
+
"author": "Google",
|
1596
|
+
"version": "0.2.63"
|
1597
|
+
},
|
1598
|
+
{
|
1599
|
+
"id": "",
|
1600
|
+
"name": "message-text",
|
1601
|
+
"codepoint": "f369",
|
1602
|
+
"aliases": [],
|
1603
|
+
"tags": [],
|
1604
|
+
"author": "Google",
|
1605
|
+
"version": "0.2.63"
|
1606
|
+
},
|
1607
|
+
{
|
1608
|
+
"id": "",
|
1609
|
+
"name": "message-video",
|
1610
|
+
"codepoint": "f36b",
|
1611
|
+
"aliases": [],
|
1612
|
+
"tags": [],
|
1613
|
+
"author": "Google",
|
1614
|
+
"version": "0.2.63"
|
1615
|
+
},
|
1616
|
+
{
|
1617
|
+
"id": "",
|
1618
|
+
"name": "microphone",
|
1619
|
+
"codepoint": "f36c",
|
1620
|
+
"aliases": [],
|
1621
|
+
"tags": [],
|
1622
|
+
"author": "Google",
|
1623
|
+
"version": "0.2.63"
|
1624
|
+
},
|
1625
|
+
{
|
1626
|
+
"id": "",
|
1627
|
+
"name": "microphone-off",
|
1628
|
+
"codepoint": "f36d",
|
1629
|
+
"aliases": [],
|
1630
|
+
"tags": [],
|
1631
|
+
"author": "Google",
|
1632
|
+
"version": "0.2.63"
|
1633
|
+
},
|
1634
|
+
{
|
1635
|
+
"id": "",
|
1636
|
+
"name": "minus",
|
1637
|
+
"codepoint": "f374",
|
1638
|
+
"aliases": [],
|
1639
|
+
"tags": [],
|
1640
|
+
"author": "Google",
|
1641
|
+
"version": "0.2.63"
|
1642
|
+
},
|
1643
|
+
{
|
1644
|
+
"id": "",
|
1645
|
+
"name": "minus-box",
|
1646
|
+
"codepoint": "f375",
|
1647
|
+
"aliases": [],
|
1648
|
+
"tags": [],
|
1649
|
+
"author": "Google",
|
1650
|
+
"version": "0.2.63"
|
1651
|
+
},
|
1652
|
+
{
|
1653
|
+
"id": "",
|
1654
|
+
"name": "minus-circle",
|
1655
|
+
"codepoint": "f376",
|
1656
|
+
"aliases": [],
|
1657
|
+
"tags": [],
|
1658
|
+
"author": "Google",
|
1659
|
+
"version": "0.2.63"
|
1660
|
+
},
|
1661
|
+
{
|
1662
|
+
"id": "",
|
1663
|
+
"name": "monitor",
|
1664
|
+
"codepoint": "f379",
|
1665
|
+
"aliases": [],
|
1666
|
+
"tags": [],
|
1667
|
+
"author": "Google",
|
1668
|
+
"version": "0.2.63"
|
1669
|
+
},
|
1670
|
+
{
|
1671
|
+
"id": "",
|
1672
|
+
"name": "monitor-multiple",
|
1673
|
+
"codepoint": "f37a",
|
1674
|
+
"aliases": [],
|
1675
|
+
"tags": [],
|
1676
|
+
"author": "Google",
|
1677
|
+
"version": "0.2.63"
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"id": "",
|
1681
|
+
"name": "music",
|
1682
|
+
"codepoint": "f759",
|
1683
|
+
"aliases": [],
|
1684
|
+
"tags": [],
|
1685
|
+
"author": "Google",
|
1686
|
+
"version": "0.2.63"
|
1687
|
+
},
|
1688
|
+
{
|
1689
|
+
"id": "",
|
1690
|
+
"name": "music-off",
|
1691
|
+
"codepoint": "f75a",
|
1692
|
+
"aliases": [],
|
1693
|
+
"tags": [],
|
1694
|
+
"author": "Google",
|
1695
|
+
"version": "0.2.63"
|
1696
|
+
},
|
1697
|
+
{
|
1698
|
+
"id": "",
|
1699
|
+
"name": "nfc-variant",
|
1700
|
+
"codepoint": "f398",
|
1701
|
+
"aliases": [],
|
1702
|
+
"tags": [],
|
1703
|
+
"author": "Google",
|
1704
|
+
"version": "0.2.63"
|
1705
|
+
},
|
1706
|
+
{
|
1707
|
+
"id": "",
|
1708
|
+
"name": "note",
|
1709
|
+
"codepoint": "f39a",
|
1710
|
+
"aliases": [],
|
1711
|
+
"tags": [],
|
1712
|
+
"author": "Google",
|
1713
|
+
"version": "0.2.63"
|
1714
|
+
},
|
1715
|
+
{
|
1716
|
+
"id": "",
|
1717
|
+
"name": "note-multiple",
|
1718
|
+
"codepoint": "f6b7",
|
1719
|
+
"aliases": [],
|
1720
|
+
"tags": [],
|
1721
|
+
"author": "Google",
|
1722
|
+
"version": "0.2.63"
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"id": "",
|
1726
|
+
"name": "note-plus",
|
1727
|
+
"codepoint": "f39c",
|
1728
|
+
"aliases": [],
|
1729
|
+
"tags": [],
|
1730
|
+
"author": "Google",
|
1731
|
+
"version": "0.2.63"
|
1732
|
+
},
|
1733
|
+
{
|
1734
|
+
"id": "",
|
1735
|
+
"name": "note-text",
|
1736
|
+
"codepoint": "f39e",
|
1737
|
+
"aliases": [],
|
1738
|
+
"tags": [],
|
1739
|
+
"author": "Google",
|
1740
|
+
"version": "0.2.63"
|
1741
|
+
},
|
1742
|
+
{
|
1743
|
+
"id": "",
|
1744
|
+
"name": "octagon",
|
1745
|
+
"codepoint": "f3c3",
|
1746
|
+
"aliases": [],
|
1747
|
+
"tags": [],
|
1748
|
+
"author": "Google",
|
1749
|
+
"version": "0.2.63"
|
1750
|
+
},
|
1751
|
+
{
|
1752
|
+
"id": "",
|
1753
|
+
"name": "paperclip",
|
1754
|
+
"codepoint": "f3e2",
|
1755
|
+
"aliases": [],
|
1756
|
+
"tags": [],
|
1757
|
+
"author": "Google",
|
1758
|
+
"version": "0.2.63"
|
1759
|
+
},
|
1760
|
+
{
|
1761
|
+
"id": "",
|
1762
|
+
"name": "pause",
|
1763
|
+
"codepoint": "f3e4",
|
1764
|
+
"aliases": [],
|
1765
|
+
"tags": [],
|
1766
|
+
"author": "Google",
|
1767
|
+
"version": "0.2.63"
|
1768
|
+
},
|
1769
|
+
{
|
1770
|
+
"id": "",
|
1771
|
+
"name": "pencil",
|
1772
|
+
"codepoint": "f3eb",
|
1773
|
+
"aliases": [],
|
1774
|
+
"tags": [],
|
1775
|
+
"author": "Google",
|
1776
|
+
"version": "0.2.63"
|
1777
|
+
},
|
1778
|
+
{
|
1779
|
+
"id": "",
|
1780
|
+
"name": "pin",
|
1781
|
+
"codepoint": "f403",
|
1782
|
+
"aliases": [],
|
1783
|
+
"tags": [],
|
1784
|
+
"author": "Google",
|
1785
|
+
"version": "0.2.63"
|
1786
|
+
},
|
1787
|
+
{
|
1788
|
+
"id": "",
|
1789
|
+
"name": "pin-off",
|
1790
|
+
"codepoint": "f404",
|
1791
|
+
"aliases": [],
|
1792
|
+
"tags": [],
|
1793
|
+
"author": "Google",
|
1794
|
+
"version": "0.2.63"
|
1795
|
+
},
|
1796
|
+
{
|
1797
|
+
"id": "",
|
1798
|
+
"name": "play",
|
1799
|
+
"codepoint": "f40a",
|
1800
|
+
"aliases": [],
|
1801
|
+
"tags": [],
|
1802
|
+
"author": "Google",
|
1803
|
+
"version": "0.2.63"
|
1804
|
+
},
|
1805
|
+
{
|
1806
|
+
"id": "",
|
1807
|
+
"name": "plus",
|
1808
|
+
"codepoint": "f415",
|
1809
|
+
"aliases": [],
|
1810
|
+
"tags": [],
|
1811
|
+
"author": "Google",
|
1812
|
+
"version": "0.2.63"
|
1813
|
+
},
|
1814
|
+
{
|
1815
|
+
"id": "",
|
1816
|
+
"name": "plus-box",
|
1817
|
+
"codepoint": "f416",
|
1818
|
+
"aliases": [],
|
1819
|
+
"tags": [],
|
1820
|
+
"author": "Google",
|
1821
|
+
"version": "0.2.63"
|
1822
|
+
},
|
1823
|
+
{
|
1824
|
+
"id": "",
|
1825
|
+
"name": "plus-circle",
|
1826
|
+
"codepoint": "f417",
|
1827
|
+
"aliases": [],
|
1828
|
+
"tags": [],
|
1829
|
+
"author": "Google",
|
1830
|
+
"version": "0.2.63"
|
1831
|
+
},
|
1832
|
+
{
|
1833
|
+
"id": "",
|
1834
|
+
"name": "power",
|
1835
|
+
"codepoint": "f425",
|
1836
|
+
"aliases": [],
|
1837
|
+
"tags": [],
|
1838
|
+
"author": "Google",
|
1839
|
+
"version": "0.2.63"
|
1840
|
+
},
|
1841
|
+
{
|
1842
|
+
"id": "",
|
1843
|
+
"name": "presentation",
|
1844
|
+
"codepoint": "f428",
|
1845
|
+
"aliases": [],
|
1846
|
+
"tags": [],
|
1847
|
+
"author": "Google",
|
1848
|
+
"version": "0.2.63"
|
1849
|
+
},
|
1850
|
+
{
|
1851
|
+
"id": "",
|
1852
|
+
"name": "presentation-play",
|
1853
|
+
"codepoint": "f429",
|
1854
|
+
"aliases": [],
|
1855
|
+
"tags": [],
|
1856
|
+
"author": "Google",
|
1857
|
+
"version": "0.2.63"
|
1858
|
+
},
|
1859
|
+
{
|
1860
|
+
"id": "",
|
1861
|
+
"name": "printer",
|
1862
|
+
"codepoint": "f42a",
|
1863
|
+
"aliases": [],
|
1864
|
+
"tags": [],
|
1865
|
+
"author": "Google",
|
1866
|
+
"version": "0.2.63"
|
1867
|
+
},
|
1868
|
+
{
|
1869
|
+
"id": "",
|
1870
|
+
"name": "redo-variant",
|
1871
|
+
"codepoint": "f44f",
|
1872
|
+
"aliases": [],
|
1873
|
+
"tags": [],
|
1874
|
+
"author": "Google",
|
1875
|
+
"version": "0.2.63"
|
1876
|
+
},
|
1877
|
+
{
|
1878
|
+
"id": "",
|
1879
|
+
"name": "refresh",
|
1880
|
+
"codepoint": "f450",
|
1881
|
+
"aliases": [],
|
1882
|
+
"tags": [],
|
1883
|
+
"author": "Google",
|
1884
|
+
"version": "0.2.63"
|
1885
|
+
},
|
1886
|
+
{
|
1887
|
+
"id": "",
|
1888
|
+
"name": "repeat",
|
1889
|
+
"codepoint": "f456",
|
1890
|
+
"aliases": [],
|
1891
|
+
"tags": [],
|
1892
|
+
"author": "Google",
|
1893
|
+
"version": "0.2.63"
|
1894
|
+
},
|
1895
|
+
{
|
1896
|
+
"id": "",
|
1897
|
+
"name": "repeat-off",
|
1898
|
+
"codepoint": "f457",
|
1899
|
+
"aliases": [],
|
1900
|
+
"tags": [],
|
1901
|
+
"author": "Google",
|
1902
|
+
"version": "0.2.63"
|
1903
|
+
},
|
1904
|
+
{
|
1905
|
+
"id": "",
|
1906
|
+
"name": "repeat-once",
|
1907
|
+
"codepoint": "f458",
|
1908
|
+
"aliases": [],
|
1909
|
+
"tags": [],
|
1910
|
+
"author": "Google",
|
1911
|
+
"version": "0.2.63"
|
1912
|
+
},
|
1913
|
+
{
|
1914
|
+
"id": "",
|
1915
|
+
"name": "rewind",
|
1916
|
+
"codepoint": "f45f",
|
1917
|
+
"aliases": [],
|
1918
|
+
"tags": [],
|
1919
|
+
"author": "Google",
|
1920
|
+
"version": "0.2.63"
|
1921
|
+
},
|
1922
|
+
{
|
1923
|
+
"id": "",
|
1924
|
+
"name": "rhombus",
|
1925
|
+
"codepoint": "f70a",
|
1926
|
+
"aliases": [],
|
1927
|
+
"tags": [],
|
1928
|
+
"author": "Google",
|
1929
|
+
"version": "0.2.63"
|
1930
|
+
},
|
1931
|
+
{
|
1932
|
+
"id": "",
|
1933
|
+
"name": "rss",
|
1934
|
+
"codepoint": "f46b",
|
1935
|
+
"aliases": [],
|
1936
|
+
"tags": [],
|
1937
|
+
"author": "Google",
|
1938
|
+
"version": "0.2.63"
|
1939
|
+
},
|
1940
|
+
{
|
1941
|
+
"id": "",
|
1942
|
+
"name": "script",
|
1943
|
+
"codepoint": "f478",
|
1944
|
+
"aliases": [],
|
1945
|
+
"tags": [],
|
1946
|
+
"author": "Google",
|
1947
|
+
"version": "0.2.63"
|
1948
|
+
},
|
1949
|
+
{
|
1950
|
+
"id": "",
|
1951
|
+
"name": "settings",
|
1952
|
+
"codepoint": "f493",
|
1953
|
+
"aliases": [],
|
1954
|
+
"tags": [],
|
1955
|
+
"author": "Google",
|
1956
|
+
"version": "0.2.63"
|
1957
|
+
},
|
1958
|
+
{
|
1959
|
+
"id": "",
|
1960
|
+
"name": "shield",
|
1961
|
+
"codepoint": "f498",
|
1962
|
+
"aliases": [],
|
1963
|
+
"tags": [],
|
1964
|
+
"author": "Google",
|
1965
|
+
"version": "0.2.63"
|
1966
|
+
},
|
1967
|
+
{
|
1968
|
+
"id": "",
|
1969
|
+
"name": "shuffle",
|
1970
|
+
"codepoint": "f49d",
|
1971
|
+
"aliases": [],
|
1972
|
+
"tags": [],
|
1973
|
+
"author": "Google",
|
1974
|
+
"version": "0.2.63"
|
1975
|
+
},
|
1976
|
+
{
|
1977
|
+
"id": "",
|
1978
|
+
"name": "signal",
|
1979
|
+
"codepoint": "f4a2",
|
1980
|
+
"aliases": [],
|
1981
|
+
"tags": [],
|
1982
|
+
"author": "Google",
|
1983
|
+
"version": "0.2.63"
|
1984
|
+
},
|
1985
|
+
{
|
1986
|
+
"id": "",
|
1987
|
+
"name": "sitemap",
|
1988
|
+
"codepoint": "f4aa",
|
1989
|
+
"aliases": [],
|
1990
|
+
"tags": [],
|
1991
|
+
"author": "Google",
|
1992
|
+
"version": "0.2.63"
|
1993
|
+
},
|
1994
|
+
{
|
1995
|
+
"id": "",
|
1996
|
+
"name": "skip-next",
|
1997
|
+
"codepoint": "f4ad",
|
1998
|
+
"aliases": [],
|
1999
|
+
"tags": [],
|
2000
|
+
"author": "Google",
|
2001
|
+
"version": "0.2.63"
|
2002
|
+
},
|
2003
|
+
{
|
2004
|
+
"id": "",
|
2005
|
+
"name": "skip-previous",
|
2006
|
+
"codepoint": "f4ae",
|
2007
|
+
"aliases": [],
|
2008
|
+
"tags": [],
|
2009
|
+
"author": "Google",
|
2010
|
+
"version": "0.2.63"
|
2011
|
+
},
|
2012
|
+
{
|
2013
|
+
"id": "",
|
2014
|
+
"name": "sleep",
|
2015
|
+
"codepoint": "f4b2",
|
2016
|
+
"aliases": [],
|
2017
|
+
"tags": [],
|
2018
|
+
"author": "Google",
|
2019
|
+
"version": "0.2.63"
|
2020
|
+
},
|
2021
|
+
{
|
2022
|
+
"id": "",
|
2023
|
+
"name": "sleep-off",
|
2024
|
+
"codepoint": "f4b3",
|
2025
|
+
"aliases": [],
|
2026
|
+
"tags": [],
|
2027
|
+
"author": "Google",
|
2028
|
+
"version": "0.2.63"
|
2029
|
+
},
|
2030
|
+
{
|
2031
|
+
"id": "",
|
2032
|
+
"name": "spellcheck",
|
2033
|
+
"codepoint": "f4c6",
|
2034
|
+
"aliases": [],
|
2035
|
+
"tags": [],
|
2036
|
+
"author": "Google",
|
2037
|
+
"version": "0.2.63"
|
2038
|
+
},
|
2039
|
+
{
|
2040
|
+
"id": "",
|
2041
|
+
"name": "square",
|
2042
|
+
"codepoint": "f763",
|
2043
|
+
"aliases": [],
|
2044
|
+
"tags": [],
|
2045
|
+
"author": "Google",
|
2046
|
+
"version": "0.2.63"
|
2047
|
+
},
|
2048
|
+
{
|
2049
|
+
"id": "",
|
2050
|
+
"name": "star",
|
2051
|
+
"codepoint": "f4ce",
|
2052
|
+
"aliases": [],
|
2053
|
+
"tags": [],
|
2054
|
+
"author": "Google",
|
2055
|
+
"version": "0.2.63"
|
2056
|
+
},
|
2057
|
+
{
|
2058
|
+
"id": "",
|
2059
|
+
"name": "star-half",
|
2060
|
+
"codepoint": "f4d0",
|
2061
|
+
"aliases": [],
|
2062
|
+
"tags": [],
|
2063
|
+
"author": "Google",
|
2064
|
+
"version": "0.2.63"
|
2065
|
+
},
|
2066
|
+
{
|
2067
|
+
"id": "",
|
2068
|
+
"name": "stop",
|
2069
|
+
"codepoint": "f4db",
|
2070
|
+
"aliases": [],
|
2071
|
+
"tags": [],
|
2072
|
+
"author": "Google",
|
2073
|
+
"version": "0.2.63"
|
2074
|
+
},
|
2075
|
+
{
|
2076
|
+
"id": "",
|
2077
|
+
"name": "tab",
|
2078
|
+
"codepoint": "f4e9",
|
2079
|
+
"aliases": [],
|
2080
|
+
"tags": [],
|
2081
|
+
"author": "Google",
|
2082
|
+
"version": "0.2.63"
|
2083
|
+
},
|
2084
|
+
{
|
2085
|
+
"id": "",
|
2086
|
+
"name": "tab-plus",
|
2087
|
+
"codepoint": "f75b",
|
2088
|
+
"aliases": [],
|
2089
|
+
"tags": [],
|
2090
|
+
"author": "Google",
|
2091
|
+
"version": "0.2.63"
|
2092
|
+
},
|
2093
|
+
{
|
2094
|
+
"id": "",
|
2095
|
+
"name": "table",
|
2096
|
+
"codepoint": "f4eb",
|
2097
|
+
"aliases": [],
|
2098
|
+
"tags": [],
|
2099
|
+
"author": "Google",
|
2100
|
+
"version": "0.2.63"
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"id": "",
|
2104
|
+
"name": "taco",
|
2105
|
+
"codepoint": "f761",
|
2106
|
+
"aliases": [],
|
2107
|
+
"tags": [],
|
2108
|
+
"author": "Google",
|
2109
|
+
"version": "0.2.63"
|
2110
|
+
},
|
2111
|
+
{
|
2112
|
+
"id": "",
|
2113
|
+
"name": "tag",
|
2114
|
+
"codepoint": "f4f9",
|
2115
|
+
"aliases": [],
|
2116
|
+
"tags": [],
|
2117
|
+
"author": "Google",
|
2118
|
+
"version": "0.2.63"
|
2119
|
+
},
|
2120
|
+
{
|
2121
|
+
"id": "",
|
2122
|
+
"name": "television",
|
2123
|
+
"codepoint": "f502",
|
2124
|
+
"aliases": [],
|
2125
|
+
"tags": [],
|
2126
|
+
"author": "Google",
|
2127
|
+
"version": "0.2.63"
|
2128
|
+
},
|
2129
|
+
{
|
2130
|
+
"id": "",
|
2131
|
+
"name": "thumb-down",
|
2132
|
+
"codepoint": "f511",
|
2133
|
+
"aliases": [],
|
2134
|
+
"tags": [],
|
2135
|
+
"author": "Google",
|
2136
|
+
"version": "0.2.63"
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
"id": "",
|
2140
|
+
"name": "thumb-up",
|
2141
|
+
"codepoint": "f513",
|
2142
|
+
"aliases": [],
|
2143
|
+
"tags": [],
|
2144
|
+
"author": "Google",
|
2145
|
+
"version": "0.2.63"
|
2146
|
+
},
|
2147
|
+
{
|
2148
|
+
"id": "",
|
2149
|
+
"name": "thumbs-up-down",
|
2150
|
+
"codepoint": "f515",
|
2151
|
+
"aliases": [],
|
2152
|
+
"tags": [],
|
2153
|
+
"author": "Google",
|
2154
|
+
"version": "0.2.63"
|
2155
|
+
},
|
2156
|
+
{
|
2157
|
+
"id": "",
|
2158
|
+
"name": "tooltip",
|
2159
|
+
"codepoint": "f523",
|
2160
|
+
"aliases": [],
|
2161
|
+
"tags": [],
|
2162
|
+
"author": "Google",
|
2163
|
+
"version": "0.2.63"
|
2164
|
+
},
|
2165
|
+
{
|
2166
|
+
"id": "",
|
2167
|
+
"name": "tooltip-text",
|
2168
|
+
"codepoint": "f528",
|
2169
|
+
"aliases": [],
|
2170
|
+
"tags": [],
|
2171
|
+
"author": "Google",
|
2172
|
+
"version": "0.2.63"
|
2173
|
+
},
|
2174
|
+
{
|
2175
|
+
"id": "",
|
2176
|
+
"name": "triangle",
|
2177
|
+
"codepoint": "f536",
|
2178
|
+
"aliases": [],
|
2179
|
+
"tags": [],
|
2180
|
+
"author": "Google",
|
2181
|
+
"version": "0.2.63"
|
2182
|
+
},
|
2183
|
+
{
|
2184
|
+
"id": "",
|
2185
|
+
"name": "trophy",
|
2186
|
+
"codepoint": "f538",
|
2187
|
+
"aliases": [],
|
2188
|
+
"tags": [],
|
2189
|
+
"author": "Google",
|
2190
|
+
"version": "0.2.63"
|
2191
|
+
},
|
2192
|
+
{
|
2193
|
+
"id": "",
|
2194
|
+
"name": "undo-variant",
|
2195
|
+
"codepoint": "f54d",
|
2196
|
+
"aliases": [],
|
2197
|
+
"tags": [],
|
2198
|
+
"author": "Google",
|
2199
|
+
"version": "0.2.63"
|
2200
|
+
},
|
2201
|
+
{
|
2202
|
+
"id": "",
|
2203
|
+
"name": "unfold-less-horizontal",
|
2204
|
+
"codepoint": "f54e",
|
2205
|
+
"aliases": [],
|
2206
|
+
"tags": [],
|
2207
|
+
"author": "Google",
|
2208
|
+
"version": "0.2.63"
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"id": "",
|
2212
|
+
"name": "unfold-less-vertical",
|
2213
|
+
"codepoint": "f75f",
|
2214
|
+
"aliases": [],
|
2215
|
+
"tags": [],
|
2216
|
+
"author": "Google",
|
2217
|
+
"version": "0.2.63"
|
2218
|
+
},
|
2219
|
+
{
|
2220
|
+
"id": "",
|
2221
|
+
"name": "unfold-more-horizontal",
|
2222
|
+
"codepoint": "f54f",
|
2223
|
+
"aliases": [],
|
2224
|
+
"tags": [],
|
2225
|
+
"author": "Google",
|
2226
|
+
"version": "0.2.63"
|
2227
|
+
},
|
2228
|
+
{
|
2229
|
+
"id": "",
|
2230
|
+
"name": "unfold-more-vertical",
|
2231
|
+
"codepoint": "f760",
|
2232
|
+
"aliases": [],
|
2233
|
+
"tags": [],
|
2234
|
+
"author": "Google",
|
2235
|
+
"version": "0.2.63"
|
2236
|
+
},
|
2237
|
+
{
|
2238
|
+
"id": "",
|
2239
|
+
"name": "ungroup",
|
2240
|
+
"codepoint": "f550",
|
2241
|
+
"aliases": [],
|
2242
|
+
"tags": [],
|
2243
|
+
"author": "Google",
|
2244
|
+
"version": "0.2.63"
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
"id": "",
|
2248
|
+
"name": "upload",
|
2249
|
+
"codepoint": "f552",
|
2250
|
+
"aliases": [],
|
2251
|
+
"tags": [],
|
2252
|
+
"author": "Google",
|
2253
|
+
"version": "0.2.63"
|
2254
|
+
},
|
2255
|
+
{
|
2256
|
+
"id": "",
|
2257
|
+
"name": "vector-arrange-above",
|
2258
|
+
"codepoint": "f554",
|
2259
|
+
"aliases": [],
|
2260
|
+
"tags": [],
|
2261
|
+
"author": "Google",
|
2262
|
+
"version": "0.2.63"
|
2263
|
+
},
|
2264
|
+
{
|
2265
|
+
"id": "",
|
2266
|
+
"name": "vector-arrange-below",
|
2267
|
+
"codepoint": "f555",
|
2268
|
+
"aliases": [],
|
2269
|
+
"tags": [],
|
2270
|
+
"author": "Google",
|
2271
|
+
"version": "0.2.63"
|
2272
|
+
},
|
2273
|
+
{
|
2274
|
+
"id": "",
|
2275
|
+
"name": "vector-combine",
|
2276
|
+
"codepoint": "f558",
|
2277
|
+
"aliases": [],
|
2278
|
+
"tags": [],
|
2279
|
+
"author": "Google",
|
2280
|
+
"version": "0.2.63"
|
2281
|
+
},
|
2282
|
+
{
|
2283
|
+
"id": "",
|
2284
|
+
"name": "vector-difference",
|
2285
|
+
"codepoint": "f55a",
|
2286
|
+
"aliases": [],
|
2287
|
+
"tags": [],
|
2288
|
+
"author": "Google",
|
2289
|
+
"version": "0.2.63"
|
2290
|
+
},
|
2291
|
+
{
|
2292
|
+
"id": "",
|
2293
|
+
"name": "vector-difference-ab",
|
2294
|
+
"codepoint": "f55b",
|
2295
|
+
"aliases": [],
|
2296
|
+
"tags": [],
|
2297
|
+
"author": "Google",
|
2298
|
+
"version": "0.2.63"
|
2299
|
+
},
|
2300
|
+
{
|
2301
|
+
"id": "",
|
2302
|
+
"name": "vector-difference-ba",
|
2303
|
+
"codepoint": "f55c",
|
2304
|
+
"aliases": [],
|
2305
|
+
"tags": [],
|
2306
|
+
"author": "Google",
|
2307
|
+
"version": "0.2.63"
|
2308
|
+
},
|
2309
|
+
{
|
2310
|
+
"id": "",
|
2311
|
+
"name": "vector-intersection",
|
2312
|
+
"codepoint": "f55d",
|
2313
|
+
"aliases": [],
|
2314
|
+
"tags": [],
|
2315
|
+
"author": "Google",
|
2316
|
+
"version": "0.2.63"
|
2317
|
+
},
|
2318
|
+
{
|
2319
|
+
"id": "",
|
2320
|
+
"name": "vector-union",
|
2321
|
+
"codepoint": "f564",
|
2322
|
+
"aliases": [],
|
2323
|
+
"tags": [],
|
2324
|
+
"author": "Google",
|
2325
|
+
"version": "0.2.63"
|
2326
|
+
},
|
2327
|
+
{
|
2328
|
+
"id": "",
|
2329
|
+
"name": "view-dashboard",
|
2330
|
+
"codepoint": "f56e",
|
2331
|
+
"aliases": [],
|
2332
|
+
"tags": [],
|
2333
|
+
"author": "Google",
|
2334
|
+
"version": "0.2.63"
|
2335
|
+
},
|
2336
|
+
{
|
2337
|
+
"id": "",
|
2338
|
+
"name": "view-module",
|
2339
|
+
"codepoint": "f573",
|
2340
|
+
"aliases": [],
|
2341
|
+
"tags": [],
|
2342
|
+
"author": "Google",
|
2343
|
+
"version": "0.2.63"
|
2344
|
+
},
|
2345
|
+
{
|
2346
|
+
"id": "",
|
2347
|
+
"name": "volume-high",
|
2348
|
+
"codepoint": "f57e",
|
2349
|
+
"aliases": [],
|
2350
|
+
"tags": [],
|
2351
|
+
"author": "Google",
|
2352
|
+
"version": "0.2.63"
|
2353
|
+
},
|
2354
|
+
{
|
2355
|
+
"id": "",
|
2356
|
+
"name": "volume-minus",
|
2357
|
+
"codepoint": "f75d",
|
2358
|
+
"aliases": [],
|
2359
|
+
"tags": [],
|
2360
|
+
"author": "Google",
|
2361
|
+
"version": "0.2.63"
|
2362
|
+
},
|
2363
|
+
{
|
2364
|
+
"id": "",
|
2365
|
+
"name": "volume-mute",
|
2366
|
+
"codepoint": "f75e",
|
2367
|
+
"aliases": [],
|
2368
|
+
"tags": [],
|
2369
|
+
"author": "Google",
|
2370
|
+
"version": "0.2.63"
|
2371
|
+
},
|
2372
|
+
{
|
2373
|
+
"id": "",
|
2374
|
+
"name": "volume-off",
|
2375
|
+
"codepoint": "f581",
|
2376
|
+
"aliases": [],
|
2377
|
+
"tags": [],
|
2378
|
+
"author": "Google",
|
2379
|
+
"version": "0.2.63"
|
2380
|
+
},
|
2381
|
+
{
|
2382
|
+
"id": "",
|
2383
|
+
"name": "volume-plus",
|
2384
|
+
"codepoint": "f75c",
|
2385
|
+
"aliases": [],
|
2386
|
+
"tags": [],
|
2387
|
+
"author": "Google",
|
2388
|
+
"version": "0.2.63"
|
2389
|
+
},
|
2390
|
+
{
|
2391
|
+
"id": "",
|
2392
|
+
"name": "wifi",
|
2393
|
+
"codepoint": "f5a9",
|
2394
|
+
"aliases": [],
|
2395
|
+
"tags": [],
|
2396
|
+
"author": "Google",
|
2397
|
+
"version": "0.2.63"
|
2398
|
+
},
|
2399
|
+
{
|
2400
|
+
"id": "",
|
2401
|
+
"name": "xml",
|
2402
|
+
"codepoint": "f5c0",
|
2403
|
+
"aliases": [],
|
2404
|
+
"tags": [],
|
2405
|
+
"author": "Google",
|
2406
|
+
"version": "0.2.63"
|
2407
|
+
}
|
2408
|
+
|
2409
|
+
]
|
2410
|
+
|
2411
|
+
{% endcapture %}
|
2412
|
+
{% if production %}
|
2413
|
+
{{ cache | minifyJSON }}
|
2414
|
+
{% else %}
|
2415
|
+
{{ cache | strip_empty_lines }}
|
2416
|
+
{% endif %}
|
2417
|
+
{% assign cache = nil %}
|