diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-03-28 19:08:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 19:08:06 +0200 |
commit | c81f1afc0a3a16daf98741a63c7524b27835da99 (patch) | |
tree | dfe81b73f028dfc27eda916b14bf4bc17966b082 | |
parent | 9b2bd66fb60ffd5a833480bf329062c7d57bc8c4 (diff) | |
parent | d7eb06bd7c4d01bbdf67f4f100af7a3e300098d3 (diff) | |
download | Shaarli-c81f1afc0a3a16daf98741a63c7524b27835da99.tar.gz Shaarli-c81f1afc0a3a16daf98741a63c7524b27835da99.tar.zst Shaarli-c81f1afc0a3a16daf98741a63c7524b27835da99.zip |
Merge pull request #1072 from ArthurHoaro/feature/modern-front-end
Manage frontend dependencies with npm/yarn and webpack
-rw-r--r-- | .editorconfig | 2 | ||||
-rw-r--r-- | .eslintrc.js | 12 | ||||
-rw-r--r-- | .gitattributes | 27 | ||||
-rw-r--r-- | .gitignore | 10 | ||||
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | Makefile | 17 | ||||
-rw-r--r-- | assets/.htaccess | 13 | ||||
-rw-r--r-- | assets/common/js/picwall.js | 10 | ||||
-rw-r--r-- | assets/default/fonts/Roboto-Bold.woff (renamed from tpl/default/fonts/Roboto-Bold.woff) | bin | 89584 -> 89584 bytes | |||
-rw-r--r-- | assets/default/fonts/Roboto-Bold.woff2 (renamed from tpl/default/fonts/Roboto-Bold.woff2) | bin | 63320 -> 63320 bytes | |||
-rw-r--r-- | assets/default/fonts/Roboto-Regular.woff (renamed from tpl/default/fonts/Roboto-Regular.woff) | bin | 89732 -> 89732 bytes | |||
-rw-r--r-- | assets/default/fonts/Roboto-Regular.woff2 (renamed from tpl/default/fonts/Roboto-Regular.woff2) | bin | 63412 -> 63412 bytes | |||
-rw-r--r-- | assets/default/img/apple-touch-icon.png (renamed from tpl/default/img/apple-touch-icon.png) | bin | 18276 -> 18276 bytes | |||
-rw-r--r-- | assets/default/img/favicon.png (renamed from tpl/default/img/favicon.png) | bin | 41600 -> 41600 bytes | |||
-rw-r--r-- | assets/default/img/icon.png (renamed from tpl/default/img/icon.png) | bin | 530 -> 530 bytes | |||
-rw-r--r-- | assets/default/img/sad_star.png (renamed from tpl/default/img/sad_star.png) | bin | 7099 -> 7099 bytes | |||
-rw-r--r-- | assets/default/js/base.js | 606 | ||||
-rw-r--r-- | assets/default/js/plugins-admin.js | 81 | ||||
-rw-r--r-- | assets/default/scss/shaarli.scss (renamed from tpl/default/css/shaarli.css) | 28 | ||||
-rw-r--r-- | assets/vintage/css/reset.css (renamed from tpl/vintage/css/reset.css) | 0 | ||||
-rw-r--r-- | assets/vintage/css/shaarli.css (renamed from tpl/vintage/css/shaarli.css) | 12 | ||||
-rw-r--r-- | assets/vintage/img/50pc_transparent.png (renamed from tpl/vintage/images/50pc_transparent.png) | bin | 599 -> 599 bytes | |||
-rw-r--r-- | assets/vintage/img/Paper_texture_v5_by_bashcorpo_w1000.jpg (renamed from tpl/vintage/images/Paper_texture_v5_by_bashcorpo_w1000.jpg) | bin | 127449 -> 127449 bytes | |||
-rw-r--r-- | assets/vintage/img/calendar.png (renamed from tpl/vintage/images/calendar.png) | bin | 650 -> 650 bytes | |||
-rw-r--r-- | assets/vintage/img/delete_icon.png | bin | 0 -> 302 bytes | |||
-rw-r--r-- | assets/vintage/img/edit_icon.png | bin | 0 -> 1548 bytes | |||
-rw-r--r-- | assets/vintage/img/favicon.ico | bin | 0 -> 76949 bytes | |||
-rw-r--r-- | assets/vintage/img/feed-icon-14x14.png | bin | 0 -> 658 bytes | |||
-rw-r--r-- | assets/vintage/img/floral_left.png (renamed from tpl/vintage/images/floral_left.png) | bin | 1284 -> 1284 bytes | |||
-rw-r--r-- | assets/vintage/img/floral_right.png (renamed from tpl/vintage/images/floral_right.png) | bin | 1309 -> 1309 bytes | |||
-rw-r--r-- | assets/vintage/img/logo.png | bin | 0 -> 5456 bytes | |||
-rw-r--r-- | assets/vintage/img/private.png (renamed from tpl/vintage/images/private.png) | bin | 813 -> 813 bytes | |||
-rw-r--r-- | assets/vintage/img/private_16x16.png | bin | 0 -> 679 bytes | |||
-rw-r--r-- | assets/vintage/img/private_16x16_active.png | bin | 0 -> 648 bytes | |||
-rw-r--r-- | assets/vintage/img/squiggle.png (renamed from tpl/vintage/images/squiggle.png) | bin | 720 -> 720 bytes | |||
-rw-r--r-- | assets/vintage/img/squiggle_closing.png (renamed from tpl/vintage/images/squiggle_closing.png) | bin | 1244 -> 1244 bytes | |||
-rw-r--r-- | assets/vintage/img/tag_blue.png (renamed from tpl/vintage/images/tag_blue.png) | bin | 714 -> 714 bytes | |||
-rw-r--r-- | assets/vintage/js/base.js | 30 | ||||
-rw-r--r-- | doc/md/Continuous-integration-tools.md | 7 | ||||
-rw-r--r-- | doc/md/Development-guidelines.md | 9 | ||||
-rw-r--r-- | doc/md/Directory-structure.md | 21 | ||||
-rw-r--r-- | doc/md/Download-and-Installation.md | 7 | ||||
-rw-r--r-- | doc/md/Upgrade-and-migration.md | 14 | ||||
-rw-r--r-- | inc/awesomplete-multiple-tags.js | 66 | ||||
-rw-r--r-- | inc/awesomplete.css | 97 | ||||
-rw-r--r-- | inc/awesomplete.js | 450 | ||||
-rw-r--r-- | inc/blazy-1.3.1.js | 232 | ||||
-rw-r--r-- | inc/plugin_admin.js | 103 | ||||
-rw-r--r-- | package.json | 30 | ||||
-rw-r--r-- | tpl/default/css/font-awesome.css | 2086 | ||||
-rw-r--r-- | tpl/default/css/font-awesome.min.css | 4 | ||||
-rw-r--r-- | tpl/default/css/grids-responsive.css | 861 | ||||
-rw-r--r-- | tpl/default/css/grids-responsive.min.css | 7 | ||||
-rw-r--r-- | tpl/default/css/pure-extras.css | 262 | ||||
-rw-r--r-- | tpl/default/css/pure.css | 1475 | ||||
-rw-r--r-- | tpl/default/css/pure.min.css | 11 | ||||
-rw-r--r-- | tpl/default/fonts/FontAwesome.otf | bin | 134808 -> 0 bytes | |||
-rw-r--r-- | tpl/default/fonts/fontawesome-webfont.eot | bin | 165742 -> 0 bytes | |||
-rw-r--r-- | tpl/default/fonts/fontawesome-webfont.svg | 2671 | ||||
-rw-r--r-- | tpl/default/fonts/fontawesome-webfont.ttf | bin | 165548 -> 0 bytes | |||
-rw-r--r-- | tpl/default/fonts/fontawesome-webfont.woff | bin | 98024 -> 0 bytes | |||
-rw-r--r-- | tpl/default/fonts/fontawesome-webfont.woff2 | bin | 77160 -> 0 bytes | |||
-rw-r--r-- | tpl/default/includes.html | 7 | ||||
-rw-r--r-- | tpl/default/js/shaarli.js | 664 | ||||
-rw-r--r-- | tpl/default/linklist.html | 1 | ||||
-rw-r--r-- | tpl/default/page.footer.html | 4 | ||||
-rw-r--r-- | tpl/default/picwall.html | 2 | ||||
-rw-r--r-- | tpl/default/pluginsadmin.html | 2 | ||||
-rw-r--r-- | tpl/vintage/changetag.html | 2 | ||||
-rw-r--r-- | tpl/vintage/daily.html | 10 | ||||
-rw-r--r-- | tpl/vintage/editlink.html | 5 | ||||
-rw-r--r-- | tpl/vintage/includes.html | 5 | ||||
-rw-r--r-- | tpl/vintage/js/shaarli.js | 32 | ||||
-rw-r--r-- | tpl/vintage/linklist.html | 11 | ||||
-rw-r--r-- | tpl/vintage/linklist.paging.html | 8 | ||||
-rw-r--r-- | tpl/vintage/page.footer.html | 4 | ||||
-rw-r--r-- | tpl/vintage/picwall.html | 7 | ||||
-rw-r--r-- | tpl/vintage/pluginsadmin.html | 73 | ||||
-rw-r--r-- | tpl/vintage/tools.html | 6 | ||||
-rw-r--r-- | webpack.config.js | 149 | ||||
-rw-r--r-- | yarn.lock | 4614 |
81 files changed, 5755 insertions, 9118 deletions
diff --git a/.editorconfig b/.editorconfig index 4a6589a2..ae2dd4cc 100644 --- a/.editorconfig +++ b/.editorconfig | |||
@@ -10,7 +10,7 @@ trim_trailing_whitespace = true | |||
10 | indent_style = space | 10 | indent_style = space |
11 | indent_size = 4 | 11 | indent_size = 4 |
12 | 12 | ||
13 | [*.{htaccess,html,xml}] | 13 | [*.{htaccess,html,xml,js}] |
14 | indent_size = 2 | 14 | indent_size = 2 |
15 | 15 | ||
16 | [*.php] | 16 | [*.php] |
diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 00000000..151b785b --- /dev/null +++ b/.eslintrc.js | |||
@@ -0,0 +1,12 @@ | |||
1 | module.exports = { | ||
2 | "extends": "airbnb-base", | ||
3 | "env": { | ||
4 | "browser": true, | ||
5 | }, | ||
6 | "rules": { | ||
7 | "no-param-reassign": 0, // manipulate DOM style properties | ||
8 | "no-restricted-globals": 0, // currently Shaarli uses alert/confirm, could be be improved later | ||
9 | "no-alert": 0, // currently Shaarli uses alert/confirm, could be be improved later | ||
10 | "no-cond-assign": [2, "except-parens"], // assignment in while loops is readable and avoid assignment duplication | ||
11 | } | ||
12 | }; | ||
diff --git a/.gitattributes b/.gitattributes index b191e227..549777ef 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -25,16 +25,17 @@ Dockerfile text | |||
25 | *.mo binary | 25 | *.mo binary |
26 | 26 | ||
27 | # Exclude from Git archives | 27 | # Exclude from Git archives |
28 | .editorconfig export-ignore | 28 | .editorconfig export-ignore |
29 | .gitattributes export-ignore | 29 | .gitattributes export-ignore |
30 | .github export-ignore | 30 | .github export-ignore |
31 | .gitignore export-ignore | 31 | .gitignore export-ignore |
32 | .travis.yml export-ignore | 32 | .travis.yml export-ignore |
33 | doc/**/*.json export-ignore | 33 | doc/**/*.json export-ignore |
34 | doc/**/*.md export-ignore | 34 | doc/**/*.md export-ignore |
35 | docker/ export-ignore | 35 | docker/ export-ignore |
36 | Doxyfile export-ignore | 36 | Doxyfile export-ignore |
37 | Makefile export-ignore | 37 | Makefile export-ignore |
38 | mkdocs.yml export-ignore | 38 | node_modules/ export-ignore |
39 | phpunit.xml export-ignore | 39 | mkdocs.yml export-ignore |
40 | tests/ export-ignore | 40 | phpunit.xml export-ignore |
41 | tests/ export-ignore | ||
@@ -36,3 +36,13 @@ doc/html/ | |||
36 | tpl/* | 36 | tpl/* |
37 | !tpl/default | 37 | !tpl/default |
38 | !tpl/vintage | 38 | !tpl/vintage |
39 | |||
40 | # Front end | ||
41 | node_modules | ||
42 | tpl/default/js | ||
43 | tpl/default/css | ||
44 | tpl/default/fonts | ||
45 | tpl/default/img | ||
46 | tpl/vintage/js | ||
47 | tpl/vintage/css | ||
48 | tpl/vintage/img | ||
diff --git a/.travis.yml b/.travis.yml index 758aa9f4..1b2bf97b 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -2,20 +2,22 @@ sudo: false | |||
2 | dist: trusty | 2 | dist: trusty |
3 | language: php | 3 | language: php |
4 | cache: | 4 | cache: |
5 | yarn: true | ||
5 | directories: | 6 | directories: |
6 | - $HOME/.composer/cache | 7 | - $HOME/.composer/cache |
8 | - $HOME/.cache/yarn | ||
7 | php: | 9 | php: |
8 | - 7.2 | 10 | - 7.2 |
9 | - 7.1 | 11 | - 7.1 |
10 | - 7.0 | 12 | - 7.0 |
11 | - 5.6 | 13 | - 5.6 |
12 | install: | 14 | install: |
13 | - composer self-update | 15 | - yarn install |
14 | - composer install --prefer-dist | 16 | - composer install --prefer-dist |
15 | - locale -a | ||
16 | before_script: | 17 | before_script: |
17 | - PATH=${PATH//:\.\/node_modules\/\.bin/} | 18 | - PATH=${PATH//:\.\/node_modules\/\.bin/} |
18 | script: | 19 | script: |
19 | - make clean | 20 | - make clean |
20 | - make check_permissions | 21 | - make check_permissions |
22 | - make eslint | ||
21 | - make all_tests | 23 | - make all_tests |
@@ -157,15 +157,23 @@ composer_dependencies: clean | |||
157 | composer install --no-dev --prefer-dist | 157 | composer install --no-dev --prefer-dist |
158 | find vendor/ -name ".git" -type d -exec rm -rf {} + | 158 | find vendor/ -name ".git" -type d -exec rm -rf {} + |
159 | 159 | ||
160 | ### download 3rd-party frontend libraries | ||
161 | frontend_dependencies: | ||
162 | yarn install | ||
163 | |||
164 | ### Build frontend dependencies | ||
165 | build_frontend: frontend_dependencies | ||
166 | yarn run build | ||
167 | |||
160 | ### generate a release tarball and include 3rd-party dependencies and translations | 168 | ### generate a release tarball and include 3rd-party dependencies and translations |
161 | release_tar: composer_dependencies htmldoc translate | 169 | release_tar: composer_dependencies htmldoc translate build_frontend |
162 | git archive --prefix=$(ARCHIVE_PREFIX) -o $(ARCHIVE_VERSION).tar HEAD | 170 | git archive --prefix=$(ARCHIVE_PREFIX) -o $(ARCHIVE_VERSION).tar HEAD |
163 | tar rvf $(ARCHIVE_VERSION).tar --transform "s|^vendor|$(ARCHIVE_PREFIX)vendor|" vendor/ | 171 | tar rvf $(ARCHIVE_VERSION).tar --transform "s|^vendor|$(ARCHIVE_PREFIX)vendor|" vendor/ |
164 | tar rvf $(ARCHIVE_VERSION).tar --transform "s|^doc/html|$(ARCHIVE_PREFIX)doc/html|" doc/html/ | 172 | tar rvf $(ARCHIVE_VERSION).tar --transform "s|^doc/html|$(ARCHIVE_PREFIX)doc/html|" doc/html/ |
165 | gzip $(ARCHIVE_VERSION).tar | 173 | gzip $(ARCHIVE_VERSION).tar |
166 | 174 | ||
167 | ### generate a release zip and include 3rd-party dependencies and translations | 175 | ### generate a release zip and include 3rd-party dependencies and translations |
168 | release_zip: composer_dependencies htmldoc translate | 176 | release_zip: composer_dependencies htmldoc translate build_frontend |
169 | git archive --prefix=$(ARCHIVE_PREFIX) -o $(ARCHIVE_VERSION).zip -9 HEAD | 177 | git archive --prefix=$(ARCHIVE_PREFIX) -o $(ARCHIVE_VERSION).zip -9 HEAD |
170 | mkdir -p $(ARCHIVE_PREFIX)/{doc,vendor} | 178 | mkdir -p $(ARCHIVE_PREFIX)/{doc,vendor} |
171 | rsync -a doc/html/ $(ARCHIVE_PREFIX)doc/html/ | 179 | rsync -a doc/html/ $(ARCHIVE_PREFIX)doc/html/ |
@@ -207,3 +215,8 @@ htmldoc: | |||
207 | ### Generate Shaarli's translation compiled file (.mo) | 215 | ### Generate Shaarli's translation compiled file (.mo) |
208 | translate: | 216 | translate: |
209 | @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \; | 217 | @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \; |
218 | |||
219 | ### Run ESLint check against Shaarli's JS files | ||
220 | eslint: | ||
221 | @yarn run eslint assets/vintage/js/ | ||
222 | @yarn run eslint assets/default/js/ | ||
diff --git a/assets/.htaccess b/assets/.htaccess new file mode 100644 index 00000000..f601c1ee --- /dev/null +++ b/assets/.htaccess | |||
@@ -0,0 +1,13 @@ | |||
1 | <IfModule version_module> | ||
2 | <IfVersion >= 2.4> | ||
3 | Require all denied | ||
4 | </IfVersion> | ||
5 | <IfVersion < 2.4> | ||
6 | Allow from none | ||
7 | Deny from all | ||
8 | </IfVersion> | ||
9 | </IfModule> | ||
10 | |||
11 | <IfModule !version_module> | ||
12 | Require all denied | ||
13 | </IfModule> | ||
diff --git a/assets/common/js/picwall.js b/assets/common/js/picwall.js new file mode 100644 index 00000000..87a93fc3 --- /dev/null +++ b/assets/common/js/picwall.js | |||
@@ -0,0 +1,10 @@ | |||
1 | import Blazy from 'blazy'; | ||
2 | |||
3 | (() => { | ||
4 | const picwall = document.getElementById('picwall_container'); | ||
5 | if (picwall != null) { | ||
6 | // Suppress ESLint error because that's how bLazy works | ||
7 | /* eslint-disable no-new */ | ||
8 | new Blazy(); | ||
9 | } | ||
10 | })(); | ||
diff --git a/tpl/default/fonts/Roboto-Bold.woff b/assets/default/fonts/Roboto-Bold.woff index 3d86753b..3d86753b 100644 --- a/tpl/default/fonts/Roboto-Bold.woff +++ b/assets/default/fonts/Roboto-Bold.woff | |||
Binary files differ | |||
diff --git a/tpl/default/fonts/Roboto-Bold.woff2 b/assets/default/fonts/Roboto-Bold.woff2 index bd05e2ea..bd05e2ea 100644 --- a/tpl/default/fonts/Roboto-Bold.woff2 +++ b/assets/default/fonts/Roboto-Bold.woff2 | |||
Binary files differ | |||
diff --git a/tpl/default/fonts/Roboto-Regular.woff b/assets/default/fonts/Roboto-Regular.woff index 464d2062..464d2062 100644 --- a/tpl/default/fonts/Roboto-Regular.woff +++ b/assets/default/fonts/Roboto-Regular.woff | |||
Binary files differ | |||
diff --git a/tpl/default/fonts/Roboto-Regular.woff2 b/assets/default/fonts/Roboto-Regular.woff2 index f9661967..f9661967 100644 --- a/tpl/default/fonts/Roboto-Regular.woff2 +++ b/assets/default/fonts/Roboto-Regular.woff2 | |||
Binary files differ | |||
diff --git a/tpl/default/img/apple-touch-icon.png b/assets/default/img/apple-touch-icon.png index f29210ce..f29210ce 100644 --- a/tpl/default/img/apple-touch-icon.png +++ b/assets/default/img/apple-touch-icon.png | |||
Binary files differ | |||
diff --git a/tpl/default/img/favicon.png b/assets/default/img/favicon.png index 4644321b..4644321b 100644 --- a/tpl/default/img/favicon.png +++ b/assets/default/img/favicon.png | |||
Binary files differ | |||
diff --git a/tpl/default/img/icon.png b/assets/default/img/icon.png index 474edec3..474edec3 100644 --- a/tpl/default/img/icon.png +++ b/assets/default/img/icon.png | |||
Binary files differ | |||
diff --git a/tpl/default/img/sad_star.png b/assets/default/img/sad_star.png index ed3bd158..ed3bd158 100644 --- a/tpl/default/img/sad_star.png +++ b/assets/default/img/sad_star.png | |||
Binary files differ | |||
diff --git a/assets/default/js/base.js b/assets/default/js/base.js new file mode 100644 index 00000000..5cf037c2 --- /dev/null +++ b/assets/default/js/base.js | |||
@@ -0,0 +1,606 @@ | |||
1 | import Awesomplete from 'awesomplete'; | ||
2 | |||
3 | /** | ||
4 | * Find a parent element according to its tag and its attributes | ||
5 | * | ||
6 | * @param element Element where to start the search | ||
7 | * @param tagName Expected parent tag name | ||
8 | * @param attributes Associative array of expected attributes (name=>value). | ||
9 | * | ||
10 | * @returns Found element or null. | ||
11 | */ | ||
12 | function findParent(element, tagName, attributes) { | ||
13 | const parentMatch = key => attributes[key] !== '' && element.getAttribute(key).indexOf(attributes[key]) !== -1; | ||
14 | while (element) { | ||
15 | if (element.tagName.toLowerCase() === tagName) { | ||
16 | if (Object.keys(attributes).find(parentMatch)) { | ||
17 | return element; | ||
18 | } | ||
19 | } | ||
20 | element = element.parentElement; | ||
21 | } | ||
22 | return null; | ||
23 | } | ||
24 | |||
25 | /** | ||
26 | * Ajax request to refresh the CSRF token. | ||
27 | */ | ||
28 | function refreshToken() { | ||
29 | const xhr = new XMLHttpRequest(); | ||
30 | xhr.open('GET', '?do=token'); | ||
31 | xhr.onload = () => { | ||
32 | const token = document.getElementById('token'); | ||
33 | token.setAttribute('value', xhr.responseText); | ||
34 | }; | ||
35 | xhr.send(); | ||
36 | } | ||
37 | |||
38 | function createAwesompleteInstance(element, tags = []) { | ||
39 | const awesome = new Awesomplete(Awesomplete.$(element)); | ||
40 | // Tags are separated by a space | ||
41 | awesome.filter = (text, input) => Awesomplete.FILTER_CONTAINS(text, input.match(/[^ ]*$/)[0]); | ||
42 | // Insert new selected tag in the input | ||
43 | awesome.replace = (text) => { | ||
44 | const before = awesome.input.value.match(/^.+ \s*|/)[0]; | ||
45 | awesome.input.value = `${before}${text} `; | ||
46 | }; | ||
47 | // Highlight found items | ||
48 | awesome.item = (text, input) => Awesomplete.ITEM(text, input.match(/[^ ]*$/)[0]); | ||
49 | // Don't display already selected items | ||
50 | const reg = /(\w+) /g; | ||
51 | let match; | ||
52 | awesome.data = (item, input) => { | ||
53 | while ((match = reg.exec(input))) { | ||
54 | if (item === match[1]) { | ||
55 | return ''; | ||
56 | } | ||
57 | } | ||
58 | return item; | ||
59 | }; | ||
60 | awesome.minChars = 1; | ||
61 | if (tags.length) { | ||
62 | awesome.list = tags; | ||
63 | } | ||
64 | |||
65 | return awesome; | ||
66 | } | ||
67 | |||
68 | /** | ||
69 | * Update awesomplete list of tag for all elements matching the given selector | ||
70 | * | ||
71 | * @param selector CSS selector | ||
72 | * @param tags Array of tags | ||
73 | * @param instances List of existing awesomplete instances | ||
74 | */ | ||
75 | function updateAwesompleteList(selector, tags, instances) { | ||
76 | if (instances.length === 0) { | ||
77 | // First load: create Awesomplete instances | ||
78 | const elements = document.querySelectorAll(selector); | ||
79 | [...elements].forEach((element) => { | ||
80 | instances.push(createAwesompleteInstance(element, tags)); | ||
81 | }); | ||
82 | } else { | ||
83 | // Update awesomplete tag list | ||
84 | instances.map((item) => { | ||
85 | item.list = tags; | ||
86 | return item; | ||
87 | }); | ||
88 | } | ||
89 | return instances; | ||
90 | } | ||
91 | |||
92 | /** | ||
93 | * html_entities in JS | ||
94 | * | ||
95 | * @see http://stackoverflow.com/questions/18749591/encode-html-entities-in-javascript | ||
96 | */ | ||
97 | function htmlEntities(str) { | ||
98 | return str.replace(/[\u00A0-\u9999<>&]/gim, i => `&#${i.charCodeAt(0)};`); | ||
99 | } | ||
100 | |||
101 | function activateFirefoxSocial(node) { | ||
102 | const loc = location.href; | ||
103 | const baseURL = loc.substring(0, loc.lastIndexOf('/') + 1); | ||
104 | |||
105 | const data = { | ||
106 | name: document.title, | ||
107 | description: document.getElementById('translation-delete-link').innerHTML, | ||
108 | author: 'Shaarli', | ||
109 | version: '1.0.0', | ||
110 | |||
111 | iconURL: `${baseURL}/images/favicon.ico`, | ||
112 | icon32URL: `${baseURL}/images/favicon.ico`, | ||
113 | icon64URL: `${baseURL}/images/favicon.ico`, | ||
114 | |||
115 | shareURL: `${baseURL}?post=%{url}&title=%{title}&description=%{text}&source=firefoxsocialapi`, | ||
116 | homepageURL: baseURL, | ||
117 | }; | ||
118 | node.setAttribute('data-service', JSON.stringify(data)); | ||
119 | |||
120 | const activate = new CustomEvent('ActivateSocialFeature'); | ||
121 | node.dispatchEvent(activate); | ||
122 | } | ||
123 | |||
124 | /** | ||
125 | * Add the class 'hidden' to city options not attached to the current selected continent. | ||
126 | * | ||
127 | * @param cities List of <option> elements | ||
128 | * @param currentContinent Current selected continent | ||
129 | * @param reset Set to true to reset the selected value | ||
130 | */ | ||
131 | function hideTimezoneCities(cities, currentContinent, reset = null) { | ||
132 | let first = true; | ||
133 | if (reset == null) { | ||
134 | reset = false; | ||
135 | } | ||
136 | [...cities].forEach((option) => { | ||
137 | if (option.getAttribute('data-continent') !== currentContinent) { | ||
138 | option.className = 'hidden'; | ||
139 | } else { | ||
140 | option.className = ''; | ||
141 | if (reset === true && first === true) { | ||
142 | option.setAttribute('selected', 'selected'); | ||
143 | first = false; | ||
144 | } | ||
145 | } | ||
146 | }); | ||
147 | } | ||
148 | |||
149 | /** | ||
150 | * Retrieve an element up in the tree from its class name. | ||
151 | */ | ||
152 | function getParentByClass(el, className) { | ||
153 | const p = el.parentNode; | ||
154 | if (p == null || p.classList.contains(className)) { | ||
155 | return p; | ||
156 | } | ||
157 | return getParentByClass(p, className); | ||
158 | } | ||
159 | |||
160 | function toggleHorizontal() { | ||
161 | [...document.getElementById('shaarli-menu').querySelectorAll('.menu-transform')].forEach((el) => { | ||
162 | el.classList.toggle('pure-menu-horizontal'); | ||
163 | }); | ||
164 | } | ||
165 | |||
166 | function toggleMenu(menu) { | ||
167 | // set timeout so that the panel has a chance to roll up | ||
168 | // before the menu switches states | ||
169 | if (menu.classList.contains('open')) { | ||
170 | setTimeout(toggleHorizontal, 500); | ||
171 | } else { | ||
172 | toggleHorizontal(); | ||
173 | } | ||
174 | menu.classList.toggle('open'); | ||
175 | document.getElementById('menu-toggle').classList.toggle('x'); | ||
176 | } | ||
177 | |||
178 | function closeMenu(menu) { | ||
179 | if (menu.classList.contains('open')) { | ||
180 | toggleMenu(menu); | ||
181 | } | ||
182 | } | ||
183 | |||
184 | function toggleFold(button, description, thumb) { | ||
185 | // Switch fold/expand - up = fold | ||
186 | if (button.classList.contains('fa-chevron-up')) { | ||
187 | button.title = document.getElementById('translation-expand').innerHTML; | ||
188 | if (description != null) { | ||
189 | description.style.display = 'none'; | ||
190 | } | ||
191 | if (thumb != null) { | ||
192 | thumb.style.display = 'none'; | ||
193 | } | ||
194 | } else { | ||
195 | button.title = document.getElementById('translation-fold').innerHTML; | ||
196 | if (description != null) { | ||
197 | description.style.display = 'block'; | ||
198 | } | ||
199 | if (thumb != null) { | ||
200 | thumb.style.display = 'block'; | ||
201 | } | ||
202 | } | ||
203 | button.classList.toggle('fa-chevron-down'); | ||
204 | button.classList.toggle('fa-chevron-up'); | ||
205 | } | ||
206 | |||
207 | function removeClass(element, classname) { | ||
208 | element.className = element.className.replace(new RegExp(`(?:^|\\s)${classname}(?:\\s|$)`), ' '); | ||
209 | } | ||
210 | |||
211 | function init(description) { | ||
212 | function resize() { | ||
213 | /* Fix jumpy resizing: https://stackoverflow.com/a/18262927/1484919 */ | ||
214 | const scrollTop = window.pageYOffset || | ||
215 | (document.documentElement || document.body.parentNode || document.body).scrollTop; | ||
216 | |||
217 | description.style.height = 'auto'; | ||
218 | description.style.height = `${description.scrollHeight + 10}px`; | ||
219 | |||
220 | window.scrollTo(0, scrollTop); | ||
221 | } | ||
222 | |||
223 | /* 0-timeout to get the already changed text */ | ||
224 | function delayedResize() { | ||
225 | window.setTimeout(resize, 0); | ||
226 | } | ||
227 | |||
228 | const observe = (element, event, handler) => { | ||
229 | element.addEventListener(event, handler, false); | ||
230 | }; | ||
231 | observe(description, 'change', resize); | ||
232 | observe(description, 'cut', delayedResize); | ||
233 | observe(description, 'paste', delayedResize); | ||
234 | observe(description, 'drop', delayedResize); | ||
235 | observe(description, 'keydown', delayedResize); | ||
236 | |||
237 | resize(); | ||
238 | } | ||
239 | |||
240 | (() => { | ||
241 | /** | ||
242 | * Handle responsive menu. | ||
243 | * Source: http://purecss.io/layouts/tucked-menu-vertical/ | ||
244 | */ | ||
245 | const menu = document.getElementById('shaarli-menu'); | ||
246 | const WINDOW_CHANGE_EVENT = ('onorientationchange' in window) ? 'orientationchange' : 'resize'; | ||
247 | |||
248 | const menuToggle = document.getElementById('menu-toggle'); | ||
249 | if (menuToggle != null) { | ||
250 | menuToggle.addEventListener('click', () => toggleMenu(menu)); | ||
251 | } | ||
252 | |||
253 | window.addEventListener(WINDOW_CHANGE_EVENT, () => closeMenu(menu)); | ||
254 | |||
255 | /** | ||
256 | * Fold/Expand shaares description and thumbnail. | ||
257 | */ | ||
258 | const foldAllButtons = document.getElementsByClassName('fold-all'); | ||
259 | const foldButtons = document.getElementsByClassName('fold-button'); | ||
260 | |||
261 | [...foldButtons].forEach((foldButton) => { | ||
262 | // Retrieve description | ||
263 | let description = null; | ||
264 | let thumbnail = null; | ||
265 | const linklistItem = getParentByClass(foldButton, 'linklist-item'); | ||
266 | if (linklistItem != null) { | ||
267 | description = linklistItem.querySelector('.linklist-item-description'); | ||
268 | thumbnail = linklistItem.querySelector('.linklist-item-thumbnail'); | ||
269 | if (description != null || thumbnail != null) { | ||
270 | foldButton.style.display = 'inline'; | ||
271 | } | ||
272 | } | ||
273 | |||
274 | foldButton.addEventListener('click', (event) => { | ||
275 | event.preventDefault(); | ||
276 | toggleFold(event.target, description, thumbnail); | ||
277 | }); | ||
278 | }); | ||
279 | |||
280 | if (foldAllButtons != null) { | ||
281 | [].forEach.call(foldAllButtons, (foldAllButton) => { | ||
282 | foldAllButton.addEventListener('click', (event) => { | ||
283 | event.preventDefault(); | ||
284 | const state = foldAllButton.firstElementChild.getAttribute('class').indexOf('down') !== -1 ? 'down' : 'up'; | ||
285 | [].forEach.call(foldButtons, (foldButton) => { | ||
286 | if ((foldButton.firstElementChild.classList.contains('fa-chevron-up') && state === 'down') | ||
287 | || (foldButton.firstElementChild.classList.contains('fa-chevron-down') && state === 'up') | ||
288 | ) { | ||
289 | return; | ||
290 | } | ||
291 | // Retrieve description | ||
292 | let description = null; | ||
293 | let thumbnail = null; | ||
294 | const linklistItem = getParentByClass(foldButton, 'linklist-item'); | ||
295 | if (linklistItem != null) { | ||
296 | description = linklistItem.querySelector('.linklist-item-description'); | ||
297 | thumbnail = linklistItem.querySelector('.linklist-item-thumbnail'); | ||
298 | if (description != null || thumbnail != null) { | ||
299 | foldButton.style.display = 'inline'; | ||
300 | } | ||
301 | } | ||
302 | |||
303 | toggleFold(foldButton.firstElementChild, description, thumbnail); | ||
304 | }); | ||
305 | foldAllButton.firstElementChild.classList.toggle('fa-chevron-down'); | ||
306 | foldAllButton.firstElementChild.classList.toggle('fa-chevron-up'); | ||
307 | foldAllButton.title = state === 'down' | ||
308 | ? document.getElementById('translation-fold-all').innerHTML | ||
309 | : document.getElementById('translation-expand-all').innerHTML; | ||
310 | }); | ||
311 | }); | ||
312 | } | ||
313 | |||
314 | /** | ||
315 | * Confirmation message before deletion. | ||
316 | */ | ||
317 | const deleteLinks = document.querySelectorAll('.confirm-delete'); | ||
318 | [...deleteLinks].forEach((deleteLink) => { | ||
319 | deleteLink.addEventListener('click', (event) => { | ||
320 | if (!confirm(document.getElementById('translation-delete-link').innerHTML)) { | ||
321 | event.preventDefault(); | ||
322 | } | ||
323 | }); | ||
324 | }); | ||
325 | |||
326 | /** | ||
327 | * Close alerts | ||
328 | */ | ||
329 | const closeLinks = document.querySelectorAll('.pure-alert-close'); | ||
330 | [...closeLinks].forEach((closeLink) => { | ||
331 | closeLink.addEventListener('click', (event) => { | ||
332 | const alert = getParentByClass(event.target, 'pure-alert-closable'); | ||
333 | alert.style.display = 'none'; | ||
334 | }); | ||
335 | }); | ||
336 | |||
337 | /** | ||
338 | * New version dismiss. | ||
339 | * Hide the message for one week using localStorage. | ||
340 | */ | ||
341 | const newVersionDismiss = document.getElementById('new-version-dismiss'); | ||
342 | const newVersionMessage = document.querySelector('.new-version-message'); | ||
343 | if (newVersionMessage != null | ||
344 | && localStorage.getItem('newVersionDismiss') != null | ||
345 | && parseInt(localStorage.getItem('newVersionDismiss'), 10) + (7 * 24 * 60 * 60 * 1000) > (new Date()).getTime() | ||
346 | ) { | ||
347 | newVersionMessage.style.display = 'none'; | ||
348 | } | ||
349 | if (newVersionDismiss != null) { | ||
350 | newVersionDismiss.addEventListener('click', () => { | ||
351 | localStorage.setItem('newVersionDismiss', (new Date()).getTime().toString()); | ||
352 | }); | ||
353 | } | ||
354 | |||
355 | const hiddenReturnurl = document.getElementsByName('returnurl'); | ||
356 | if (hiddenReturnurl != null) { | ||
357 | hiddenReturnurl.value = window.location.href; | ||
358 | } | ||
359 | |||
360 | /** | ||
361 | * Autofocus text fields | ||
362 | */ | ||
363 | const autofocusElements = document.querySelectorAll('.autofocus'); | ||
364 | let breakLoop = false; | ||
365 | [].forEach.call(autofocusElements, (autofocusElement) => { | ||
366 | if (autofocusElement.value === '' && !breakLoop) { | ||
367 | autofocusElement.focus(); | ||
368 | breakLoop = true; | ||
369 | } | ||
370 | }); | ||
371 | |||
372 | /** | ||
373 | * Handle sub menus/forms | ||
374 | */ | ||
375 | const openers = document.getElementsByClassName('subheader-opener'); | ||
376 | if (openers != null) { | ||
377 | [...openers].forEach((opener) => { | ||
378 | opener.addEventListener('click', (event) => { | ||
379 | event.preventDefault(); | ||
380 | |||
381 | const id = opener.getAttribute('data-open-id'); | ||
382 | const sub = document.getElementById(id); | ||
383 | |||
384 | if (sub != null) { | ||
385 | [...document.getElementsByClassName('subheader-form')].forEach((element) => { | ||
386 | if (element !== sub) { | ||
387 | removeClass(element, 'open'); | ||
388 | } | ||
389 | }); | ||
390 | |||
391 | sub.classList.toggle('open'); | ||
392 | } | ||
393 | }); | ||
394 | }); | ||
395 | } | ||
396 | |||
397 | /** | ||
398 | * Remove CSS target padding (for fixed bar) | ||
399 | */ | ||
400 | if (location.hash !== '') { | ||
401 | const anchor = document.getElementById(location.hash.substr(1)); | ||
402 | if (anchor != null) { | ||
403 | const padsize = anchor.clientHeight; | ||
404 | window.scroll(0, window.scrollY - padsize); | ||
405 | anchor.style.paddingTop = '0'; | ||
406 | } | ||
407 | } | ||
408 | |||
409 | /** | ||
410 | * Text area resizer | ||
411 | */ | ||
412 | const description = document.getElementById('lf_description'); | ||
413 | |||
414 | if (description != null) { | ||
415 | init(description); | ||
416 | // Submit editlink form with CTRL + Enter in the text area. | ||
417 | description.addEventListener('keydown', (event) => { | ||
418 | if (event.ctrlKey && event.keyCode === 13) { | ||
419 | document.getElementById('button-save-edit').click(); | ||
420 | } | ||
421 | }); | ||
422 | } | ||
423 | |||
424 | /** | ||
425 | * Bookmarklet alert | ||
426 | */ | ||
427 | const bookmarkletLinks = document.querySelectorAll('.bookmarklet-link'); | ||
428 | const bkmMessage = document.getElementById('bookmarklet-alert'); | ||
429 | [].forEach.call(bookmarkletLinks, (link) => { | ||
430 | link.addEventListener('click', (event) => { | ||
431 | event.preventDefault(); | ||
432 | alert(bkmMessage.value); | ||
433 | }); | ||
434 | }); | ||
435 | |||
436 | /** | ||
437 | * Firefox Social | ||
438 | */ | ||
439 | const ffButton = document.getElementById('ff-social-button'); | ||
440 | if (ffButton != null) { | ||
441 | ffButton.addEventListener('click', (event) => { | ||
442 | activateFirefoxSocial(event.target); | ||
443 | }); | ||
444 | } | ||
445 | |||
446 | const continent = document.getElementById('continent'); | ||
447 | const city = document.getElementById('city'); | ||
448 | if (continent != null && city != null) { | ||
449 | continent.addEventListener('change', () => { | ||
450 | hideTimezoneCities(city, continent.options[continent.selectedIndex].value, true); | ||
451 | }); | ||
452 | hideTimezoneCities(city, continent.options[continent.selectedIndex].value, false); | ||
453 | } | ||
454 | |||
455 | /** | ||
456 | * Bulk actions | ||
457 | */ | ||
458 | const linkCheckboxes = document.querySelectorAll('.delete-checkbox'); | ||
459 | const bar = document.getElementById('actions'); | ||
460 | [...linkCheckboxes].forEach((checkbox) => { | ||
461 | checkbox.style.display = 'inline-block'; | ||
462 | checkbox.addEventListener('click', () => { | ||
463 | const linkCheckedCheckboxes = document.querySelectorAll('.delete-checkbox:checked'); | ||
464 | const count = [...linkCheckedCheckboxes].length; | ||
465 | if (count === 0 && bar.classList.contains('open')) { | ||
466 | bar.classList.toggle('open'); | ||
467 | } else if (count > 0 && !bar.classList.contains('open')) { | ||
468 | bar.classList.toggle('open'); | ||
469 | } | ||
470 | }); | ||
471 | }); | ||
472 | |||
473 | const deleteButton = document.getElementById('actions-delete'); | ||
474 | const token = document.getElementById('token'); | ||
475 | if (deleteButton != null && token != null) { | ||
476 | deleteButton.addEventListener('click', (event) => { | ||
477 | event.preventDefault(); | ||
478 | |||
479 | const links = []; | ||
480 | const linkCheckedCheckboxes = document.querySelectorAll('.delete-checkbox:checked'); | ||
481 | [...linkCheckedCheckboxes].forEach((checkbox) => { | ||
482 | links.push({ | ||
483 | id: checkbox.value, | ||
484 | title: document.querySelector(`.linklist-item[data-id="${checkbox.value}"] .linklist-link`).innerHTML, | ||
485 | }); | ||
486 | }); | ||
487 | |||
488 | let message = `Are you sure you want to delete ${links.length} links?\n`; | ||
489 | message += 'This action is IRREVERSIBLE!\n\nTitles:\n'; | ||
490 | const ids = []; | ||
491 | links.forEach((item) => { | ||
492 | message += ` - ${item.title}\n`; | ||
493 | ids.push(item.id); | ||
494 | }); | ||
495 | |||
496 | if (window.confirm(message)) { | ||
497 | window.location = `?delete_link&lf_linkdate=${ids.join('+')}&token=${token.value}`; | ||
498 | } | ||
499 | }); | ||
500 | } | ||
501 | |||
502 | /** | ||
503 | * Tag list operations | ||
504 | * | ||
505 | * TODO: support error code in the backend for AJAX requests | ||
506 | */ | ||
507 | const tagList = document.querySelector('input[name="taglist"]'); | ||
508 | let existingTags = tagList ? tagList.value.split(' ') : []; | ||
509 | let awesomepletes = []; | ||
510 | |||
511 | // Display/Hide rename form | ||
512 | const renameTagButtons = document.querySelectorAll('.rename-tag'); | ||
513 | [...renameTagButtons].forEach((rename) => { | ||
514 | rename.addEventListener('click', (event) => { | ||
515 | event.preventDefault(); | ||
516 | const block = findParent(event.target, 'div', { class: 'tag-list-item' }); | ||
517 | const form = block.querySelector('.rename-tag-form'); | ||
518 | if (form.style.display === 'none' || form.style.display === '') { | ||
519 | form.style.display = 'block'; | ||
520 | } else { | ||
521 | form.style.display = 'none'; | ||
522 | } | ||
523 | block.querySelector('input').focus(); | ||
524 | }); | ||
525 | }); | ||
526 | |||
527 | // Rename a tag with an AJAX request | ||
528 | const renameTagSubmits = document.querySelectorAll('.validate-rename-tag'); | ||
529 | [...renameTagSubmits].forEach((rename) => { | ||
530 | rename.addEventListener('click', (event) => { | ||
531 | event.preventDefault(); | ||
532 | const block = findParent(event.target, 'div', { class: 'tag-list-item' }); | ||
533 | const input = block.querySelector('.rename-tag-input'); | ||
534 | const totag = input.value.replace('/"/g', '\\"'); | ||
535 | if (totag.trim() === '') { | ||
536 | return; | ||
537 | } | ||
538 | const refreshedToken = document.getElementById('token').value; | ||
539 | const fromtag = block.getAttribute('data-tag'); | ||
540 | const xhr = new XMLHttpRequest(); | ||
541 | xhr.open('POST', '?do=changetag'); | ||
542 | xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); | ||
543 | xhr.onload = () => { | ||
544 | if (xhr.status !== 200) { | ||
545 | alert(`An error occurred. Return code: ${xhr.status}`); | ||
546 | location.reload(); | ||
547 | } else { | ||
548 | block.setAttribute('data-tag', totag); | ||
549 | input.setAttribute('name', totag); | ||
550 | input.setAttribute('value', totag); | ||
551 | findParent(input, 'div', { class: 'rename-tag-form' }).style.display = 'none'; | ||
552 | block.querySelector('a.tag-link').innerHTML = htmlEntities(totag); | ||
553 | block.querySelector('a.tag-link').setAttribute('href', `?searchtags=${encodeURIComponent(totag)}`); | ||
554 | block.querySelector('a.rename-tag').setAttribute('href', `?do=changetag&fromtag=${encodeURIComponent(totag)}`); | ||
555 | |||
556 | // Refresh awesomplete values | ||
557 | existingTags = existingTags.map(tag => (tag === fromtag ? totag : tag)); | ||
558 | awesomepletes = updateAwesompleteList('.rename-tag-input', existingTags, awesomepletes); | ||
559 | } | ||
560 | }; | ||
561 | xhr.send(`renametag=1&fromtag=${encodeURIComponent(fromtag)}&totag=${encodeURIComponent(totag)}&token=${refreshedToken}`); | ||
562 | refreshToken(); | ||
563 | }); | ||
564 | }); | ||
565 | |||
566 | // Validate input with enter key | ||
567 | const renameTagInputs = document.querySelectorAll('.rename-tag-input'); | ||
568 | [...renameTagInputs].forEach((rename) => { | ||
569 | rename.addEventListener('keypress', (event) => { | ||
570 | if (event.keyCode === 13) { // enter | ||
571 | findParent(event.target, 'div', { class: 'tag-list-item' }).querySelector('.validate-rename-tag').click(); | ||
572 | } | ||
573 | }); | ||
574 | }); | ||
575 | |||
576 | // Delete a tag with an AJAX query (alert popup confirmation) | ||
577 | const deleteTagButtons = document.querySelectorAll('.delete-tag'); | ||
578 | [...deleteTagButtons].forEach((rename) => { | ||
579 | rename.style.display = 'inline'; | ||
580 | rename.addEventListener('click', (event) => { | ||
581 | event.preventDefault(); | ||
582 | const block = findParent(event.target, 'div', { class: 'tag-list-item' }); | ||
583 | const tag = block.getAttribute('data-tag'); | ||
584 | const refreshedToken = document.getElementById('token'); | ||
585 | |||
586 | if (confirm(`Are you sure you want to delete the tag "${tag}"?`)) { | ||
587 | const xhr = new XMLHttpRequest(); | ||
588 | xhr.open('POST', '?do=changetag'); | ||
589 | xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); | ||
590 | xhr.onload = () => { | ||
591 | block.remove(); | ||
592 | }; | ||
593 | xhr.send(encodeURI(`deletetag=1&fromtag=${tag}&token=${refreshedToken}`)); | ||
594 | refreshToken(); | ||
595 | |||
596 | existingTags = existingTags.filter(tagItem => tagItem !== tag); | ||
597 | awesomepletes = updateAwesompleteList('.rename-tag-input', existingTags, awesomepletes); | ||
598 | } | ||
599 | }); | ||
600 | }); | ||
601 | |||
602 | const autocompleteFields = document.querySelectorAll('input[data-multiple]'); | ||
603 | [...autocompleteFields].forEach((autocompleteField) => { | ||
604 | awesomepletes.push(createAwesompleteInstance(autocompleteField)); | ||
605 | }); | ||
606 | })(); | ||
diff --git a/assets/default/js/plugins-admin.js b/assets/default/js/plugins-admin.js new file mode 100644 index 00000000..46df4a3c --- /dev/null +++ b/assets/default/js/plugins-admin.js | |||
@@ -0,0 +1,81 @@ | |||
1 | /** | ||
2 | * Change the position counter of a row. | ||
3 | * | ||
4 | * @param elem Element Node to change. | ||
5 | * @param toPos int New position. | ||
6 | */ | ||
7 | function changePos(elem, toPos) { | ||
8 | const elemName = elem.getAttribute('data-line'); | ||
9 | elem.setAttribute('data-order', toPos); | ||
10 | const hiddenInput = document.querySelector(`[name="order_${elemName}"]`); | ||
11 | hiddenInput.setAttribute('value', toPos); | ||
12 | } | ||
13 | |||
14 | /** | ||
15 | * Move a row up or down. | ||
16 | * | ||
17 | * @param pos Element Node to move. | ||
18 | * @param move int Move: +1 (down) or -1 (up) | ||
19 | */ | ||
20 | function changeOrder(pos, move) { | ||
21 | const newpos = parseInt(pos, 10) + move; | ||
22 | let lines = document.querySelectorAll(`[data-order="${pos}"]`); | ||
23 | const changelines = document.querySelectorAll(`[data-order="${newpos}"]`); | ||
24 | |||
25 | // If we go down reverse lines to preserve the rows order | ||
26 | if (move > 0) { | ||
27 | lines = [].slice.call(lines).reverse(); | ||
28 | } | ||
29 | |||
30 | for (let i = 0; i < lines.length; i += 1) { | ||
31 | const parent = changelines[0].parentNode; | ||
32 | changePos(lines[i], newpos); | ||
33 | changePos(changelines[i], parseInt(pos, 10)); | ||
34 | const changeItem = move < 0 ? changelines[0] : changelines[changelines.length - 1].nextSibling; | ||
35 | parent.insertBefore(lines[i], changeItem); | ||
36 | } | ||
37 | } | ||
38 | |||
39 | /** | ||
40 | * Move a row up in the table. | ||
41 | * | ||
42 | * @param pos int row counter. | ||
43 | * | ||
44 | * @return false | ||
45 | */ | ||
46 | function orderUp(pos) { | ||
47 | if (pos !== 0) { | ||
48 | changeOrder(pos, -1); | ||
49 | } | ||
50 | } | ||
51 | |||
52 | /** | ||
53 | * Move a row down in the table. | ||
54 | * | ||
55 | * @param pos int row counter. | ||
56 | * | ||
57 | * @returns false | ||
58 | */ | ||
59 | function orderDown(pos) { | ||
60 | const lastpos = parseInt(document.querySelector('[data-order]:last-child').getAttribute('data-order'), 10); | ||
61 | if (pos !== lastpos) { | ||
62 | changeOrder(pos, 1); | ||
63 | } | ||
64 | } | ||
65 | |||
66 | (() => { | ||
67 | /** | ||
68 | * Plugin admin order | ||
69 | */ | ||
70 | const orderPA = document.querySelectorAll('.order'); | ||
71 | [...orderPA].forEach((link) => { | ||
72 | link.addEventListener('click', (event) => { | ||
73 | event.preventDefault(); | ||
74 | if (event.target.classList.contains('order-up')) { | ||
75 | orderUp(parseInt(event.target.parentNode.parentNode.getAttribute('data-order'), 10)); | ||
76 | } else if (event.target.classList.contains('order-down')) { | ||
77 | orderDown(parseInt(event.target.parentNode.parentNode.getAttribute('data-order'), 10)); | ||
78 | } | ||
79 | }); | ||
80 | }); | ||
81 | })(); | ||
diff --git a/tpl/default/css/shaarli.css b/assets/default/scss/shaarli.scss index 1e07a88e..25440de1 100644 --- a/tpl/default/css/shaarli.css +++ b/assets/default/scss/shaarli.scss | |||
@@ -1,3 +1,11 @@ | |||
1 | $fa-font-path: "~font-awesome/fonts"; | ||
2 | |||
3 | @import "~font-awesome/scss/font-awesome.scss"; | ||
4 | @import '~purecss/build/pure.css'; | ||
5 | @import '~purecss/build/grids-responsive.css'; | ||
6 | @import '~pure-extras/css/pure-extras.css'; | ||
7 | @import '~awesomplete/awesomplete.css'; | ||
8 | |||
1 | /** | 9 | /** |
2 | * General | 10 | * General |
3 | */ | 11 | */ |
@@ -39,10 +47,10 @@ pre { | |||
39 | font-weight: 400; | 47 | font-weight: 400; |
40 | font-style: normal; | 48 | font-style: normal; |
41 | src: | 49 | src: |
42 | local('Roboto'), | 50 | local('Roboto'), |
43 | local('Roboto-Regular'), | 51 | local('Roboto-Regular'), |
44 | url('../fonts/Roboto-Regular.woff2') format('woff2'), | 52 | url('../fonts/Roboto-Regular.woff2') format('woff2'), |
45 | url('../fonts/Roboto-Regular.woff') format('woff'); | 53 | url('../fonts/Roboto-Regular.woff') format('woff'); |
46 | } | 54 | } |
47 | 55 | ||
48 | @font-face { | 56 | @font-face { |
@@ -50,10 +58,10 @@ pre { | |||
50 | font-weight: 700; | 58 | font-weight: 700; |
51 | font-style: normal; | 59 | font-style: normal; |
52 | src: | 60 | src: |
53 | local('Roboto'), | 61 | local('Roboto'), |
54 | local('Roboto-Bold'), | 62 | local('Roboto-Bold'), |
55 | url('../fonts/Roboto-Bold.woff2') format('woff2'), | 63 | url('../fonts/Roboto-Bold.woff2') format('woff2'), |
56 | url('../fonts/Roboto-Bold.woff') format('woff'); | 64 | url('../fonts/Roboto-Bold.woff') format('woff'); |
57 | } | 65 | } |
58 | 66 | ||
59 | body, .pure-g [class*="pure-u"] { | 67 | body, .pure-g [class*="pure-u"] { |
@@ -873,10 +881,6 @@ body, .pure-g [class*="pure-u"] { | |||
873 | /** | 881 | /** |
874 | * PAGE FORM - COMPLETE | 882 | * PAGE FORM - COMPLETE |
875 | */ | 883 | */ |
876 | .page-form-complete { | ||
877 | #background: #f5f5f5; | ||
878 | } | ||
879 | |||
880 | .page-form-complete div, .page-form-complete p { | 884 | .page-form-complete div, .page-form-complete p { |
881 | color: #252525; | 885 | color: #252525; |
882 | } | 886 | } |
diff --git a/tpl/vintage/css/reset.css b/assets/vintage/css/reset.css index e29699e2..e29699e2 100644 --- a/tpl/vintage/css/reset.css +++ b/assets/vintage/css/reset.css | |||
diff --git a/tpl/vintage/css/shaarli.css b/assets/vintage/css/shaarli.css index 9c72d993..c919339b 100644 --- a/tpl/vintage/css/shaarli.css +++ b/assets/vintage/css/shaarli.css | |||
@@ -113,7 +113,7 @@ a.bigbutton, #pageheader a.bigbutton { | |||
113 | } | 113 | } |
114 | 114 | ||
115 | #pageheader #logo { | 115 | #pageheader #logo { |
116 | background-image: url('../../../images/logo.png'); | 116 | background-image: url('../img/logo.png'); |
117 | background-repeat: no-repeat; | 117 | background-repeat: no-repeat; |
118 | float: left; | 118 | float: left; |
119 | margin: 0 10px 0 10px; | 119 | margin: 0 10px 0 10px; |
@@ -433,7 +433,7 @@ a.bigbutton, #pageheader a.bigbutton { | |||
433 | } | 433 | } |
434 | 434 | ||
435 | #linklist li.private { | 435 | #linklist li.private { |
436 | background: url('../images/private.png') no-repeat 4px center; | 436 | background: url('../img/private.png') no-repeat 4px center; |
437 | padding-left: 30px; | 437 | padding-left: 30px; |
438 | } | 438 | } |
439 | 439 | ||
@@ -465,7 +465,7 @@ a.bigbutton, #pageheader a.bigbutton { | |||
465 | } | 465 | } |
466 | 466 | ||
467 | .linkdate a { | 467 | .linkdate a { |
468 | background-image: url('../images/calendar.png'); | 468 | background-image: url('../img/calendar.png'); |
469 | padding: 2px 0 3px 20px; | 469 | padding: 2px 0 3px 20px; |
470 | background-repeat: no-repeat; | 470 | background-repeat: no-repeat; |
471 | text-decoration: none; | 471 | text-decoration: none; |
@@ -516,7 +516,7 @@ a.bigbutton, #pageheader a.bigbutton { | |||
516 | height: 20px; | 516 | height: 20px; |
517 | border-radius: 3px; | 517 | border-radius: 3px; |
518 | cursor: pointer; | 518 | cursor: pointer; |
519 | background-image: url('../images/tag_blue.png'); | 519 | background-image: url('../img/tag_blue.png'); |
520 | background-repeat: no-repeat; | 520 | background-repeat: no-repeat; |
521 | background-position: 3px center; | 521 | background-position: 3px center; |
522 | background-color: #ffffff; | 522 | background-color: #ffffff; |
@@ -762,7 +762,7 @@ div.daily { | |||
762 | /* Background paper texture by BashCorpo: | 762 | /* Background paper texture by BashCorpo: |
763 | http://www.bashcorpo.dk/textures.php | 763 | http://www.bashcorpo.dk/textures.php |
764 | http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 */ | 764 | http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 */ |
765 | background-image: url("../images/Paper_texture_v5_by_bashcorpo_w1000.jpg"); | 765 | background-image: url("../img/Paper_texture_v5_by_bashcorpo_w1000.jpg"); |
766 | -webkit-background-size: cover; | 766 | -webkit-background-size: cover; |
767 | -moz-background-size: cover; | 767 | -moz-background-size: cover; |
768 | -o-background-size: cover; | 768 | -o-background-size: cover; |
@@ -860,7 +860,7 @@ div.dailyEntryThumbnail { | |||
860 | width: 100%; | 860 | width: 100%; |
861 | text-align: center; | 861 | text-align: center; |
862 | background-color: rgb(128, 128, 128); | 862 | background-color: rgb(128, 128, 128); |
863 | background: url(../images/50pc_transparent.png); | 863 | background: url(../img/50pc_transparent.png); |
864 | padding: 4px 0px 2px 0px; | 864 | padding: 4px 0px 2px 0px; |
865 | } | 865 | } |
866 | 866 | ||
diff --git a/tpl/vintage/images/50pc_transparent.png b/assets/vintage/img/50pc_transparent.png index 8d8f99de..8d8f99de 100644 --- a/tpl/vintage/images/50pc_transparent.png +++ b/assets/vintage/img/50pc_transparent.png | |||
Binary files differ | |||
diff --git a/tpl/vintage/images/Paper_texture_v5_by_bashcorpo_w1000.jpg b/assets/vintage/img/Paper_texture_v5_by_bashcorpo_w1000.jpg index dd8e67ac..dd8e67ac 100644 --- a/tpl/vintage/images/Paper_texture_v5_by_bashcorpo_w1000.jpg +++ b/assets/vintage/img/Paper_texture_v5_by_bashcorpo_w1000.jpg | |||
Binary files differ | |||
diff --git a/tpl/vintage/images/calendar.png b/assets/vintage/img/calendar.png index 81c74519..81c74519 100644 --- a/tpl/vintage/images/calendar.png +++ b/assets/vintage/img/calendar.png | |||
Binary files differ | |||
diff --git a/assets/vintage/img/delete_icon.png b/assets/vintage/img/delete_icon.png new file mode 100644 index 00000000..810b94d8 --- /dev/null +++ b/assets/vintage/img/delete_icon.png | |||
Binary files differ | |||
diff --git a/assets/vintage/img/edit_icon.png b/assets/vintage/img/edit_icon.png new file mode 100644 index 00000000..16c440c8 --- /dev/null +++ b/assets/vintage/img/edit_icon.png | |||
Binary files differ | |||
diff --git a/assets/vintage/img/favicon.ico b/assets/vintage/img/favicon.ico new file mode 100644 index 00000000..c8b043b4 --- /dev/null +++ b/assets/vintage/img/favicon.ico | |||
Binary files differ | |||
diff --git a/assets/vintage/img/feed-icon-14x14.png b/assets/vintage/img/feed-icon-14x14.png new file mode 100644 index 00000000..10161702 --- /dev/null +++ b/assets/vintage/img/feed-icon-14x14.png | |||
Binary files differ | |||
diff --git a/tpl/vintage/images/floral_left.png b/assets/vintage/img/floral_left.png index f09a861d..f09a861d 100644 --- a/tpl/vintage/images/floral_left.png +++ b/assets/vintage/img/floral_left.png | |||
Binary files differ | |||
diff --git a/tpl/vintage/images/floral_right.png b/assets/vintage/img/floral_right.png index 0dfb6112..0dfb6112 100644 --- a/tpl/vintage/images/floral_right.png +++ b/assets/vintage/img/floral_right.png | |||
Binary files differ | |||
diff --git a/assets/vintage/img/logo.png b/assets/vintage/img/logo.png new file mode 100644 index 00000000..f8b0c94f --- /dev/null +++ b/assets/vintage/img/logo.png | |||
Binary files differ | |||
diff --git a/tpl/vintage/images/private.png b/assets/vintage/img/private.png index 8919d658..8919d658 100644 --- a/tpl/vintage/images/private.png +++ b/assets/vintage/img/private.png | |||
Binary files differ | |||
diff --git a/assets/vintage/img/private_16x16.png b/assets/vintage/img/private_16x16.png new file mode 100644 index 00000000..8bb34d7d --- /dev/null +++ b/assets/vintage/img/private_16x16.png | |||
Binary files differ | |||
diff --git a/assets/vintage/img/private_16x16_active.png b/assets/vintage/img/private_16x16_active.png new file mode 100644 index 00000000..af990d2c --- /dev/null +++ b/assets/vintage/img/private_16x16_active.png | |||
Binary files differ | |||
diff --git a/tpl/vintage/images/squiggle.png b/assets/vintage/img/squiggle.png index c795f0a3..c795f0a3 100644 --- a/tpl/vintage/images/squiggle.png +++ b/assets/vintage/img/squiggle.png | |||
Binary files differ | |||
diff --git a/tpl/vintage/images/squiggle_closing.png b/assets/vintage/img/squiggle_closing.png index 3f9d02b1..3f9d02b1 100644 --- a/tpl/vintage/images/squiggle_closing.png +++ b/assets/vintage/img/squiggle_closing.png | |||
Binary files differ | |||
diff --git a/tpl/vintage/images/tag_blue.png b/assets/vintage/img/tag_blue.png index 7ec902fc..7ec902fc 100644 --- a/tpl/vintage/images/tag_blue.png +++ b/assets/vintage/img/tag_blue.png | |||
Binary files differ | |||
diff --git a/assets/vintage/js/base.js b/assets/vintage/js/base.js new file mode 100644 index 00000000..66830b59 --- /dev/null +++ b/assets/vintage/js/base.js | |||
@@ -0,0 +1,30 @@ | |||
1 | import Awesomplete from 'awesomplete'; | ||
2 | import 'awesomplete/awesomplete.css'; | ||
3 | |||
4 | (() => { | ||
5 | const awp = Awesomplete.$; | ||
6 | const autocompleteFields = document.querySelectorAll('input[data-multiple]'); | ||
7 | [...autocompleteFields].forEach((autocompleteField) => { | ||
8 | const awesomplete = new Awesomplete(awp(autocompleteField)); | ||
9 | awesomplete.filter = (text, input) => Awesomplete.FILTER_CONTAINS(text, input.match(/[^ ]*$/)[0]); | ||
10 | awesomplete.replace = (text) => { | ||
11 | const before = awesomplete.input.value.match(/^.+ \s*|/)[0]; | ||
12 | awesomplete.input.value = `${before}${text} `; | ||
13 | }; | ||
14 | awesomplete.minChars = 1; | ||
15 | |||
16 | autocompleteField.addEventListener('input', () => { | ||
17 | const proposedTags = autocompleteField.getAttribute('data-list').replace(/,/g, '').split(' '); | ||
18 | const reg = /(\w+) /g; | ||
19 | let match; | ||
20 | while ((match = reg.exec(autocompleteField.value)) !== null) { | ||
21 | const id = proposedTags.indexOf(match[1]); | ||
22 | if (id !== -1) { | ||
23 | proposedTags.splice(id, 1); | ||
24 | } | ||
25 | } | ||
26 | |||
27 | awesomplete.list = proposedTags; | ||
28 | }); | ||
29 | }); | ||
30 | })(); | ||
diff --git a/doc/md/Continuous-integration-tools.md b/doc/md/Continuous-integration-tools.md index 4bd7a0ba..4ca6bdc7 100644 --- a/doc/md/Continuous-integration-tools.md +++ b/doc/md/Continuous-integration-tools.md | |||
@@ -2,8 +2,8 @@ | |||
2 | A [`Makefile`](https://github.com/shaarli/Shaarli/blob/master/Makefile) is available to perform project-related operations: | 2 | A [`Makefile`](https://github.com/shaarli/Shaarli/blob/master/Makefile) is available to perform project-related operations: |
3 | 3 | ||
4 | - Documentation - generate a local HTML copy of the GitHub wiki | 4 | - Documentation - generate a local HTML copy of the GitHub wiki |
5 | - [Static analysis](Static analysis) - check that the code is compliant to PHP conventions | 5 | - [Static analysis](Static-analysis) - check that the code is compliant to PHP conventions |
6 | - [Unit tests](Unit tests) - ensure there are no regressions introduced by new commits | 6 | - [Unit tests](Unit-tests) - ensure there are no regressions introduced by new commits |
7 | 7 | ||
8 | ## Automatic builds | 8 | ## Automatic builds |
9 | [Travis CI](http://docs.travis-ci.com/) is a Continuous Integration build server, that runs a build: | 9 | [Travis CI](http://docs.travis-ci.com/) is a Continuous Integration build server, that runs a build: |
@@ -17,7 +17,8 @@ Each build job: | |||
17 | 17 | ||
18 | - updates Composer | 18 | - updates Composer |
19 | - installs 3rd-party test dependencies with Composer | 19 | - installs 3rd-party test dependencies with Composer |
20 | - runs [Unit tests](Unit tests) | 20 | - runs [Unit tests](Unit-tests) |
21 | - runs ESLint check | ||
21 | 22 | ||
22 | After all jobs have finished, Travis returns the results to GitHub: | 23 | After all jobs have finished, Travis returns the results to GitHub: |
23 | 24 | ||
diff --git a/doc/md/Development-guidelines.md b/doc/md/Development-guidelines.md index 532ec2e4..46b7c6f8 100644 --- a/doc/md/Development-guidelines.md +++ b/doc/md/Development-guidelines.md | |||
@@ -3,8 +3,11 @@ | |||
3 | Please have a look at the following pages: | 3 | Please have a look at the following pages: |
4 | 4 | ||
5 | - [Contributing to Shaarli](https://github.com/shaarli/Shaarli/tree/master/CONTRIBUTING.md) | 5 | - [Contributing to Shaarli](https://github.com/shaarli/Shaarli/tree/master/CONTRIBUTING.md) |
6 | - [Static analysis](Static analysis) - patches should try to stick to the [PHP Standard Recommendations](http://www.php-fig.org/psr/) (PSR), especially: | 6 | - [Static analysis](Static-analysis) - patches should try to stick to the |
7 | [PHP Standard Recommendations](http://www.php-fig.org/psr/) (PSR), especially: | ||
7 | - [PSR-1](http://www.php-fig.org/psr/psr-1/) - Basic Coding Standard | 8 | - [PSR-1](http://www.php-fig.org/psr/psr-1/) - Basic Coding Standard |
8 | - [PSR-2](http://www.php-fig.org/psr/psr-2/) - Coding Style Guide | 9 | - [PSR-2](http://www.php-fig.org/psr/psr-2/) - Coding Style Guide |
9 | - [Unit tests](Unit tests) | 10 | - [Unit tests](Unit-tests) |
10 | - [GnuPG signature](GnuPG signature) for tags/releases | 11 | - Javascript linting - Shaarli uses [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript). |
12 | Run `make eslint` to check JS style. | ||
13 | - [GnuPG signature](GnuPG-signature) for tags/releases | ||
diff --git a/doc/md/Directory-structure.md b/doc/md/Directory-structure.md index 937a076d..c0b49393 100644 --- a/doc/md/Directory-structure.md +++ b/doc/md/Directory-structure.md | |||
@@ -18,12 +18,18 @@ Here is the directory structure of Shaarli and the purpose of the different file | |||
18 | ├── utils # utilities to ease testing | 18 | ├── utils # utilities to ease testing |
19 | │ └── ReferenceLinkDB.php | 19 | │ └── ReferenceLinkDB.php |
20 | └── UtilsTest.php | 20 | └── UtilsTest.php |
21 | assets/ | ||
22 | ├── common/ # Assets shared by multiple themes | ||
23 | ├── ... | ||
24 | ├── default/ # Assets for the default template, before compilation | ||
25 | ├── fonts/ # Font files | ||
26 | ├── img/ # Images used by the default theme | ||
27 | ├── js/ # JavaScript files in ES6 syntax | ||
28 | ├── scss/ # SASS files | ||
29 | └── vintage/ # Assets for the vintage template, before compilation | ||
30 | └── ... | ||
21 | COPYING # Shaarli license | 31 | COPYING # Shaarli license |
22 | inc/ # static assets and 3rd party libraries | 32 | inc/ # static assets and 3rd party libraries |
23 | ├── awesomplete.* # tags autocompletion library | ||
24 | ├── blazy.* # picture wall lazy image loading library | ||
25 | ├── shaarli.css, reset.css # Shaarli stylesheet. | ||
26 | ├── qr.* # qr code generation library | ||
27 | └── rain.tpl.class.php # RainTPL templating library | 33 | └── rain.tpl.class.php # RainTPL templating library |
28 | images/ # Images and icons used in Shaarli | 34 | images/ # Images and icons used in Shaarli |
29 | data/ # data storage: bookmark database, configuration, logs, banlist... | 35 | data/ # data storage: bookmark database, configuration, logs, banlist... |
@@ -33,6 +39,13 @@ Here is the directory structure of Shaarli and the purpose of the different file | |||
33 | ├── lastupdatecheck.txt # Update check timestamp file | 39 | ├── lastupdatecheck.txt # Update check timestamp file |
34 | └── log.txt # login/IPban log. | 40 | └── log.txt # login/IPban log. |
35 | tpl/ # RainTPL templates for Shaarli. They are used to build the pages. | 41 | tpl/ # RainTPL templates for Shaarli. They are used to build the pages. |
42 | ├── default/ # Default Shaarli theme | ||
43 | ├── fonts/ # Font files | ||
44 | ├── img/ # Images | ||
45 | ├── js/ # JavaScript files compiled by Babel and compatible with all browsers | ||
46 | ├── css/ # CSS files compiled with SASS | ||
47 | └── vintage/ # Legacy Shaarli theme | ||
48 | └── ... | ||
36 | cache/ # thumbnails cache | 49 | cache/ # thumbnails cache |
37 | # This directory is automatically created. You can erase it anytime you want. | 50 | # This directory is automatically created. You can erase it anytime you want. |
38 | tmp/ # Temporary directory for compiled RainTPL templates. | 51 | tmp/ # Temporary directory for compiled RainTPL templates. |
diff --git a/doc/md/Download-and-Installation.md b/doc/md/Download-and-Installation.md index 05f0c8f2..20138f49 100644 --- a/doc/md/Download-and-Installation.md +++ b/doc/md/Download-and-Installation.md | |||
@@ -38,12 +38,14 @@ $ mv Shaarli /path/to/shaarli/ | |||
38 | Cloning using `git` or downloading Github branches as zip files requires additional steps: | 38 | Cloning using `git` or downloading Github branches as zip files requires additional steps: |
39 | 39 | ||
40 | * Install [Composer](Unit-tests.md#install_composer) to manage Shaarli dependencies. | 40 | * Install [Composer](Unit-tests.md#install_composer) to manage Shaarli dependencies. |
41 | * Install [yarn](https://yarnpkg.com/lang/en/docs/install/) to build the frontend dependencies. | ||
41 | * Install [python3-virtualenv](https://pypi.python.org/pypi/virtualenv) to build the local HTML documentation. | 42 | * Install [python3-virtualenv](https://pypi.python.org/pypi/virtualenv) to build the local HTML documentation. |
42 | 43 | ||
43 | ``` | 44 | ``` |
44 | $ mkdir -p /path/to/shaarli && cd /path/to/shaarli/ | 45 | $ mkdir -p /path/to/shaarli && cd /path/to/shaarli/ |
45 | $ git clone -b latest https://github.com/shaarli/Shaarli.git . | 46 | $ git clone -b latest https://github.com/shaarli/Shaarli.git . |
46 | $ composer install --no-dev --prefer-dist | 47 | $ composer install --no-dev --prefer-dist |
48 | $ make build_frontend | ||
47 | $ make translate | 49 | $ make translate |
48 | $ make htmldoc | 50 | $ make htmldoc |
49 | ``` | 51 | ``` |
@@ -91,7 +93,9 @@ $ composer install --no-dev --prefer-dist | |||
91 | 93 | ||
92 | _Use at your own risk!_ | 94 | _Use at your own risk!_ |
93 | 95 | ||
94 | Install [Composer](Unit-tests.md#install_composer) to manage Shaarli dependencies. | 96 | Install [Composer](Unit-tests.md#install_composer) to manage Shaarli PHP dependencies, |
97 | and [yarn](https://yarnpkg.com/lang/en/docs/install/) | ||
98 | for front-end dependencies. | ||
95 | 99 | ||
96 | To get the latest changes from the `master` branch: | 100 | To get the latest changes from the `master` branch: |
97 | 101 | ||
@@ -101,6 +105,7 @@ $ git clone https://github.com/shaarli/Shaarli.git -b master /path/to/shaarli/ | |||
101 | # install/update third-party dependencies | 105 | # install/update third-party dependencies |
102 | $ cd /path/to/shaarli | 106 | $ cd /path/to/shaarli |
103 | $ composer install --no-dev --prefer-dist | 107 | $ composer install --no-dev --prefer-dist |
108 | $ make build_frontend | ||
104 | $ make translate | 109 | $ make translate |
105 | $ make htmldoc | 110 | $ make htmldoc |
106 | ``` | 111 | ``` |
diff --git a/doc/md/Upgrade-and-migration.md b/doc/md/Upgrade-and-migration.md index ac24ff34..451ca36d 100644 --- a/doc/md/Upgrade-and-migration.md +++ b/doc/md/Upgrade-and-migration.md | |||
@@ -83,6 +83,13 @@ $ make translate | |||
83 | 83 | ||
84 | If you use translations in gettext mode, reload your web server. | 84 | If you use translations in gettext mode, reload your web server. |
85 | 85 | ||
86 | Shaarli >= `v0.10.0` manages its front-end dependencies with nodejs. You need to install | ||
87 | [yarn](https://yarnpkg.com/lang/en/docs/install/): | ||
88 | |||
89 | ```bash | ||
90 | $ make build_frontend | ||
91 | ``` | ||
92 | |||
86 | ### Migrating and upgrading from Sebsauvage's repository | 93 | ### Migrating and upgrading from Sebsauvage's repository |
87 | 94 | ||
88 | If you have installed Shaarli from [Sebsauvage's original Git repository](https://github.com/sebsauvage/Shaarli), you can use [Git remotes](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes) to update your working copy. | 95 | If you have installed Shaarli from [Sebsauvage's original Git repository](https://github.com/sebsauvage/Shaarli), you can use [Git remotes](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes) to update your working copy. |
@@ -170,6 +177,13 @@ $ make translate | |||
170 | 177 | ||
171 | If you use translations in gettext mode, reload your web server. | 178 | If you use translations in gettext mode, reload your web server. |
172 | 179 | ||
180 | Shaarli >= `v0.10.0` manages its front-end dependencies with nodejs. You need to install | ||
181 | [yarn](https://yarnpkg.com/lang/en/docs/install/): | ||
182 | |||
183 | ```bash | ||
184 | $ make build_frontend | ||
185 | ``` | ||
186 | |||
173 | Optionally, you can delete information related to the legacy version: | 187 | Optionally, you can delete information related to the legacy version: |
174 | 188 | ||
175 | ```bash | 189 | ```bash |
diff --git a/inc/awesomplete-multiple-tags.js b/inc/awesomplete-multiple-tags.js deleted file mode 100644 index c38dc38e..00000000 --- a/inc/awesomplete-multiple-tags.js +++ /dev/null | |||
@@ -1,66 +0,0 @@ | |||
1 | /** @licstart The following is the entire license notice for the | ||
2 | * JavaScript code in this page. | ||
3 | * | ||
4 | * Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | ||
5 | * (c) 2011-2017 The Shaarli Community, see AUTHORS | ||
6 | * | ||
7 | * This software is provided 'as-is', without any express or implied warranty. | ||
8 | * In no event will the authors be held liable for any damages arising from | ||
9 | * the use of this software. | ||
10 | * | ||
11 | * Permission is granted to anyone to use this software for any purpose, | ||
12 | * including commercial applications, and to alter it and redistribute it | ||
13 | * freely, subject to the following restrictions: | ||
14 | * | ||
15 | * 1. The origin of this software must not be misrepresented; you must not | ||
16 | * claim that you wrote the original software. If you use this software | ||
17 | * in a product, an acknowledgment in the product documentation would | ||
18 | * be appreciated but is not required. | ||
19 | * | ||
20 | * 2. Altered source versions must be plainly marked as such, and must | ||
21 | * not be misrepresented as being the original software. | ||
22 | * | ||
23 | * 3. This notice may not be removed or altered from any source distribution. | ||
24 | * | ||
25 | * @licend The above is the entire license notice | ||
26 | * for the JavaScript code in this page. | ||
27 | */ | ||
28 | |||
29 | var awp = Awesomplete.$; | ||
30 | var autocompleteFields = document.querySelectorAll('input[data-multiple]'); | ||
31 | [].forEach.call(autocompleteFields, function(autocompleteField) { | ||
32 | awesomplete = new Awesomplete(awp(autocompleteField), { | ||
33 | filter: function (text, input) { | ||
34 | return Awesomplete.FILTER_CONTAINS(text, input.match(/[^ ]*$/)[0]); | ||
35 | }, | ||
36 | replace: function (text) { | ||
37 | var before = this.input.value.match(/^.+ \s*|/)[0]; | ||
38 | this.input.value = before + text + " "; | ||
39 | }, | ||
40 | minChars: 1 | ||
41 | }) | ||
42 | }); | ||
43 | |||
44 | /** | ||
45 | * Remove already selected items from autocompletion list. | ||
46 | * HTML list is never updated, so removing a tag will add it back to awesomplete. | ||
47 | * | ||
48 | * FIXME: This a workaround waiting for awesomplete to handle this. | ||
49 | * https://github.com/LeaVerou/awesomplete/issues/16749 | ||
50 | */ | ||
51 | function awesompleteUniqueTag(selector) { | ||
52 | var input = document.querySelector(selector); | ||
53 | input.addEventListener('input', function() | ||
54 | { | ||
55 | proposedTags = input.getAttribute('data-list').replace(/,/g, '').split(' '); | ||
56 | reg = /(\w+) /g; | ||
57 | while((match = reg.exec(input.value)) !== null) { | ||
58 | id = proposedTags.indexOf(match[1]); | ||
59 | if(id != -1 ) { | ||
60 | proposedTags.splice(id, 1); | ||
61 | } | ||
62 | } | ||
63 | |||
64 | awesomplete.list = proposedTags; | ||
65 | }); | ||
66 | } | ||
diff --git a/inc/awesomplete.css b/inc/awesomplete.css deleted file mode 100644 index 47c1928f..00000000 --- a/inc/awesomplete.css +++ /dev/null | |||
@@ -1,97 +0,0 @@ | |||
1 | [hidden] { display: none; } | ||
2 | |||
3 | .visually-hidden { | ||
4 | position: absolute; | ||
5 | clip: rect(0, 0, 0, 0); | ||
6 | } | ||
7 | |||
8 | div.awesomplete { | ||
9 | display: inline-block; | ||
10 | position: relative; | ||
11 | width: 100%; | ||
12 | } | ||
13 | |||
14 | div.awesomplete > input { | ||
15 | display: block; | ||
16 | } | ||
17 | |||
18 | div.awesomplete > ul { | ||
19 | position: absolute; | ||
20 | left: 0; | ||
21 | z-index: 1; | ||
22 | min-width: 100%; | ||
23 | box-sizing: border-box; | ||
24 | list-style: none; | ||
25 | padding: 0; | ||
26 | border-radius: .3em; | ||
27 | margin: .2em 0 0; | ||
28 | background: #FFF; | ||
29 | border: 1px solid rgba(0,0,0,.3); | ||
30 | box-shadow: .05em .2em .6em rgba(0,0,0,.2); | ||
31 | text-shadow: none; | ||
32 | } | ||
33 | |||
34 | div.awesomplete > ul[hidden], | ||
35 | div.awesomplete > ul:empty { | ||
36 | display: none; | ||
37 | } | ||
38 | |||
39 | @supports (transform: scale(0)) { | ||
40 | div.awesomplete > ul { | ||
41 | transition: .3s cubic-bezier(.4,.2,.5,1.4); | ||
42 | transform-origin: 1.43em -.43em; | ||
43 | } | ||
44 | |||
45 | div.awesomplete > ul[hidden], | ||
46 | div.awesomplete > ul:empty { | ||
47 | opacity: 0; | ||
48 | transform: scale(0); | ||
49 | display: block; | ||
50 | transition-timing-function: ease; | ||
51 | } | ||
52 | } | ||
53 | |||
54 | /* Pointer */ | ||
55 | div.awesomplete > ul:before { | ||
56 | content: ""; | ||
57 | position: absolute; | ||
58 | top: -.43em; | ||
59 | left: 1em; | ||
60 | width: 0; height: 0; | ||
61 | padding: .4em; | ||
62 | background: white; | ||
63 | border: inherit; | ||
64 | border-right: 0; | ||
65 | border-bottom: 0; | ||
66 | -webkit-transform: rotate(45deg); | ||
67 | transform: rotate(45deg); | ||
68 | } | ||
69 | |||
70 | div.awesomplete > ul > li { | ||
71 | position: relative; | ||
72 | padding: .2em .5em; | ||
73 | cursor: pointer; | ||
74 | } | ||
75 | |||
76 | div.awesomplete > ul > li:hover { | ||
77 | background: hsl(200, 40%, 80%); | ||
78 | color: black; | ||
79 | } | ||
80 | |||
81 | div.awesomplete > ul > li[aria-selected="true"] { | ||
82 | background: hsl(205, 40%, 40%); | ||
83 | color: white; | ||
84 | } | ||
85 | |||
86 | div.awesomplete mark { | ||
87 | background: hsl(65, 100%, 50%); | ||
88 | } | ||
89 | |||
90 | div.awesomplete li:hover mark { | ||
91 | background: hsl(68, 101%, 41%); | ||
92 | } | ||
93 | |||
94 | div.awesomplete li[aria-selected="true"] mark { | ||
95 | background: hsl(86, 102%, 21%); | ||
96 | color: inherit; | ||
97 | } | ||
diff --git a/inc/awesomplete.js b/inc/awesomplete.js deleted file mode 100644 index 32f49e5b..00000000 --- a/inc/awesomplete.js +++ /dev/null | |||
@@ -1,450 +0,0 @@ | |||
1 | /** | ||
2 | * Simple, lightweight, usable local autocomplete library for modern browsers | ||
3 | * Because there weren’t enough autocomplete scripts in the world? Because I’m completely insane and have NIH syndrome? Probably both. :P | ||
4 | * @author Lea Verou http://leaverou.github.io/awesomplete | ||
5 | * MIT license | ||
6 | */ | ||
7 | |||
8 | (function () { | ||
9 | |||
10 | var _ = function (input, o) { | ||
11 | var me = this; | ||
12 | |||
13 | // Setup | ||
14 | |||
15 | this.isOpened = false; | ||
16 | |||
17 | this.input = $(input); | ||
18 | this.input.setAttribute("autocomplete", "off"); | ||
19 | this.input.setAttribute("aria-autocomplete", "list"); | ||
20 | |||
21 | o = o || {}; | ||
22 | |||
23 | configure(this, { | ||
24 | minChars: 2, | ||
25 | maxItems: 10, | ||
26 | autoFirst: false, | ||
27 | data: _.DATA, | ||
28 | filter: _.FILTER_CONTAINS, | ||
29 | sort: _.SORT_BYLENGTH, | ||
30 | item: _.ITEM, | ||
31 | replace: _.REPLACE | ||
32 | }, o); | ||
33 | |||
34 | this.index = -1; | ||
35 | |||
36 | // Create necessary elements | ||
37 | |||
38 | this.container = $.create("div", { | ||
39 | className: "awesomplete", | ||
40 | around: input | ||
41 | }); | ||
42 | |||
43 | this.ul = $.create("ul", { | ||
44 | hidden: "hidden", | ||
45 | inside: this.container | ||
46 | }); | ||
47 | |||
48 | this.status = $.create("span", { | ||
49 | className: "visually-hidden", | ||
50 | role: "status", | ||
51 | "aria-live": "assertive", | ||
52 | "aria-relevant": "additions", | ||
53 | inside: this.container | ||
54 | }); | ||
55 | |||
56 | // Bind events | ||
57 | |||
58 | $.bind(this.input, { | ||
59 | "input": this.evaluate.bind(this), | ||
60 | "blur": this.close.bind(this, { reason: "blur" }), | ||
61 | "keydown": function(evt) { | ||
62 | var c = evt.keyCode; | ||
63 | |||
64 | // If the dropdown `ul` is in view, then act on keydown for the following keys: | ||
65 | // Enter / Esc / Up / Down | ||
66 | if(me.opened) { | ||
67 | if (c === 13 && me.selected) { // Enter | ||
68 | evt.preventDefault(); | ||
69 | me.select(); | ||
70 | } | ||
71 | else if (c === 27) { // Esc | ||
72 | me.close({ reason: "esc" }); | ||
73 | } | ||
74 | else if (c === 38 || c === 40) { // Down/Up arrow | ||
75 | evt.preventDefault(); | ||
76 | me[c === 38? "previous" : "next"](); | ||
77 | } | ||
78 | } | ||
79 | } | ||
80 | }); | ||
81 | |||
82 | $.bind(this.input.form, {"submit": this.close.bind(this, { reason: "submit" })}); | ||
83 | |||
84 | $.bind(this.ul, {"mousedown": function(evt) { | ||
85 | var li = evt.target; | ||
86 | |||
87 | if (li !== this) { | ||
88 | |||
89 | while (li && !/li/i.test(li.nodeName)) { | ||
90 | li = li.parentNode; | ||
91 | } | ||
92 | |||
93 | if (li && evt.button === 0) { // Only select on left click | ||
94 | evt.preventDefault(); | ||
95 | me.select(li, evt.target); | ||
96 | } | ||
97 | } | ||
98 | }}); | ||
99 | |||
100 | if (this.input.hasAttribute("list")) { | ||
101 | this.list = "#" + this.input.getAttribute("list"); | ||
102 | this.input.removeAttribute("list"); | ||
103 | } | ||
104 | else { | ||
105 | this.list = this.input.getAttribute("data-list") || o.list || []; | ||
106 | } | ||
107 | |||
108 | _.all.push(this); | ||
109 | }; | ||
110 | |||
111 | _.prototype = { | ||
112 | set list(list) { | ||
113 | if (Array.isArray(list)) { | ||
114 | this._list = list; | ||
115 | } | ||
116 | else if (typeof list === "string" && list.indexOf(",") > -1) { | ||
117 | this._list = list.split(/\s*,\s*/); | ||
118 | } | ||
119 | else { // Element or CSS selector | ||
120 | list = $(list); | ||
121 | |||
122 | if (list && list.children) { | ||
123 | var items = []; | ||
124 | slice.apply(list.children).forEach(function (el) { | ||
125 | if (!el.disabled) { | ||
126 | var text = el.textContent.trim(); | ||
127 | var value = el.value || text; | ||
128 | var label = el.label || text; | ||
129 | if (value !== "") { | ||
130 | items.push({ label: label, value: value }); | ||
131 | } | ||
132 | } | ||
133 | }); | ||
134 | this._list = items; | ||
135 | } | ||
136 | } | ||
137 | |||
138 | if (document.activeElement === this.input) { | ||
139 | this.evaluate(); | ||
140 | } | ||
141 | }, | ||
142 | |||
143 | get selected() { | ||
144 | return this.index > -1; | ||
145 | }, | ||
146 | |||
147 | get opened() { | ||
148 | return this.isOpened; | ||
149 | }, | ||
150 | |||
151 | close: function (o) { | ||
152 | if (!this.opened) { | ||
153 | return; | ||
154 | } | ||
155 | |||
156 | this.ul.setAttribute("hidden", ""); | ||
157 | this.isOpened = false; | ||
158 | this.index = -1; | ||
159 | |||
160 | $.fire(this.input, "awesomplete-close", o || {}); | ||
161 | }, | ||
162 | |||
163 | open: function () { | ||
164 | this.ul.removeAttribute("hidden"); | ||
165 | this.isOpened = true; | ||
166 | |||
167 | if (this.autoFirst && this.index === -1) { | ||
168 | this.goto(0); | ||
169 | } | ||
170 | |||
171 | $.fire(this.input, "awesomplete-open"); | ||
172 | }, | ||
173 | |||
174 | next: function () { | ||
175 | var count = this.ul.children.length; | ||
176 | this.goto(this.index < count - 1 ? this.index + 1 : (count ? 0 : -1) ); | ||
177 | }, | ||
178 | |||
179 | previous: function () { | ||
180 | var count = this.ul.children.length; | ||
181 | var pos = this.index - 1; | ||
182 | |||
183 | this.goto(this.selected && pos !== -1 ? pos : count - 1); | ||
184 | }, | ||
185 | |||
186 | // Should not be used, highlights specific item without any checks! | ||
187 | goto: function (i) { | ||
188 | var lis = this.ul.children; | ||
189 | |||
190 | if (this.selected) { | ||
191 | lis[this.index].setAttribute("aria-selected", "false"); | ||
192 | } | ||
193 | |||
194 | this.index = i; | ||
195 | |||
196 | if (i > -1 && lis.length > 0) { | ||
197 | lis[i].setAttribute("aria-selected", "true"); | ||
198 | this.status.textContent = lis[i].textContent; | ||
199 | |||
200 | // scroll to highlighted element in case parent's height is fixed | ||
201 | this.ul.scrollTop = lis[i].offsetTop - this.ul.clientHeight + lis[i].clientHeight; | ||
202 | |||
203 | $.fire(this.input, "awesomplete-highlight", { | ||
204 | text: this.suggestions[this.index] | ||
205 | }); | ||
206 | } | ||
207 | }, | ||
208 | |||
209 | select: function (selected, origin) { | ||
210 | if (selected) { | ||
211 | this.index = $.siblingIndex(selected); | ||
212 | } else { | ||
213 | selected = this.ul.children[this.index]; | ||
214 | } | ||
215 | |||
216 | if (selected) { | ||
217 | var suggestion = this.suggestions[this.index]; | ||
218 | |||
219 | var allowed = $.fire(this.input, "awesomplete-select", { | ||
220 | text: suggestion, | ||
221 | origin: origin || selected | ||
222 | }); | ||
223 | |||
224 | if (allowed) { | ||
225 | this.replace(suggestion); | ||
226 | this.close({ reason: "select" }); | ||
227 | $.fire(this.input, "awesomplete-selectcomplete", { | ||
228 | text: suggestion | ||
229 | }); | ||
230 | } | ||
231 | } | ||
232 | }, | ||
233 | |||
234 | evaluate: function() { | ||
235 | var me = this; | ||
236 | var value = this.input.value; | ||
237 | |||
238 | if (value.length >= this.minChars && this._list.length > 0) { | ||
239 | this.index = -1; | ||
240 | // Populate list with options that match | ||
241 | this.ul.innerHTML = ""; | ||
242 | |||
243 | this.suggestions = this._list | ||
244 | .map(function(item) { | ||
245 | return new Suggestion(me.data(item, value)); | ||
246 | }) | ||
247 | .filter(function(item) { | ||
248 | return me.filter(item, value); | ||
249 | }) | ||
250 | .sort(this.sort) | ||
251 | .slice(0, this.maxItems); | ||
252 | |||
253 | this.suggestions.forEach(function(text) { | ||
254 | me.ul.appendChild(me.item(text, value)); | ||
255 | }); | ||
256 | |||
257 | if (this.ul.children.length === 0) { | ||
258 | this.close({ reason: "nomatches" }); | ||
259 | } else { | ||
260 | this.open(); | ||
261 | } | ||
262 | } | ||
263 | else { | ||
264 | this.close({ reason: "nomatches" }); | ||
265 | } | ||
266 | } | ||
267 | }; | ||
268 | |||
269 | // Static methods/properties | ||
270 | |||
271 | _.all = []; | ||
272 | |||
273 | _.FILTER_CONTAINS = function (text, input) { | ||
274 | return RegExp($.regExpEscape(input.trim()), "i").test(text); | ||
275 | }; | ||
276 | |||
277 | _.FILTER_STARTSWITH = function (text, input) { | ||
278 | return RegExp("^" + $.regExpEscape(input.trim()), "i").test(text); | ||
279 | }; | ||
280 | |||
281 | _.SORT_BYLENGTH = function (a, b) { | ||
282 | if (a.length !== b.length) { | ||
283 | return a.length - b.length; | ||
284 | } | ||
285 | |||
286 | return a < b? -1 : 1; | ||
287 | }; | ||
288 | |||
289 | _.ITEM = function (text, input) { | ||
290 | var html = input.trim() === '' ? text : text.replace(RegExp($.regExpEscape(input.trim()), "gi"), "<mark>$&</mark>"); | ||
291 | return $.create("li", { | ||
292 | innerHTML: html, | ||
293 | "aria-selected": "false" | ||
294 | }); | ||
295 | }; | ||
296 | |||
297 | _.REPLACE = function (text) { | ||
298 | this.input.value = text.value; | ||
299 | }; | ||
300 | |||
301 | _.DATA = function (item/*, input*/) { return item; }; | ||
302 | |||
303 | // Private functions | ||
304 | |||
305 | function Suggestion(data) { | ||
306 | var o = Array.isArray(data) | ||
307 | ? { label: data[0], value: data[1] } | ||
308 | : typeof data === "object" && "label" in data && "value" in data ? data : { label: data, value: data }; | ||
309 | |||
310 | this.label = o.label || o.value; | ||
311 | this.value = o.value; | ||
312 | } | ||
313 | Object.defineProperty(Suggestion.prototype = Object.create(String.prototype), "length", { | ||
314 | get: function() { return this.label.length; } | ||
315 | }); | ||
316 | Suggestion.prototype.toString = Suggestion.prototype.valueOf = function () { | ||
317 | return "" + this.label; | ||
318 | }; | ||
319 | |||
320 | function configure(instance, properties, o) { | ||
321 | for (var i in properties) { | ||
322 | var initial = properties[i], | ||
323 | attrValue = instance.input.getAttribute("data-" + i.toLowerCase()); | ||
324 | |||
325 | if (typeof initial === "number") { | ||
326 | instance[i] = parseInt(attrValue); | ||
327 | } | ||
328 | else if (initial === false) { // Boolean options must be false by default anyway | ||
329 | instance[i] = attrValue !== null; | ||
330 | } | ||
331 | else if (initial instanceof Function) { | ||
332 | instance[i] = null; | ||
333 | } | ||
334 | else { | ||
335 | instance[i] = attrValue; | ||
336 | } | ||
337 | |||
338 | if (!instance[i] && instance[i] !== 0) { | ||
339 | instance[i] = (i in o)? o[i] : initial; | ||
340 | } | ||
341 | } | ||
342 | } | ||
343 | |||
344 | // Helpers | ||
345 | |||
346 | var slice = Array.prototype.slice; | ||
347 | |||
348 | function $(expr, con) { | ||
349 | return typeof expr === "string"? (con || document).querySelector(expr) : expr || null; | ||
350 | } | ||
351 | |||
352 | function $$(expr, con) { | ||
353 | return slice.call((con || document).querySelectorAll(expr)); | ||
354 | } | ||
355 | |||
356 | $.create = function(tag, o) { | ||
357 | var element = document.createElement(tag); | ||
358 | |||
359 | for (var i in o) { | ||
360 | var val = o[i]; | ||
361 | |||
362 | if (i === "inside") { | ||
363 | $(val).appendChild(element); | ||
364 | } | ||
365 | else if (i === "around") { | ||
366 | var ref = $(val); | ||
367 | ref.parentNode.insertBefore(element, ref); | ||
368 | element.appendChild(ref); | ||
369 | } | ||
370 | else if (i in element) { | ||
371 | element[i] = val; | ||
372 | } | ||
373 | else { | ||
374 | element.setAttribute(i, val); | ||
375 | } | ||
376 | } | ||
377 | |||
378 | return element; | ||
379 | }; | ||
380 | |||
381 | $.bind = function(element, o) { | ||
382 | if (element) { | ||
383 | for (var event in o) { | ||
384 | var callback = o[event]; | ||
385 | |||
386 | event.split(/\s+/).forEach(function (event) { | ||
387 | element.addEventListener(event, callback); | ||
388 | }); | ||
389 | } | ||
390 | } | ||
391 | }; | ||
392 | |||
393 | $.fire = function(target, type, properties) { | ||
394 | var evt = document.createEvent("HTMLEvents"); | ||
395 | |||
396 | evt.initEvent(type, true, true ); | ||
397 | |||
398 | for (var j in properties) { | ||
399 | evt[j] = properties[j]; | ||
400 | } | ||
401 | |||
402 | return target.dispatchEvent(evt); | ||
403 | }; | ||
404 | |||
405 | $.regExpEscape = function (s) { | ||
406 | return s.replace(/[-\\^$*+?.()|[\]{}]/g, "\\$&"); | ||
407 | }; | ||
408 | |||
409 | $.siblingIndex = function (el) { | ||
410 | /* eslint-disable no-cond-assign */ | ||
411 | for (var i = 0; el = el.previousElementSibling; i++); | ||
412 | return i; | ||
413 | }; | ||
414 | |||
415 | // Initialization | ||
416 | |||
417 | function init() { | ||
418 | $$("input.awesomplete").forEach(function (input) { | ||
419 | new _(input); | ||
420 | }); | ||
421 | } | ||
422 | |||
423 | // Are we in a browser? Check for Document constructor | ||
424 | if (typeof Document !== "undefined") { | ||
425 | // DOM already loaded? | ||
426 | if (document.readyState !== "loading") { | ||
427 | init(); | ||
428 | } | ||
429 | else { | ||
430 | // Wait for it | ||
431 | document.addEventListener("DOMContentLoaded", init); | ||
432 | } | ||
433 | } | ||
434 | |||
435 | _.$ = $; | ||
436 | _.$$ = $$; | ||
437 | |||
438 | // Make sure to export Awesomplete on self when in a browser | ||
439 | if (typeof self !== "undefined") { | ||
440 | self.Awesomplete = _; | ||
441 | } | ||
442 | |||
443 | // Expose Awesomplete as a CJS module | ||
444 | if (typeof module === "object" && module.exports) { | ||
445 | module.exports = _; | ||
446 | } | ||
447 | |||
448 | return _; | ||
449 | |||
450 | }()); \ No newline at end of file | ||
diff --git a/inc/blazy-1.3.1.js b/inc/blazy-1.3.1.js deleted file mode 100644 index cfc2dbde..00000000 --- a/inc/blazy-1.3.1.js +++ /dev/null | |||
@@ -1,232 +0,0 @@ | |||
1 | /*! | ||
2 | hey, [be]Lazy.js - v1.3.1 - 2015.02.01 | ||
3 | A lazy loading and multi-serving image script | ||
4 | (c) Bjoern Klinggaard - @bklinggaard - http://dinbror.dk/blazy | ||
5 | */ | ||
6 | ;(function(root, blazy) { | ||
7 | if (typeof define === 'function' && define.amd) { | ||
8 | // AMD. Register bLazy as an anonymous module | ||
9 | define(blazy); | ||
10 | } else if (typeof exports === 'object') { | ||
11 | // Node. Does not work with strict CommonJS, but | ||
12 | // only CommonJS-like environments that support module.exports, | ||
13 | // like Node. | ||
14 | module.exports = blazy(); | ||
15 | } else { | ||
16 | // Browser globals. Register bLazy on window | ||
17 | root.Blazy = blazy(); | ||
18 | } | ||
19 | })(this, function () { | ||
20 | 'use strict'; | ||
21 | |||
22 | //vars | ||
23 | var source, options, viewport, images, count, isRetina, destroyed; | ||
24 | //throttle vars | ||
25 | var validateT, saveViewportOffsetT; | ||
26 | |||
27 | // constructor | ||
28 | function Blazy(settings) { | ||
29 | //IE7- fallback for missing querySelectorAll support | ||
30 | if (!document.querySelectorAll) { | ||
31 | var s=document.createStyleSheet(); | ||
32 | document.querySelectorAll = function(r, c, i, j, a) { | ||
33 | a=document.all, c=[], r = r.replace(/\[for\b/gi, '[htmlFor').split(','); | ||
34 | for (i=r.length; i--;) { | ||
35 | s.addRule(r[i], 'k:v'); | ||
36 | for (j=a.length; j--;) a[j].currentStyle.k && c.push(a[j]); | ||
37 | s.removeRule(0); | ||
38 | } | ||
39 | return c; | ||
40 | }; | ||
41 | } | ||
42 | //init vars | ||
43 | destroyed = true; | ||
44 | images = []; | ||
45 | viewport = {}; | ||
46 | //options | ||
47 | options = settings || {}; | ||
48 | options.error = options.error || false; | ||
49 | options.offset = options.offset || 100; | ||
50 | options.success = options.success || false; | ||
51 | options.selector = options.selector || '.b-lazy'; | ||
52 | options.separator = options.separator || '|'; | ||
53 | options.container = options.container ? document.querySelectorAll(options.container) : false; | ||
54 | options.errorClass = options.errorClass || 'b-error'; | ||
55 | options.breakpoints = options.breakpoints || false; | ||
56 | options.successClass = options.successClass || 'b-loaded'; | ||
57 | options.src = source = options.src || 'data-src'; | ||
58 | isRetina = window.devicePixelRatio > 1; | ||
59 | viewport.top = 0 - options.offset; | ||
60 | viewport.left = 0 - options.offset; | ||
61 | //throttle, ensures that we don't call the functions too often | ||
62 | validateT = throttle(validate, 25); | ||
63 | saveViewportOffsetT = throttle(saveViewportOffset, 50); | ||
64 | |||
65 | saveViewportOffset(); | ||
66 | |||
67 | //handle multi-served image src | ||
68 | each(options.breakpoints, function(object){ | ||
69 | if(object.width >= window.screen.width) { | ||
70 | source = object.src; | ||
71 | return false; | ||
72 | } | ||
73 | }); | ||
74 | |||
75 | // start lazy load | ||
76 | initialize(); | ||
77 | } | ||
78 | |||
79 | /* public functions | ||
80 | ************************************/ | ||
81 | Blazy.prototype.revalidate = function() { | ||
82 | initialize(); | ||
83 | }; | ||
84 | Blazy.prototype.load = function(element, force){ | ||
85 | if(!isElementLoaded(element)) loadImage(element, force); | ||
86 | }; | ||
87 | Blazy.prototype.destroy = function(){ | ||
88 | if(options.container){ | ||
89 | each(options.container, function(object){ | ||
90 | unbindEvent(object, 'scroll', validateT); | ||
91 | }); | ||
92 | } | ||
93 | unbindEvent(window, 'scroll', validateT); | ||
94 | unbindEvent(window, 'resize', validateT); | ||
95 | unbindEvent(window, 'resize', saveViewportOffsetT); | ||
96 | count = 0; | ||
97 | images.length = 0; | ||
98 | destroyed = true; | ||
99 | }; | ||
100 | |||
101 | /* private helper functions | ||
102 | ************************************/ | ||
103 | function initialize(){ | ||
104 | // First we create an array of images to lazy load | ||
105 | createImageArray(options.selector); | ||
106 | // Then we bind resize and scroll events if not already binded | ||
107 | if(destroyed) { | ||
108 | destroyed = false; | ||
109 | if(options.container) { | ||
110 | each(options.container, function(object){ | ||
111 | bindEvent(object, 'scroll', validateT); | ||
112 | }); | ||
113 | } | ||
114 | bindEvent(window, 'resize', saveViewportOffsetT); | ||
115 | bindEvent(window, 'resize', validateT); | ||
116 | bindEvent(window, 'scroll', validateT); | ||
117 | } | ||
118 | // And finally, we start to lazy load. Should bLazy ensure domready? | ||
119 | validate(); | ||
120 | } | ||
121 | |||
122 | function validate() { | ||
123 | for(var i = 0; i<count; i++){ | ||
124 | var image = images[i]; | ||
125 | if(elementInView(image) || isElementLoaded(image)) { | ||
126 | Blazy.prototype.load(image); | ||
127 | images.splice(i, 1); | ||
128 | count--; | ||
129 | i--; | ||
130 | } | ||
131 | } | ||
132 | if(count === 0) { | ||
133 | Blazy.prototype.destroy(); | ||
134 | } | ||
135 | } | ||
136 | |||
137 | function loadImage(ele, force){ | ||
138 | // if element is visible | ||
139 | if(force || (ele.offsetWidth > 0 && ele.offsetHeight > 0)) { | ||
140 | var dataSrc = ele.getAttribute(source) || ele.getAttribute(options.src); // fallback to default data-src | ||
141 | if(dataSrc) { | ||
142 | var dataSrcSplitted = dataSrc.split(options.separator); | ||
143 | var src = dataSrcSplitted[isRetina && dataSrcSplitted.length > 1 ? 1 : 0]; | ||
144 | var img = new Image(); | ||
145 | // cleanup markup, remove data source attributes | ||
146 | each(options.breakpoints, function(object){ | ||
147 | ele.removeAttribute(object.src); | ||
148 | }); | ||
149 | ele.removeAttribute(options.src); | ||
150 | img.onerror = function() { | ||
151 | if(options.error) options.error(ele, "invalid"); | ||
152 | ele.className = ele.className + ' ' + options.errorClass; | ||
153 | }; | ||
154 | img.onload = function() { | ||
155 | // Is element an image or should we add the src as a background image? | ||
156 | ele.nodeName.toLowerCase() === 'img' ? ele.src = src : ele.style.backgroundImage = 'url("' + src + '")'; | ||
157 | ele.className = ele.className + ' ' + options.successClass; | ||
158 | if(options.success) options.success(ele); | ||
159 | }; | ||
160 | img.src = src; //preload image | ||
161 | } else { | ||
162 | if(options.error) options.error(ele, "missing"); | ||
163 | ele.className = ele.className + ' ' + options.errorClass; | ||
164 | } | ||
165 | } | ||
166 | } | ||
167 | |||
168 | function elementInView(ele) { | ||
169 | var rect = ele.getBoundingClientRect(); | ||
170 | |||
171 | return ( | ||
172 | // Intersection | ||
173 | rect.right >= viewport.left | ||
174 | && rect.bottom >= viewport.top | ||
175 | && rect.left <= viewport.right | ||
176 | && rect.top <= viewport.bottom | ||
177 | ); | ||
178 | } | ||
179 | |||
180 | function isElementLoaded(ele) { | ||
181 | return (' ' + ele.className + ' ').indexOf(' ' + options.successClass + ' ') !== -1; | ||
182 | } | ||
183 | |||
184 | function createImageArray(selector) { | ||
185 | var nodelist = document.querySelectorAll(selector); | ||
186 | count = nodelist.length; | ||
187 | //converting nodelist to array | ||
188 | for(var i = count; i--; images.unshift(nodelist[i])){} | ||
189 | } | ||
190 | |||
191 | function saveViewportOffset(){ | ||
192 | viewport.bottom = (window.innerHeight || document.documentElement.clientHeight) + options.offset; | ||
193 | viewport.right = (window.innerWidth || document.documentElement.clientWidth) + options.offset; | ||
194 | } | ||
195 | |||
196 | function bindEvent(ele, type, fn) { | ||
197 | if (ele.attachEvent) { | ||
198 | ele.attachEvent && ele.attachEvent('on' + type, fn); | ||
199 | } else { | ||
200 | ele.addEventListener(type, fn, false); | ||
201 | } | ||
202 | } | ||
203 | |||
204 | function unbindEvent(ele, type, fn) { | ||
205 | if (ele.detachEvent) { | ||
206 | ele.detachEvent && ele.detachEvent('on' + type, fn); | ||
207 | } else { | ||
208 | ele.removeEventListener(type, fn, false); | ||
209 | } | ||
210 | } | ||
211 | |||
212 | function each(object, fn){ | ||
213 | if(object && fn) { | ||
214 | var l = object.length; | ||
215 | for(var i = 0; i<l && fn(object[i], i) !== false; i++){} | ||
216 | } | ||
217 | } | ||
218 | |||
219 | function throttle(fn, minDelay) { | ||
220 | var lastCall = 0; | ||
221 | return function() { | ||
222 | var now = +new Date(); | ||
223 | if (now - lastCall < minDelay) { | ||
224 | return; | ||
225 | } | ||
226 | lastCall = now; | ||
227 | fn.apply(images, arguments); | ||
228 | }; | ||
229 | } | ||
230 | |||
231 | return Blazy; | ||
232 | }); | ||
diff --git a/inc/plugin_admin.js b/inc/plugin_admin.js deleted file mode 100644 index 4b55e0f3..00000000 --- a/inc/plugin_admin.js +++ /dev/null | |||
@@ -1,103 +0,0 @@ | |||
1 | /** @licstart The following is the entire license notice for the | ||
2 | * JavaScript code in this page. | ||
3 | * | ||
4 | * Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | ||
5 | * (c) 2011-2017 The Shaarli Community, see AUTHORS | ||
6 | * | ||
7 | * This software is provided 'as-is', without any express or implied warranty. | ||
8 | * In no event will the authors be held liable for any damages arising from | ||
9 | * the use of this software. | ||
10 | * | ||
11 | * Permission is granted to anyone to use this software for any purpose, | ||
12 | * including commercial applications, and to alter it and redistribute it | ||
13 | * freely, subject to the following restrictions: | ||
14 | * | ||
15 | * 1. The origin of this software must not be misrepresented; you must not | ||
16 | * claim that you wrote the original software. If you use this software | ||
17 | * in a product, an acknowledgment in the product documentation would | ||
18 | * be appreciated but is not required. | ||
19 | * | ||
20 | * 2. Altered source versions must be plainly marked as such, and must | ||
21 | * not be misrepresented as being the original software. | ||
22 | * | ||
23 | * 3. This notice may not be removed or altered from any source distribution. | ||
24 | * | ||
25 | * @licend The above is the entire license notice | ||
26 | * for the JavaScript code in this page. | ||
27 | */ | ||
28 | |||
29 | /** | ||
30 | * Change the position counter of a row. | ||
31 | * | ||
32 | * @param elem Element Node to change. | ||
33 | * @param toPos int New position. | ||
34 | */ | ||
35 | function changePos(elem, toPos) | ||
36 | { | ||
37 | var elemName = elem.getAttribute('data-line') | ||
38 | |||
39 | elem.setAttribute('data-order', toPos); | ||
40 | var hiddenInput = document.querySelector('[name="order_'+ elemName +'"]'); | ||
41 | hiddenInput.setAttribute('value', toPos); | ||
42 | } | ||
43 | |||
44 | /** | ||
45 | * Move a row up or down. | ||
46 | * | ||
47 | * @param pos Element Node to move. | ||
48 | * @param move int Move: +1 (down) or -1 (up) | ||
49 | */ | ||
50 | function changeOrder(pos, move) | ||
51 | { | ||
52 | var newpos = parseInt(pos) + move; | ||
53 | var lines = document.querySelectorAll('[data-order="'+ pos +'"]'); | ||
54 | var changelines = document.querySelectorAll('[data-order="'+ newpos +'"]'); | ||
55 | |||
56 | // If we go down reverse lines to preserve the rows order | ||
57 | if (move > 0) { | ||
58 | lines = [].slice.call(lines).reverse(); | ||
59 | } | ||
60 | |||
61 | for (var i = 0 ; i < lines.length ; i++) { | ||
62 | var parent = changelines[0].parentNode; | ||
63 | changePos(lines[i], newpos); | ||
64 | changePos(changelines[i], parseInt(pos)); | ||
65 | var changeItem = move < 0 ? changelines[0] : changelines[changelines.length - 1].nextSibling; | ||
66 | parent.insertBefore(lines[i], changeItem); | ||
67 | } | ||
68 | |||
69 | } | ||
70 | |||
71 | /** | ||
72 | * Move a row up in the table. | ||
73 | * | ||
74 | * @param pos int row counter. | ||
75 | * | ||
76 | * @returns false | ||
77 | */ | ||
78 | function orderUp(pos) | ||
79 | { | ||
80 | if (pos == 0) { | ||
81 | return false; | ||
82 | } | ||
83 | changeOrder(pos, -1); | ||
84 | return false; | ||
85 | } | ||
86 | |||
87 | /** | ||
88 | * Move a row down in the table. | ||
89 | * | ||
90 | * @param pos int row counter. | ||
91 | * | ||
92 | * @returns false | ||
93 | */ | ||
94 | function orderDown(pos) | ||
95 | { | ||
96 | var lastpos = document.querySelector('[data-order]:last-child').getAttribute('data-order'); | ||
97 | if (pos == lastpos) { | ||
98 | return false; | ||
99 | } | ||
100 | |||
101 | changeOrder(pos, +1); | ||
102 | return false; | ||
103 | } | ||
diff --git a/package.json b/package.json new file mode 100644 index 00000000..4320eb88 --- /dev/null +++ b/package.json | |||
@@ -0,0 +1,30 @@ | |||
1 | { | ||
2 | "dependencies": { | ||
3 | "awesomplete": "^1.1.2", | ||
4 | "blazy": "^1.8.2", | ||
5 | "font-awesome": "^4.7.0", | ||
6 | "pure-extras": "^1.0.0", | ||
7 | "purecss": "^1.0.0" | ||
8 | }, | ||
9 | "devDependencies": { | ||
10 | "babel-core": "^6.26.0", | ||
11 | "babel-loader": "^7.1.2", | ||
12 | "babel-minify-webpack-plugin": "^0.2.0", | ||
13 | "babel-preset-env": "^1.6.1", | ||
14 | "css-loader": "^0.28.9", | ||
15 | "eslint": "^4.16.0", | ||
16 | "eslint-config-airbnb-base": "^12.1.0", | ||
17 | "eslint-plugin-import": "^2.8.0", | ||
18 | "extract-text-webpack-plugin": "^3.0.2", | ||
19 | "file-loader": "^1.1.6", | ||
20 | "node-sass": "^4.7.2", | ||
21 | "sass-loader": "^6.0.6", | ||
22 | "style-loader": "^0.19.1", | ||
23 | "url-loader": "^0.6.2", | ||
24 | "webpack": "^3.10.0" | ||
25 | }, | ||
26 | "scripts": { | ||
27 | "build": "webpack", | ||
28 | "watch": "webpack --watch" | ||
29 | } | ||
30 | } | ||
diff --git a/tpl/default/css/font-awesome.css b/tpl/default/css/font-awesome.css deleted file mode 100644 index b2a5fe2f..00000000 --- a/tpl/default/css/font-awesome.css +++ /dev/null | |||
@@ -1,2086 +0,0 @@ | |||
1 | /*! | ||
2 | * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome | ||
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | ||
4 | */ | ||
5 | /* FONT PATH | ||
6 | * -------------------------- */ | ||
7 | @font-face { | ||
8 | font-family: 'FontAwesome'; | ||
9 | src: url('../fonts/fontawesome-webfont.eot?v=4.5.0'); | ||
10 | src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg'); | ||
11 | font-weight: normal; | ||
12 | font-style: normal; | ||
13 | } | ||
14 | .fa { | ||
15 | display: inline-block; | ||
16 | font: normal normal normal 14px/1 FontAwesome; | ||
17 | font-size: inherit; | ||
18 | text-rendering: auto; | ||
19 | -webkit-font-smoothing: antialiased; | ||
20 | -moz-osx-font-smoothing: grayscale; | ||
21 | } | ||
22 | /* makes the font 33% larger relative to the icon container */ | ||
23 | .fa-lg { | ||
24 | font-size: 1.33333333em; | ||
25 | line-height: 0.75em; | ||
26 | vertical-align: -15%; | ||
27 | } | ||
28 | .fa-2x { | ||
29 | font-size: 2em; | ||
30 | } | ||
31 | .fa-3x { | ||
32 | font-size: 3em; | ||
33 | } | ||
34 | .fa-4x { | ||
35 | font-size: 4em; | ||
36 | } | ||
37 | .fa-5x { | ||
38 | font-size: 5em; | ||
39 | } | ||
40 | .fa-fw { | ||
41 | width: 1.28571429em; | ||
42 | text-align: center; | ||
43 | } | ||
44 | .fa-ul { | ||
45 | padding-left: 0; | ||
46 | margin-left: 2.14285714em; | ||
47 | list-style-type: none; | ||
48 | } | ||
49 | .fa-ul > li { | ||
50 | position: relative; | ||
51 | } | ||
52 | .fa-li { | ||
53 | position: absolute; | ||
54 | left: -2.14285714em; | ||
55 | width: 2.14285714em; | ||
56 | top: 0.14285714em; | ||
57 | text-align: center; | ||
58 | } | ||
59 | .fa-li.fa-lg { | ||
60 | left: -1.85714286em; | ||
61 | } | ||
62 | .fa-border { | ||
63 | padding: .2em .25em .15em; | ||
64 | border: solid 0.08em #eeeeee; | ||
65 | border-radius: .1em; | ||
66 | } | ||
67 | .fa-pull-left { | ||
68 | float: left; | ||
69 | } | ||
70 | .fa-pull-right { | ||
71 | float: right; | ||
72 | } | ||
73 | .fa.fa-pull-left { | ||
74 | margin-right: .3em; | ||
75 | } | ||
76 | .fa.fa-pull-right { | ||
77 | margin-left: .3em; | ||
78 | } | ||
79 | /* Deprecated as of 4.4.0 */ | ||
80 | .pull-right { | ||
81 | float: right; | ||
82 | } | ||
83 | .pull-left { | ||
84 | float: left; | ||
85 | } | ||
86 | .fa.pull-left { | ||
87 | margin-right: .3em; | ||
88 | } | ||
89 | .fa.pull-right { | ||
90 | margin-left: .3em; | ||
91 | } | ||
92 | .fa-spin { | ||
93 | -webkit-animation: fa-spin 2s infinite linear; | ||
94 | animation: fa-spin 2s infinite linear; | ||
95 | } | ||
96 | .fa-pulse { | ||
97 | -webkit-animation: fa-spin 1s infinite steps(8); | ||
98 | animation: fa-spin 1s infinite steps(8); | ||
99 | } | ||
100 | @-webkit-keyframes fa-spin { | ||
101 | 0% { | ||
102 | -webkit-transform: rotate(0deg); | ||
103 | transform: rotate(0deg); | ||
104 | } | ||
105 | 100% { | ||
106 | -webkit-transform: rotate(359deg); | ||
107 | transform: rotate(359deg); | ||
108 | } | ||
109 | } | ||
110 | @keyframes fa-spin { | ||
111 | 0% { | ||
112 | -webkit-transform: rotate(0deg); | ||
113 | transform: rotate(0deg); | ||
114 | } | ||
115 | 100% { | ||
116 | -webkit-transform: rotate(359deg); | ||
117 | transform: rotate(359deg); | ||
118 | } | ||
119 | } | ||
120 | .fa-rotate-90 { | ||
121 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); | ||
122 | -webkit-transform: rotate(90deg); | ||
123 | -ms-transform: rotate(90deg); | ||
124 | transform: rotate(90deg); | ||
125 | } | ||
126 | .fa-rotate-180 { | ||
127 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); | ||
128 | -webkit-transform: rotate(180deg); | ||
129 | -ms-transform: rotate(180deg); | ||
130 | transform: rotate(180deg); | ||
131 | } | ||
132 | .fa-rotate-270 { | ||
133 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); | ||
134 | -webkit-transform: rotate(270deg); | ||
135 | -ms-transform: rotate(270deg); | ||
136 | transform: rotate(270deg); | ||
137 | } | ||
138 | .fa-flip-horizontal { | ||
139 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); | ||
140 | -webkit-transform: scale(-1, 1); | ||
141 | -ms-transform: scale(-1, 1); | ||
142 | transform: scale(-1, 1); | ||
143 | } | ||
144 | .fa-flip-vertical { | ||
145 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); | ||
146 | -webkit-transform: scale(1, -1); | ||
147 | -ms-transform: scale(1, -1); | ||
148 | transform: scale(1, -1); | ||
149 | } | ||
150 | :root .fa-rotate-90, | ||
151 | :root .fa-rotate-180, | ||
152 | :root .fa-rotate-270, | ||
153 | :root .fa-flip-horizontal, | ||
154 | :root .fa-flip-vertical { | ||
155 | filter: none; | ||
156 | } | ||
157 | .fa-stack { | ||
158 | position: relative; | ||
159 | display: inline-block; | ||
160 | width: 2em; | ||
161 | height: 2em; | ||
162 | line-height: 2em; | ||
163 | vertical-align: middle; | ||
164 | } | ||
165 | .fa-stack-1x, | ||
166 | .fa-stack-2x { | ||
167 | position: absolute; | ||
168 | left: 0; | ||
169 | width: 100%; | ||
170 | text-align: center; | ||
171 | } | ||
172 | .fa-stack-1x { | ||
173 | line-height: inherit; | ||
174 | } | ||
175 | .fa-stack-2x { | ||
176 | font-size: 2em; | ||
177 | } | ||
178 | .fa-inverse { | ||
179 | color: #ffffff; | ||
180 | } | ||
181 | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen | ||
182 | readers do not read off random characters that represent icons */ | ||
183 | .fa-glass:before { | ||
184 | content: "\f000"; | ||
185 | } | ||
186 | .fa-music:before { | ||
187 | content: "\f001"; | ||
188 | } | ||
189 | .fa-search:before { | ||
190 | content: "\f002"; | ||
191 | } | ||
192 | .fa-envelope-o:before { | ||
193 | content: "\f003"; | ||
194 | } | ||
195 | .fa-heart:before { | ||
196 | content: "\f004"; | ||
197 | } | ||
198 | .fa-star:before { | ||
199 | content: "\f005"; | ||
200 | } | ||
201 | .fa-star-o:before { | ||
202 | content: "\f006"; | ||
203 | } | ||
204 | .fa-user:before { | ||
205 | content: "\f007"; | ||
206 | } | ||
207 | .fa-film:before { | ||
208 | content: "\f008"; | ||
209 | } | ||
210 | .fa-th-large:before { | ||
211 | content: "\f009"; | ||
212 | } | ||
213 | .fa-th:before { | ||
214 | content: "\f00a"; | ||
215 | } | ||
216 | .fa-th-list:before { | ||
217 | content: "\f00b"; | ||
218 | } | ||
219 | .fa-check:before { | ||
220 | content: "\f00c"; | ||
221 | } | ||
222 | .fa-remove:before, | ||
223 | .fa-close:before, | ||
224 | .fa-times:before { | ||
225 | content: "\f00d"; | ||
226 | } | ||
227 | .fa-search-plus:before { | ||
228 | content: "\f00e"; | ||
229 | } | ||
230 | .fa-search-minus:before { | ||
231 | content: "\f010"; | ||
232 | } | ||
233 | .fa-power-off:before { | ||
234 | content: "\f011"; | ||
235 | } | ||
236 | .fa-signal:before { | ||
237 | content: "\f012"; | ||
238 | } | ||
239 | .fa-gear:before, | ||
240 | .fa-cog:before { | ||
241 | content: "\f013"; | ||
242 | } | ||
243 | .fa-trash-o:before { | ||
244 | content: "\f014"; | ||
245 | } | ||
246 | .fa-home:before { | ||
247 | content: "\f015"; | ||
248 | } | ||
249 | .fa-file-o:before { | ||
250 | content: "\f016"; | ||
251 | } | ||
252 | .fa-clock-o:before { | ||
253 | content: "\f017"; | ||
254 | } | ||
255 | .fa-road:before { | ||
256 | content: "\f018"; | ||
257 | } | ||
258 | .fa-download:before { | ||
259 | content: "\f019"; | ||
260 | } | ||
261 | .fa-arrow-circle-o-down:before { | ||
262 | content: "\f01a"; | ||
263 | } | ||
264 | .fa-arrow-circle-o-up:before { | ||
265 | content: "\f01b"; | ||
266 | } | ||
267 | .fa-inbox:before { | ||
268 | content: "\f01c"; | ||
269 | } | ||
270 | .fa-play-circle-o:before { | ||
271 | content: "\f01d"; | ||
272 | } | ||
273 | .fa-rotate-right:before, | ||
274 | .fa-repeat:before { | ||
275 | content: "\f01e"; | ||
276 | } | ||
277 | .fa-refresh:before { | ||
278 | content: "\f021"; | ||
279 | } | ||
280 | .fa-list-alt:before { | ||
281 | content: "\f022"; | ||
282 | } | ||
283 | .fa-lock:before { | ||
284 | content: "\f023"; | ||
285 | } | ||
286 | .fa-flag:before { | ||
287 | content: "\f024"; | ||
288 | } | ||
289 | .fa-headphones:before { | ||
290 | content: "\f025"; | ||
291 | } | ||
292 | .fa-volume-off:before { | ||
293 | content: "\f026"; | ||
294 | } | ||
295 | .fa-volume-down:before { | ||
296 | content: "\f027"; | ||
297 | } | ||
298 | .fa-volume-up:before { | ||
299 | content: "\f028"; | ||
300 | } | ||
301 | .fa-qrcode:before { | ||
302 | content: "\f029"; | ||
303 | } | ||
304 | .fa-barcode:before { | ||
305 | content: "\f02a"; | ||
306 | } | ||
307 | .fa-tag:before { | ||
308 | content: "\f02b"; | ||
309 | } | ||
310 | .fa-tags:before { | ||
311 | content: "\f02c"; | ||
312 | } | ||
313 | .fa-book:before { | ||
314 | content: "\f02d"; | ||
315 | } | ||
316 | .fa-bookmark:before { | ||
317 | content: "\f02e"; | ||
318 | } | ||
319 | .fa-print:before { | ||
320 | content: "\f02f"; | ||
321 | } | ||
322 | .fa-camera:before { | ||
323 | content: "\f030"; | ||
324 | } | ||
325 | .fa-font:before { | ||
326 | content: "\f031"; | ||
327 | } | ||
328 | .fa-bold:before { | ||
329 | content: "\f032"; | ||
330 | } | ||
331 | .fa-italic:before { | ||
332 | content: "\f033"; | ||
333 | } | ||
334 | .fa-text-height:before { | ||
335 | content: "\f034"; | ||
336 | } | ||
337 | .fa-text-width:before { | ||
338 | content: "\f035"; | ||
339 | } | ||
340 | .fa-align-left:before { | ||
341 | content: "\f036"; | ||
342 | } | ||
343 | .fa-align-center:before { | ||
344 | content: "\f037"; | ||
345 | } | ||
346 | .fa-align-right:before { | ||
347 | content: "\f038"; | ||
348 | } | ||
349 | .fa-align-justify:before { | ||
350 | content: "\f039"; | ||
351 | } | ||
352 | .fa-list:before { | ||
353 | content: "\f03a"; | ||
354 | } | ||
355 | .fa-dedent:before, | ||
356 | .fa-outdent:before { | ||
357 | content: "\f03b"; | ||
358 | } | ||
359 | .fa-indent:before { | ||
360 | content: "\f03c"; | ||
361 | } | ||
362 | .fa-video-camera:before { | ||
363 | content: "\f03d"; | ||
364 | } | ||
365 | .fa-photo:before, | ||
366 | .fa-image:before, | ||
367 | .fa-picture-o:before { | ||
368 | content: "\f03e"; | ||
369 | } | ||
370 | .fa-pencil:before { | ||
371 | content: "\f040"; | ||
372 | } | ||
373 | .fa-map-marker:before { | ||
374 | content: "\f041"; | ||
375 | } | ||
376 | .fa-adjust:before { | ||
377 | content: "\f042"; | ||
378 | } | ||
379 | .fa-tint:before { | ||
380 | content: "\f043"; | ||
381 | } | ||
382 | .fa-edit:before, | ||
383 | .fa-pencil-square-o:before { | ||
384 | content: "\f044"; | ||
385 | } | ||
386 | .fa-share-square-o:before { | ||
387 | content: "\f045"; | ||
388 | } | ||
389 | .fa-check-square-o:before { | ||
390 | content: "\f046"; | ||
391 | } | ||
392 | .fa-arrows:before { | ||
393 | content: "\f047"; | ||
394 | } | ||
395 | .fa-step-backward:before { | ||
396 | content: "\f048"; | ||
397 | } | ||
398 | .fa-fast-backward:before { | ||
399 | content: "\f049"; | ||
400 | } | ||
401 | .fa-backward:before { | ||
402 | content: "\f04a"; | ||
403 | } | ||
404 | .fa-play:before { | ||
405 | content: "\f04b"; | ||
406 | } | ||
407 | .fa-pause:before { | ||
408 | content: "\f04c"; | ||
409 | } | ||
410 | .fa-stop:before { | ||
411 | content: "\f04d"; | ||
412 | } | ||
413 | .fa-forward:before { | ||
414 | content: "\f04e"; | ||
415 | } | ||
416 | .fa-fast-forward:before { | ||
417 | content: "\f050"; | ||
418 | } | ||
419 | .fa-step-forward:before { | ||
420 | content: "\f051"; | ||
421 | } | ||
422 | .fa-eject:before { | ||
423 | content: "\f052"; | ||
424 | } | ||
425 | .fa-chevron-left:before { | ||
426 | content: "\f053"; | ||
427 | } | ||
428 | .fa-chevron-right:before { | ||
429 | content: "\f054"; | ||
430 | } | ||
431 | .fa-plus-circle:before { | ||
432 | content: "\f055"; | ||
433 | } | ||
434 | .fa-minus-circle:before { | ||
435 | content: "\f056"; | ||
436 | } | ||
437 | .fa-times-circle:before { | ||
438 | content: "\f057"; | ||
439 | } | ||
440 | .fa-check-circle:before { | ||
441 | content: "\f058"; | ||
442 | } | ||
443 | .fa-question-circle:before { | ||
444 | content: "\f059"; | ||
445 | } | ||
446 | .fa-info-circle:before { | ||
447 | content: "\f05a"; | ||
448 | } | ||
449 | .fa-crosshairs:before { | ||
450 | content: "\f05b"; | ||
451 | } | ||
452 | .fa-times-circle-o:before { | ||
453 | content: "\f05c"; | ||
454 | } | ||
455 | .fa-check-circle-o:before { | ||
456 | content: "\f05d"; | ||
457 | } | ||
458 | .fa-ban:before { | ||
459 | content: "\f05e"; | ||
460 | } | ||
461 | .fa-arrow-left:before { | ||
462 | content: "\f060"; | ||
463 | } | ||
464 | .fa-arrow-right:before { | ||
465 | content: "\f061"; | ||
466 | } | ||
467 | .fa-arrow-up:before { | ||
468 | content: "\f062"; | ||
469 | } | ||
470 | .fa-arrow-down:before { | ||
471 | content: "\f063"; | ||
472 | } | ||
473 | .fa-mail-forward:before, | ||
474 | .fa-share:before { | ||
475 | content: "\f064"; | ||
476 | } | ||
477 | .fa-expand:before { | ||
478 | content: "\f065"; | ||
479 | } | ||
480 | .fa-compress:before { | ||
481 | content: "\f066"; | ||
482 | } | ||
483 | .fa-plus:before { | ||
484 | content: "\f067"; | ||
485 | } | ||
486 | .fa-minus:before { | ||
487 | content: "\f068"; | ||
488 | } | ||
489 | .fa-asterisk:before { | ||
490 | content: "\f069"; | ||
491 | } | ||
492 | .fa-exclamation-circle:before { | ||
493 | content: "\f06a"; | ||
494 | } | ||
495 | .fa-gift:before { | ||
496 | content: "\f06b"; | ||
497 | } | ||
498 | .fa-leaf:before { | ||
499 | content: "\f06c"; | ||
500 | } | ||
501 | .fa-fire:before { | ||
502 | content: "\f06d"; | ||
503 | } | ||
504 | .fa-eye:before { | ||
505 | content: "\f06e"; | ||
506 | } | ||
507 | .fa-eye-slash:before { | ||
508 | content: "\f070"; | ||
509 | } | ||
510 | .fa-warning:before, | ||
511 | .fa-exclamation-triangle:before { | ||
512 | content: "\f071"; | ||
513 | } | ||
514 | .fa-plane:before { | ||
515 | content: "\f072"; | ||
516 | } | ||
517 | .fa-calendar:before { | ||
518 | content: "\f073"; | ||
519 | } | ||
520 | .fa-random:before { | ||
521 | content: "\f074"; | ||
522 | } | ||
523 | .fa-comment:before { | ||
524 | content: "\f075"; | ||
525 | } | ||
526 | .fa-magnet:before { | ||
527 | content: "\f076"; | ||
528 | } | ||
529 | .fa-chevron-up:before { | ||
530 | content: "\f077"; | ||
531 | } | ||
532 | .fa-chevron-down:before { | ||
533 | content: "\f078"; | ||
534 | } | ||
535 | .fa-retweet:before { | ||
536 | content: "\f079"; | ||
537 | } | ||
538 | .fa-shopping-cart:before { | ||
539 | content: "\f07a"; | ||
540 | } | ||
541 | .fa-folder:before { | ||
542 | content: "\f07b"; | ||
543 | } | ||
544 | .fa-folder-open:before { | ||
545 | content: "\f07c"; | ||
546 | } | ||
547 | .fa-arrows-v:before { | ||
548 | content: "\f07d"; | ||
549 | } | ||
550 | .fa-arrows-h:before { | ||
551 | content: "\f07e"; | ||
552 | } | ||
553 | .fa-bar-chart-o:before, | ||
554 | .fa-bar-chart:before { | ||
555 | content: "\f080"; | ||
556 | } | ||
557 | .fa-twitter-square:before { | ||
558 | content: "\f081"; | ||
559 | } | ||
560 | .fa-facebook-square:before { | ||
561 | content: "\f082"; | ||
562 | } | ||
563 | .fa-camera-retro:before { | ||
564 | content: "\f083"; | ||
565 | } | ||
566 | .fa-key:before { | ||
567 | content: "\f084"; | ||
568 | } | ||
569 | .fa-gears:before, | ||
570 | .fa-cogs:before { | ||
571 | content: "\f085"; | ||
572 | } | ||
573 | .fa-comments:before { | ||
574 | content: "\f086"; | ||
575 | } | ||
576 | .fa-thumbs-o-up:before { | ||
577 | content: "\f087"; | ||
578 | } | ||
579 | .fa-thumbs-o-down:before { | ||
580 | content: "\f088"; | ||
581 | } | ||
582 | .fa-star-half:before { | ||
583 | content: "\f089"; | ||
584 | } | ||
585 | .fa-heart-o:before { | ||
586 | content: "\f08a"; | ||
587 | } | ||
588 | .fa-sign-out:before { | ||
589 | content: "\f08b"; | ||
590 | } | ||
591 | .fa-linkedin-square:before { | ||
592 | content: "\f08c"; | ||
593 | } | ||
594 | .fa-thumb-tack:before { | ||
595 | content: "\f08d"; | ||
596 | } | ||
597 | .fa-external-link:before { | ||
598 | content: "\f08e"; | ||
599 | } | ||
600 | .fa-sign-in:before { | ||
601 | content: "\f090"; | ||
602 | } | ||
603 | .fa-trophy:before { | ||
604 | content: "\f091"; | ||
605 | } | ||
606 | .fa-github-square:before { | ||
607 | content: "\f092"; | ||
608 | } | ||
609 | .fa-upload:before { | ||
610 | content: "\f093"; | ||
611 | } | ||
612 | .fa-lemon-o:before { | ||
613 | content: "\f094"; | ||
614 | } | ||
615 | .fa-phone:before { | ||
616 | content: "\f095"; | ||
617 | } | ||
618 | .fa-square-o:before { | ||
619 | content: "\f096"; | ||
620 | } | ||
621 | .fa-bookmark-o:before { | ||
622 | content: "\f097"; | ||
623 | } | ||
624 | .fa-phone-square:before { | ||
625 | content: "\f098"; | ||
626 | } | ||
627 | .fa-twitter:before { | ||
628 | content: "\f099"; | ||
629 | } | ||
630 | .fa-facebook-f:before, | ||
631 | .fa-facebook:before { | ||
632 | content: "\f09a"; | ||
633 | } | ||
634 | .fa-github:before { | ||
635 | content: "\f09b"; | ||
636 | } | ||
637 | .fa-unlock:before { | ||
638 | content: "\f09c"; | ||
639 | } | ||
640 | .fa-credit-card:before { | ||
641 | content: "\f09d"; | ||
642 | } | ||
643 | .fa-feed:before, | ||
644 | .fa-rss:before { | ||
645 | content: "\f09e"; | ||
646 | } | ||
647 | .fa-hdd-o:before { | ||
648 | content: "\f0a0"; | ||
649 | } | ||
650 | .fa-bullhorn:before { | ||
651 | content: "\f0a1"; | ||
652 | } | ||
653 | .fa-bell:before { | ||
654 | content: "\f0f3"; | ||
655 | } | ||
656 | .fa-certificate:before { | ||
657 | content: "\f0a3"; | ||
658 | } | ||
659 | .fa-hand-o-right:before { | ||
660 | content: "\f0a4"; | ||
661 | } | ||
662 | .fa-hand-o-left:before { | ||
663 | content: "\f0a5"; | ||
664 | } | ||
665 | .fa-hand-o-up:before { | ||
666 | content: "\f0a6"; | ||
667 | } | ||
668 | .fa-hand-o-down:before { | ||
669 | content: "\f0a7"; | ||
670 | } | ||
671 | .fa-arrow-circle-left:before { | ||
672 | content: "\f0a8"; | ||
673 | } | ||
674 | .fa-arrow-circle-right:before { | ||
675 | content: "\f0a9"; | ||
676 | } | ||
677 | .fa-arrow-circle-up:before { | ||
678 | content: "\f0aa"; | ||
679 | } | ||
680 | .fa-arrow-circle-down:before { | ||
681 | content: "\f0ab"; | ||
682 | } | ||
683 | .fa-globe:before { | ||
684 | content: "\f0ac"; | ||
685 | } | ||
686 | .fa-wrench:before { | ||
687 | content: "\f0ad"; | ||
688 | } | ||
689 | .fa-tasks:before { | ||
690 | content: "\f0ae"; | ||
691 | } | ||
692 | .fa-filter:before { | ||
693 | content: "\f0b0"; | ||
694 | } | ||
695 | .fa-briefcase:before { | ||
696 | content: "\f0b1"; | ||
697 | } | ||
698 | .fa-arrows-alt:before { | ||
699 | content: "\f0b2"; | ||
700 | } | ||
701 | .fa-group:before, | ||
702 | .fa-users:before { | ||
703 | content: "\f0c0"; | ||
704 | } | ||
705 | .fa-chain:before, | ||
706 | .fa-link:before { | ||
707 | content: "\f0c1"; | ||
708 | } | ||
709 | .fa-cloud:before { | ||
710 | content: "\f0c2"; | ||
711 | } | ||
712 | .fa-flask:before { | ||
713 | content: "\f0c3"; | ||
714 | } | ||
715 | .fa-cut:before, | ||
716 | .fa-scissors:before { | ||
717 | content: "\f0c4"; | ||
718 | } | ||
719 | .fa-copy:before, | ||
720 | .fa-files-o:before { | ||
721 | content: "\f0c5"; | ||
722 | } | ||
723 | .fa-paperclip:before { | ||
724 | content: "\f0c6"; | ||
725 | } | ||
726 | .fa-save:before, | ||
727 | .fa-floppy-o:before { | ||
728 | content: "\f0c7"; | ||
729 | } | ||
730 | .fa-square:before { | ||
731 | content: "\f0c8"; | ||
732 | } | ||
733 | .fa-navicon:before, | ||
734 | .fa-reorder:before, | ||
735 | .fa-bars:before { | ||
736 | content: "\f0c9"; | ||
737 | } | ||
738 | .fa-list-ul:before { | ||
739 | content: "\f0ca"; | ||
740 | } | ||
741 | .fa-list-ol:before { | ||
742 | content: "\f0cb"; | ||
743 | } | ||
744 | .fa-strikethrough:before { | ||
745 | content: "\f0cc"; | ||
746 | } | ||
747 | .fa-underline:before { | ||
748 | content: "\f0cd"; | ||
749 | } | ||
750 | .fa-table:before { | ||
751 | content: "\f0ce"; | ||
752 | } | ||
753 | .fa-magic:before { | ||
754 | content: "\f0d0"; | ||
755 | } | ||
756 | .fa-truck:before { | ||
757 | content: "\f0d1"; | ||
758 | } | ||
759 | .fa-pinterest:before { | ||
760 | content: "\f0d2"; | ||
761 | } | ||
762 | .fa-pinterest-square:before { | ||
763 | content: "\f0d3"; | ||
764 | } | ||
765 | .fa-google-plus-square:before { | ||
766 | content: "\f0d4"; | ||
767 | } | ||
768 | .fa-google-plus:before { | ||
769 | content: "\f0d5"; | ||
770 | } | ||
771 | .fa-money:before { | ||
772 | content: "\f0d6"; | ||
773 | } | ||
774 | .fa-caret-down:before { | ||
775 | content: "\f0d7"; | ||
776 | } | ||
777 | .fa-caret-up:before { | ||
778 | content: "\f0d8"; | ||
779 | } | ||
780 | .fa-caret-left:before { | ||
781 | content: "\f0d9"; | ||
782 | } | ||
783 | .fa-caret-right:before { | ||
784 | content: "\f0da"; | ||
785 | } | ||
786 | .fa-columns:before { | ||
787 | content: "\f0db"; | ||
788 | } | ||
789 | .fa-unsorted:before, | ||
790 | .fa-sort:before { | ||
791 | content: "\f0dc"; | ||
792 | } | ||
793 | .fa-sort-down:before, | ||
794 | .fa-sort-desc:before { | ||
795 | content: "\f0dd"; | ||
796 | } | ||
797 | .fa-sort-up:before, | ||
798 | .fa-sort-asc:before { | ||
799 | content: "\f0de"; | ||
800 | } | ||
801 | .fa-envelope:before { | ||
802 | content: "\f0e0"; | ||
803 | } | ||
804 | .fa-linkedin:before { | ||
805 | content: "\f0e1"; | ||
806 | } | ||
807 | .fa-rotate-left:before, | ||
808 | .fa-undo:before { | ||
809 | content: "\f0e2"; | ||
810 | } | ||
811 | .fa-legal:before, | ||
812 | .fa-gavel:before { | ||
813 | content: "\f0e3"; | ||
814 | } | ||
815 | .fa-dashboard:before, | ||
816 | .fa-tachometer:before { | ||
817 | content: "\f0e4"; | ||
818 | } | ||
819 | .fa-comment-o:before { | ||
820 | content: "\f0e5"; | ||
821 | } | ||
822 | .fa-comments-o:before { | ||
823 | content: "\f0e6"; | ||
824 | } | ||
825 | .fa-flash:before, | ||
826 | .fa-bolt:before { | ||
827 | content: "\f0e7"; | ||
828 | } | ||
829 | .fa-sitemap:before { | ||
830 | content: "\f0e8"; | ||
831 | } | ||
832 | .fa-umbrella:before { | ||
833 | content: "\f0e9"; | ||
834 | } | ||
835 | .fa-paste:before, | ||
836 | .fa-clipboard:before { | ||
837 | content: "\f0ea"; | ||
838 | } | ||
839 | .fa-lightbulb-o:before { | ||
840 | content: "\f0eb"; | ||
841 | } | ||
842 | .fa-exchange:before { | ||
843 | content: "\f0ec"; | ||
844 | } | ||
845 | .fa-cloud-download:before { | ||
846 | content: "\f0ed"; | ||
847 | } | ||
848 | .fa-cloud-upload:before { | ||
849 | content: "\f0ee"; | ||
850 | } | ||
851 | .fa-user-md:before { | ||
852 | content: "\f0f0"; | ||
853 | } | ||
854 | .fa-stethoscope:before { | ||
855 | content: "\f0f1"; | ||
856 | } | ||
857 | .fa-suitcase:before { | ||
858 | content: "\f0f2"; | ||
859 | } | ||
860 | .fa-bell-o:before { | ||
861 | content: "\f0a2"; | ||
862 | } | ||
863 | .fa-coffee:before { | ||
864 | content: "\f0f4"; | ||
865 | } | ||
866 | .fa-cutlery:before { | ||
867 | content: "\f0f5"; | ||
868 | } | ||
869 | .fa-file-text-o:before { | ||
870 | content: "\f0f6"; | ||
871 | } | ||
872 | .fa-building-o:before { | ||
873 | content: "\f0f7"; | ||
874 | } | ||
875 | .fa-hospital-o:before { | ||
876 | content: "\f0f8"; | ||
877 | } | ||
878 | .fa-ambulance:before { | ||
879 | content: "\f0f9"; | ||
880 | } | ||
881 | .fa-medkit:before { | ||
882 | content: "\f0fa"; | ||
883 | } | ||
884 | .fa-fighter-jet:before { | ||
885 | content: "\f0fb"; | ||
886 | } | ||
887 | .fa-beer:before { | ||
888 | content: "\f0fc"; | ||
889 | } | ||
890 | .fa-h-square:before { | ||
891 | content: "\f0fd"; | ||
892 | } | ||
893 | .fa-plus-square:before { | ||
894 | content: "\f0fe"; | ||
895 | } | ||
896 | .fa-angle-double-left:before { | ||
897 | content: "\f100"; | ||
898 | } | ||
899 | .fa-angle-double-right:before { | ||
900 | content: "\f101"; | ||
901 | } | ||
902 | .fa-angle-double-up:before { | ||
903 | content: "\f102"; | ||
904 | } | ||
905 | .fa-angle-double-down:before { | ||
906 | content: "\f103"; | ||
907 | } | ||
908 | .fa-angle-left:before { | ||
909 | content: "\f104"; | ||
910 | } | ||
911 | .fa-angle-right:before { | ||
912 | content: "\f105"; | ||
913 | } | ||
914 | .fa-angle-up:before { | ||
915 | content: "\f106"; | ||
916 | } | ||
917 | .fa-angle-down:before { | ||
918 | content: "\f107"; | ||
919 | } | ||
920 | .fa-desktop:before { | ||
921 | content: "\f108"; | ||
922 | } | ||
923 | .fa-laptop:before { | ||
924 | content: "\f109"; | ||
925 | } | ||
926 | .fa-tablet:before { | ||
927 | content: "\f10a"; | ||
928 | } | ||
929 | .fa-mobile-phone:before, | ||
930 | .fa-mobile:before { | ||
931 | content: "\f10b"; | ||
932 | } | ||
933 | .fa-circle-o:before { | ||
934 | content: "\f10c"; | ||
935 | } | ||
936 | .fa-quote-left:before { | ||
937 | content: "\f10d"; | ||
938 | } | ||
939 | .fa-quote-right:before { | ||
940 | content: "\f10e"; | ||
941 | } | ||
942 | .fa-spinner:before { | ||
943 | content: "\f110"; | ||
944 | } | ||
945 | .fa-circle:before { | ||
946 | content: "\f111"; | ||
947 | } | ||
948 | .fa-mail-reply:before, | ||
949 | .fa-reply:before { | ||
950 | content: "\f112"; | ||
951 | } | ||
952 | .fa-github-alt:before { | ||
953 | content: "\f113"; | ||
954 | } | ||
955 | .fa-folder-o:before { | ||
956 | content: "\f114"; | ||
957 | } | ||
958 | .fa-folder-open-o:before { | ||
959 | content: "\f115"; | ||
960 | } | ||
961 | .fa-smile-o:before { | ||
962 | content: "\f118"; | ||
963 | } | ||
964 | .fa-frown-o:before { | ||
965 | content: "\f119"; | ||
966 | } | ||
967 | .fa-meh-o:before { | ||
968 | content: "\f11a"; | ||
969 | } | ||
970 | .fa-gamepad:before { | ||
971 | content: "\f11b"; | ||
972 | } | ||
973 | .fa-keyboard-o:before { | ||
974 | content: "\f11c"; | ||
975 | } | ||
976 | .fa-flag-o:before { | ||
977 | content: "\f11d"; | ||
978 | } | ||
979 | .fa-flag-checkered:before { | ||
980 | content: "\f11e"; | ||
981 | } | ||
982 | .fa-terminal:before { | ||
983 | content: "\f120"; | ||
984 | } | ||
985 | .fa-code:before { | ||
986 | content: "\f121"; | ||
987 | } | ||
988 | .fa-mail-reply-all:before, | ||
989 | .fa-reply-all:before { | ||
990 | content: "\f122"; | ||
991 | } | ||
992 | .fa-star-half-empty:before, | ||
993 | .fa-star-half-full:before, | ||
994 | .fa-star-half-o:before { | ||
995 | content: "\f123"; | ||
996 | } | ||
997 | .fa-location-arrow:before { | ||
998 | content: "\f124"; | ||
999 | } | ||
1000 | .fa-crop:before { | ||
1001 | content: "\f125"; | ||
1002 | } | ||
1003 | .fa-code-fork:before { | ||
1004 | content: "\f126"; | ||
1005 | } | ||
1006 | .fa-unlink:before, | ||
1007 | .fa-chain-broken:before { | ||
1008 | content: "\f127"; | ||
1009 | } | ||
1010 | .fa-question:before { | ||
1011 | content: "\f128"; | ||
1012 | } | ||
1013 | .fa-info:before { | ||
1014 | content: "\f129"; | ||
1015 | } | ||
1016 | .fa-exclamation:before { | ||
1017 | content: "\f12a"; | ||
1018 | } | ||
1019 | .fa-superscript:before { | ||
1020 | content: "\f12b"; | ||
1021 | } | ||
1022 | .fa-subscript:before { | ||
1023 | content: "\f12c"; | ||
1024 | } | ||
1025 | .fa-eraser:before { | ||
1026 | content: "\f12d"; | ||
1027 | } | ||
1028 | .fa-puzzle-piece:before { | ||
1029 | content: "\f12e"; | ||
1030 | } | ||
1031 | .fa-microphone:before { | ||
1032 | content: "\f130"; | ||
1033 | } | ||
1034 | .fa-microphone-slash:before { | ||
1035 | content: "\f131"; | ||
1036 | } | ||
1037 | .fa-shield:before { | ||
1038 | content: "\f132"; | ||
1039 | } | ||
1040 | .fa-calendar-o:before { | ||
1041 | content: "\f133"; | ||
1042 | } | ||
1043 | .fa-fire-extinguisher:before { | ||
1044 | content: "\f134"; | ||
1045 | } | ||
1046 | .fa-rocket:before { | ||
1047 | content: "\f135"; | ||
1048 | } | ||
1049 | .fa-maxcdn:before { | ||
1050 | content: "\f136"; | ||
1051 | } | ||
1052 | .fa-chevron-circle-left:before { | ||
1053 | content: "\f137"; | ||
1054 | } | ||
1055 | .fa-chevron-circle-right:before { | ||
1056 | content: "\f138"; | ||
1057 | } | ||
1058 | .fa-chevron-circle-up:before { | ||
1059 | content: "\f139"; | ||
1060 | } | ||
1061 | .fa-chevron-circle-down:before { | ||
1062 | content: "\f13a"; | ||
1063 | } | ||
1064 | .fa-html5:before { | ||
1065 | content: "\f13b"; | ||
1066 | } | ||
1067 | .fa-css3:before { | ||
1068 | content: "\f13c"; | ||
1069 | } | ||
1070 | .fa-anchor:before { | ||
1071 | content: "\f13d"; | ||
1072 | } | ||
1073 | .fa-unlock-alt:before { | ||
1074 | content: "\f13e"; | ||
1075 | } | ||
1076 | .fa-bullseye:before { | ||
1077 | content: "\f140"; | ||
1078 | } | ||
1079 | .fa-ellipsis-h:before { | ||
1080 | content: "\f141"; | ||
1081 | } | ||
1082 | .fa-ellipsis-v:before { | ||
1083 | content: "\f142"; | ||
1084 | } | ||
1085 | .fa-rss-square:before { | ||
1086 | content: "\f143"; | ||
1087 | } | ||
1088 | .fa-play-circle:before { | ||
1089 | content: "\f144"; | ||
1090 | } | ||
1091 | .fa-ticket:before { | ||
1092 | content: "\f145"; | ||
1093 | } | ||
1094 | .fa-minus-square:before { | ||
1095 | content: "\f146"; | ||
1096 | } | ||
1097 | .fa-minus-square-o:before { | ||
1098 | content: "\f147"; | ||
1099 | } | ||
1100 | .fa-level-up:before { | ||
1101 | content: "\f148"; | ||
1102 | } | ||
1103 | .fa-level-down:before { | ||
1104 | content: "\f149"; | ||
1105 | } | ||
1106 | .fa-check-square:before { | ||
1107 | content: "\f14a"; | ||
1108 | } | ||
1109 | .fa-pencil-square:before { | ||
1110 | content: "\f14b"; | ||
1111 | } | ||
1112 | .fa-external-link-square:before { | ||
1113 | content: "\f14c"; | ||
1114 | } | ||
1115 | .fa-share-square:before { | ||
1116 | content: "\f14d"; | ||
1117 | } | ||
1118 | .fa-compass:before { | ||
1119 | content: "\f14e"; | ||
1120 | } | ||
1121 | .fa-toggle-down:before, | ||
1122 | .fa-caret-square-o-down:before { | ||
1123 | content: "\f150"; | ||
1124 | } | ||
1125 | .fa-toggle-up:before, | ||
1126 | .fa-caret-square-o-up:before { | ||
1127 | content: "\f151"; | ||
1128 | } | ||
1129 | .fa-toggle-right:before, | ||
1130 | .fa-caret-square-o-right:before { | ||
1131 | content: "\f152"; | ||
1132 | } | ||
1133 | .fa-euro:before, | ||
1134 | .fa-eur:before { | ||
1135 | content: "\f153"; | ||
1136 | } | ||
1137 | .fa-gbp:before { | ||
1138 | content: "\f154"; | ||
1139 | } | ||
1140 | .fa-dollar:before, | ||
1141 | .fa-usd:before { | ||
1142 | content: "\f155"; | ||
1143 | } | ||
1144 | .fa-rupee:before, | ||
1145 | .fa-inr:before { | ||
1146 | content: "\f156"; | ||
1147 | } | ||
1148 | .fa-cny:before, | ||
1149 | .fa-rmb:before, | ||
1150 | .fa-yen:before, | ||
1151 | .fa-jpy:before { | ||
1152 | content: "\f157"; | ||
1153 | } | ||
1154 | .fa-ruble:before, | ||
1155 | .fa-rouble:before, | ||
1156 | .fa-rub:before { | ||
1157 | content: "\f158"; | ||
1158 | } | ||
1159 | .fa-won:before, | ||
1160 | .fa-krw:before { | ||
1161 | content: "\f159"; | ||
1162 | } | ||
1163 | .fa-bitcoin:before, | ||
1164 | .fa-btc:before { | ||
1165 | content: "\f15a"; | ||
1166 | } | ||
1167 | .fa-file:before { | ||
1168 | content: "\f15b"; | ||
1169 | } | ||
1170 | .fa-file-text:before { | ||
1171 | content: "\f15c"; | ||
1172 | } | ||
1173 | .fa-sort-alpha-asc:before { | ||
1174 | content: "\f15d"; | ||
1175 | } | ||
1176 | .fa-sort-alpha-desc:before { | ||
1177 | content: "\f15e"; | ||
1178 | } | ||
1179 | .fa-sort-amount-asc:before { | ||
1180 | content: "\f160"; | ||
1181 | } | ||
1182 | .fa-sort-amount-desc:before { | ||
1183 | content: "\f161"; | ||
1184 | } | ||
1185 | .fa-sort-numeric-asc:before { | ||
1186 | content: "\f162"; | ||
1187 | } | ||
1188 | .fa-sort-numeric-desc:before { | ||
1189 | content: "\f163"; | ||
1190 | } | ||
1191 | .fa-thumbs-up:before { | ||
1192 | content: "\f164"; | ||
1193 | } | ||
1194 | .fa-thumbs-down:before { | ||
1195 | content: "\f165"; | ||
1196 | } | ||
1197 | .fa-youtube-square:before { | ||
1198 | content: "\f166"; | ||
1199 | } | ||
1200 | .fa-youtube:before { | ||
1201 | content: "\f167"; | ||
1202 | } | ||
1203 | .fa-xing:before { | ||
1204 | content: "\f168"; | ||
1205 | } | ||
1206 | .fa-xing-square:before { | ||
1207 | content: "\f169"; | ||
1208 | } | ||
1209 | .fa-youtube-play:before { | ||
1210 | content: "\f16a"; | ||
1211 | } | ||
1212 | .fa-dropbox:before { | ||
1213 | content: "\f16b"; | ||
1214 | } | ||
1215 | .fa-stack-overflow:before { | ||
1216 | content: "\f16c"; | ||
1217 | } | ||
1218 | .fa-instagram:before { | ||
1219 | content: "\f16d"; | ||
1220 | } | ||
1221 | .fa-flickr:before { | ||
1222 | content: "\f16e"; | ||
1223 | } | ||
1224 | .fa-adn:before { | ||
1225 | content: "\f170"; | ||
1226 | } | ||
1227 | .fa-bitbucket:before { | ||
1228 | content: "\f171"; | ||
1229 | } | ||
1230 | .fa-bitbucket-square:before { | ||
1231 | content: "\f172"; | ||
1232 | } | ||
1233 | .fa-tumblr:before { | ||
1234 | content: "\f173"; | ||
1235 | } | ||
1236 | .fa-tumblr-square:before { | ||
1237 | content: "\f174"; | ||
1238 | } | ||
1239 | .fa-long-arrow-down:before { | ||
1240 | content: "\f175"; | ||
1241 | } | ||
1242 | .fa-long-arrow-up:before { | ||
1243 | content: "\f176"; | ||
1244 | } | ||
1245 | .fa-long-arrow-left:before { | ||
1246 | content: "\f177"; | ||
1247 | } | ||
1248 | .fa-long-arrow-right:before { | ||
1249 | content: "\f178"; | ||
1250 | } | ||
1251 | .fa-apple:before { | ||
1252 | content: "\f179"; | ||
1253 | } | ||
1254 | .fa-windows:before { | ||
1255 | content: "\f17a"; | ||
1256 | } | ||
1257 | .fa-android:before { | ||
1258 | content: "\f17b"; | ||
1259 | } | ||
1260 | .fa-linux:before { | ||
1261 | content: "\f17c"; | ||
1262 | } | ||
1263 | .fa-dribbble:before { | ||
1264 | content: "\f17d"; | ||
1265 | } | ||
1266 | .fa-skype:before { | ||
1267 | content: "\f17e"; | ||
1268 | } | ||
1269 | .fa-foursquare:before { | ||
1270 | content: "\f180"; | ||
1271 | } | ||
1272 | .fa-trello:before { | ||
1273 | content: "\f181"; | ||
1274 | } | ||
1275 | .fa-female:before { | ||
1276 | content: "\f182"; | ||
1277 | } | ||
1278 | .fa-male:before { | ||
1279 | content: "\f183"; | ||
1280 | } | ||
1281 | .fa-gittip:before, | ||
1282 | .fa-gratipay:before { | ||
1283 | content: "\f184"; | ||
1284 | } | ||
1285 | .fa-sun-o:before { | ||
1286 | content: "\f185"; | ||
1287 | } | ||
1288 | .fa-moon-o:before { | ||
1289 | content: "\f186"; | ||
1290 | } | ||
1291 | .fa-archive:before { | ||
1292 | content: "\f187"; | ||
1293 | } | ||
1294 | .fa-bug:before { | ||
1295 | content: "\f188"; | ||
1296 | } | ||
1297 | .fa-vk:before { | ||
1298 | content: "\f189"; | ||
1299 | } | ||
1300 | .fa-weibo:before { | ||
1301 | content: "\f18a"; | ||
1302 | } | ||
1303 | .fa-renren:before { | ||
1304 | content: "\f18b"; | ||
1305 | } | ||
1306 | .fa-pagelines:before { | ||
1307 | content: "\f18c"; | ||
1308 | } | ||
1309 | .fa-stack-exchange:before { | ||
1310 | content: "\f18d"; | ||
1311 | } | ||
1312 | .fa-arrow-circle-o-right:before { | ||
1313 | content: "\f18e"; | ||
1314 | } | ||
1315 | .fa-arrow-circle-o-left:before { | ||
1316 | content: "\f190"; | ||
1317 | } | ||
1318 | .fa-toggle-left:before, | ||
1319 | .fa-caret-square-o-left:before { | ||
1320 | content: "\f191"; | ||
1321 | } | ||
1322 | .fa-dot-circle-o:before { | ||
1323 | content: "\f192"; | ||
1324 | } | ||
1325 | .fa-wheelchair:before { | ||
1326 | content: "\f193"; | ||
1327 | } | ||
1328 | .fa-vimeo-square:before { | ||
1329 | content: "\f194"; | ||
1330 | } | ||
1331 | .fa-turkish-lira:before, | ||
1332 | .fa-try:before { | ||
1333 | content: "\f195"; | ||
1334 | } | ||
1335 | .fa-plus-square-o:before { | ||
1336 | content: "\f196"; | ||
1337 | } | ||
1338 | .fa-space-shuttle:before { | ||
1339 | content: "\f197"; | ||
1340 | } | ||
1341 | .fa-slack:before { | ||
1342 | content: "\f198"; | ||
1343 | } | ||
1344 | .fa-envelope-square:before { | ||
1345 | content: "\f199"; | ||
1346 | } | ||
1347 | .fa-wordpress:before { | ||
1348 | content: "\f19a"; | ||
1349 | } | ||
1350 | .fa-openid:before { | ||
1351 | content: "\f19b"; | ||
1352 | } | ||
1353 | .fa-institution:before, | ||
1354 | .fa-bank:before, | ||
1355 | .fa-university:before { | ||
1356 | content: "\f19c"; | ||
1357 | } | ||
1358 | .fa-mortar-board:before, | ||
1359 | .fa-graduation-cap:before { | ||
1360 | content: "\f19d"; | ||
1361 | } | ||
1362 | .fa-yahoo:before { | ||
1363 | content: "\f19e"; | ||
1364 | } | ||
1365 | .fa-google:before { | ||
1366 | content: "\f1a0"; | ||
1367 | } | ||
1368 | .fa-reddit:before { | ||
1369 | content: "\f1a1"; | ||
1370 | } | ||
1371 | .fa-reddit-square:before { | ||
1372 | content: "\f1a2"; | ||
1373 | } | ||
1374 | .fa-stumbleupon-circle:before { | ||
1375 | content: "\f1a3"; | ||
1376 | } | ||
1377 | .fa-stumbleupon:before { | ||
1378 | content: "\f1a4"; | ||
1379 | } | ||
1380 | .fa-delicious:before { | ||
1381 | content: "\f1a5"; | ||
1382 | } | ||
1383 | .fa-digg:before { | ||
1384 | content: "\f1a6"; | ||
1385 | } | ||
1386 | .fa-pied-piper:before { | ||
1387 | content: "\f1a7"; | ||
1388 | } | ||
1389 | .fa-pied-piper-alt:before { | ||
1390 | content: "\f1a8"; | ||
1391 | } | ||
1392 | .fa-drupal:before { | ||
1393 | content: "\f1a9"; | ||
1394 | } | ||
1395 | .fa-joomla:before { | ||
1396 | content: "\f1aa"; | ||
1397 | } | ||
1398 | .fa-language:before { | ||
1399 | content: "\f1ab"; | ||
1400 | } | ||
1401 | .fa-fax:before { | ||
1402 | content: "\f1ac"; | ||
1403 | } | ||
1404 | .fa-building:before { | ||
1405 | content: "\f1ad"; | ||
1406 | } | ||
1407 | .fa-child:before { | ||
1408 | content: "\f1ae"; | ||
1409 | } | ||
1410 | .fa-paw:before { | ||
1411 | content: "\f1b0"; | ||
1412 | } | ||
1413 | .fa-spoon:before { | ||
1414 | content: "\f1b1"; | ||
1415 | } | ||
1416 | .fa-cube:before { | ||
1417 | content: "\f1b2"; | ||
1418 | } | ||
1419 | .fa-cubes:before { | ||
1420 | content: "\f1b3"; | ||
1421 | } | ||
1422 | .fa-behance:before { | ||
1423 | content: "\f1b4"; | ||
1424 | } | ||
1425 | .fa-behance-square:before { | ||
1426 | content: "\f1b5"; | ||
1427 | } | ||
1428 | .fa-steam:before { | ||
1429 | content: "\f1b6"; | ||
1430 | } | ||
1431 | .fa-steam-square:before { | ||
1432 | content: "\f1b7"; | ||
1433 | } | ||
1434 | .fa-recycle:before { | ||
1435 | content: "\f1b8"; | ||
1436 | } | ||
1437 | .fa-automobile:before, | ||
1438 | .fa-car:before { | ||
1439 | content: "\f1b9"; | ||
1440 | } | ||
1441 | .fa-cab:before, | ||
1442 | .fa-taxi:before { | ||
1443 | content: "\f1ba"; | ||
1444 | } | ||
1445 | .fa-tree:before { | ||
1446 | content: "\f1bb"; | ||
1447 | } | ||
1448 | .fa-spotify:before { | ||
1449 | content: "\f1bc"; | ||
1450 | } | ||
1451 | .fa-deviantart:before { | ||
1452 | content: "\f1bd"; | ||
1453 | } | ||
1454 | .fa-soundcloud:before { | ||
1455 | content: "\f1be"; | ||
1456 | } | ||
1457 | .fa-database:before { | ||
1458 | content: "\f1c0"; | ||
1459 | } | ||
1460 | .fa-file-pdf-o:before { | ||
1461 | content: "\f1c1"; | ||
1462 | } | ||
1463 | .fa-file-word-o:before { | ||
1464 | content: "\f1c2"; | ||
1465 | } | ||
1466 | .fa-file-excel-o:before { | ||
1467 | content: "\f1c3"; | ||
1468 | } | ||
1469 | .fa-file-powerpoint-o:before { | ||
1470 | content: "\f1c4"; | ||
1471 | } | ||
1472 | .fa-file-photo-o:before, | ||
1473 | .fa-file-picture-o:before, | ||
1474 | .fa-file-image-o:before { | ||
1475 | content: "\f1c5"; | ||
1476 | } | ||
1477 | .fa-file-zip-o:before, | ||
1478 | .fa-file-archive-o:before { | ||
1479 | content: "\f1c6"; | ||
1480 | } | ||
1481 | .fa-file-sound-o:before, | ||
1482 | .fa-file-audio-o:before { | ||
1483 | content: "\f1c7"; | ||
1484 | } | ||
1485 | .fa-file-movie-o:before, | ||
1486 | .fa-file-video-o:before { | ||
1487 | content: "\f1c8"; | ||
1488 | } | ||
1489 | .fa-file-code-o:before { | ||
1490 | content: "\f1c9"; | ||
1491 | } | ||
1492 | .fa-vine:before { | ||
1493 | content: "\f1ca"; | ||
1494 | } | ||
1495 | .fa-codepen:before { | ||
1496 | content: "\f1cb"; | ||
1497 | } | ||
1498 | .fa-jsfiddle:before { | ||
1499 | content: "\f1cc"; | ||
1500 | } | ||
1501 | .fa-life-bouy:before, | ||
1502 | .fa-life-buoy:before, | ||
1503 | .fa-life-saver:before, | ||
1504 | .fa-support:before, | ||
1505 | .fa-life-ring:before { | ||
1506 | content: "\f1cd"; | ||
1507 | } | ||
1508 | .fa-circle-o-notch:before { | ||
1509 | content: "\f1ce"; | ||
1510 | } | ||
1511 | .fa-ra:before, | ||
1512 | .fa-rebel:before { | ||
1513 | content: "\f1d0"; | ||
1514 | } | ||
1515 | .fa-ge:before, | ||
1516 | .fa-empire:before { | ||
1517 | content: "\f1d1"; | ||
1518 | } | ||
1519 | .fa-git-square:before { | ||
1520 | content: "\f1d2"; | ||
1521 | } | ||
1522 | .fa-git:before { | ||
1523 | content: "\f1d3"; | ||
1524 | } | ||
1525 | .fa-y-combinator-square:before, | ||
1526 | .fa-yc-square:before, | ||
1527 | .fa-hacker-news:before { | ||
1528 | content: "\f1d4"; | ||
1529 | } | ||
1530 | .fa-tencent-weibo:before { | ||
1531 | content: "\f1d5"; | ||
1532 | } | ||
1533 | .fa-qq:before { | ||
1534 | content: "\f1d6"; | ||
1535 | } | ||
1536 | .fa-wechat:before, | ||
1537 | .fa-weixin:before { | ||
1538 | content: "\f1d7"; | ||
1539 | } | ||
1540 | .fa-send:before, | ||
1541 | .fa-paper-plane:before { | ||
1542 | content: "\f1d8"; | ||
1543 | } | ||
1544 | .fa-send-o:before, | ||
1545 | .fa-paper-plane-o:before { | ||
1546 | content: "\f1d9"; | ||
1547 | } | ||
1548 | .fa-history:before { | ||
1549 | content: "\f1da"; | ||
1550 | } | ||
1551 | .fa-circle-thin:before { | ||
1552 | content: "\f1db"; | ||
1553 | } | ||
1554 | .fa-header:before { | ||
1555 | content: "\f1dc"; | ||
1556 | } | ||
1557 | .fa-paragraph:before { | ||
1558 | content: "\f1dd"; | ||
1559 | } | ||
1560 | .fa-sliders:before { | ||
1561 | content: "\f1de"; | ||
1562 | } | ||
1563 | .fa-share-alt:before { | ||
1564 | content: "\f1e0"; | ||
1565 | } | ||
1566 | .fa-share-alt-square:before { | ||
1567 | content: "\f1e1"; | ||
1568 | } | ||
1569 | .fa-bomb:before { | ||
1570 | content: "\f1e2"; | ||
1571 | } | ||
1572 | .fa-soccer-ball-o:before, | ||
1573 | .fa-futbol-o:before { | ||
1574 | content: "\f1e3"; | ||
1575 | } | ||
1576 | .fa-tty:before { | ||
1577 | content: "\f1e4"; | ||
1578 | } | ||
1579 | .fa-binoculars:before { | ||
1580 | content: "\f1e5"; | ||
1581 | } | ||
1582 | .fa-plug:before { | ||
1583 | content: "\f1e6"; | ||
1584 | } | ||
1585 | .fa-slideshare:before { | ||
1586 | content: "\f1e7"; | ||
1587 | } | ||
1588 | .fa-twitch:before { | ||
1589 | content: "\f1e8"; | ||
1590 | } | ||
1591 | .fa-yelp:before { | ||
1592 | content: "\f1e9"; | ||
1593 | } | ||
1594 | .fa-newspaper-o:before { | ||
1595 | content: "\f1ea"; | ||
1596 | } | ||
1597 | .fa-wifi:before { | ||
1598 | content: "\f1eb"; | ||
1599 | } | ||
1600 | .fa-calculator:before { | ||
1601 | content: "\f1ec"; | ||
1602 | } | ||
1603 | .fa-paypal:before { | ||
1604 | content: "\f1ed"; | ||
1605 | } | ||
1606 | .fa-google-wallet:before { | ||
1607 | content: "\f1ee"; | ||
1608 | } | ||
1609 | .fa-cc-visa:before { | ||
1610 | content: "\f1f0"; | ||
1611 | } | ||
1612 | .fa-cc-mastercard:before { | ||
1613 | content: "\f1f1"; | ||
1614 | } | ||
1615 | .fa-cc-discover:before { | ||
1616 | content: "\f1f2"; | ||
1617 | } | ||
1618 | .fa-cc-amex:before { | ||
1619 | content: "\f1f3"; | ||
1620 | } | ||
1621 | .fa-cc-paypal:before { | ||
1622 | content: "\f1f4"; | ||
1623 | } | ||
1624 | .fa-cc-stripe:before { | ||
1625 | content: "\f1f5"; | ||
1626 | } | ||
1627 | .fa-bell-slash:before { | ||
1628 | content: "\f1f6"; | ||
1629 | } | ||
1630 | .fa-bell-slash-o:before { | ||
1631 | content: "\f1f7"; | ||
1632 | } | ||
1633 | .fa-trash:before { | ||
1634 | content: "\f1f8"; | ||
1635 | } | ||
1636 | .fa-copyright:before { | ||
1637 | content: "\f1f9"; | ||
1638 | } | ||
1639 | .fa-at:before { | ||
1640 | content: "\f1fa"; | ||
1641 | } | ||
1642 | .fa-eyedropper:before { | ||
1643 | content: "\f1fb"; | ||
1644 | } | ||
1645 | .fa-paint-brush:before { | ||
1646 | content: "\f1fc"; | ||
1647 | } | ||
1648 | .fa-birthday-cake:before { | ||
1649 | content: "\f1fd"; | ||
1650 | } | ||
1651 | .fa-area-chart:before { | ||
1652 | content: "\f1fe"; | ||
1653 | } | ||
1654 | .fa-pie-chart:before { | ||
1655 | content: "\f200"; | ||
1656 | } | ||
1657 | .fa-line-chart:before { | ||
1658 | content: "\f201"; | ||
1659 | } | ||
1660 | .fa-lastfm:before { | ||
1661 | content: "\f202"; | ||
1662 | } | ||
1663 | .fa-lastfm-square:before { | ||
1664 | content: "\f203"; | ||
1665 | } | ||
1666 | .fa-toggle-off:before { | ||
1667 | content: "\f204"; | ||
1668 | } | ||
1669 | .fa-toggle-on:before { | ||
1670 | content: "\f205"; | ||
1671 | } | ||
1672 | .fa-bicycle:before { | ||
1673 | content: "\f206"; | ||
1674 | } | ||
1675 | .fa-bus:before { | ||
1676 | content: "\f207"; | ||
1677 | } | ||
1678 | .fa-ioxhost:before { | ||
1679 | content: "\f208"; | ||
1680 | } | ||
1681 | .fa-angellist:before { | ||
1682 | content: "\f209"; | ||
1683 | } | ||
1684 | .fa-cc:before { | ||
1685 | content: "\f20a"; | ||
1686 | } | ||
1687 | .fa-shekel:before, | ||
1688 | .fa-sheqel:before, | ||
1689 | .fa-ils:before { | ||
1690 | content: "\f20b"; | ||
1691 | } | ||
1692 | .fa-meanpath:before { | ||
1693 | content: "\f20c"; | ||
1694 | } | ||
1695 | .fa-buysellads:before { | ||
1696 | content: "\f20d"; | ||
1697 | } | ||
1698 | .fa-connectdevelop:before { | ||
1699 | content: "\f20e"; | ||
1700 | } | ||
1701 | .fa-dashcube:before { | ||
1702 | content: "\f210"; | ||
1703 | } | ||
1704 | .fa-forumbee:before { | ||
1705 | content: "\f211"; | ||
1706 | } | ||
1707 | .fa-leanpub:before { | ||
1708 | content: "\f212"; | ||
1709 | } | ||
1710 | .fa-sellsy:before { | ||
1711 | content: "\f213"; | ||
1712 | } | ||
1713 | .fa-shirtsinbulk:before { | ||
1714 | content: "\f214"; | ||
1715 | } | ||
1716 | .fa-simplybuilt:before { | ||
1717 | content: "\f215"; | ||
1718 | } | ||
1719 | .fa-skyatlas:before { | ||
1720 | content: "\f216"; | ||
1721 | } | ||
1722 | .fa-cart-plus:before { | ||
1723 | content: "\f217"; | ||
1724 | } | ||
1725 | .fa-cart-arrow-down:before { | ||
1726 | content: "\f218"; | ||
1727 | } | ||
1728 | .fa-diamond:before { | ||
1729 | content: "\f219"; | ||
1730 | } | ||
1731 | .fa-ship:before { | ||
1732 | content: "\f21a"; | ||
1733 | } | ||
1734 | .fa-user-secret:before { | ||
1735 | content: "\f21b"; | ||
1736 | } | ||
1737 | .fa-motorcycle:before { | ||
1738 | content: "\f21c"; | ||
1739 | } | ||
1740 | .fa-street-view:before { | ||
1741 | content: "\f21d"; | ||
1742 | } | ||
1743 | .fa-heartbeat:before { | ||
1744 | content: "\f21e"; | ||
1745 | } | ||
1746 | .fa-venus:before { | ||
1747 | content: "\f221"; | ||
1748 | } | ||
1749 | .fa-mars:before { | ||
1750 | content: "\f222"; | ||
1751 | } | ||
1752 | .fa-mercury:before { | ||
1753 | content: "\f223"; | ||
1754 | } | ||
1755 | .fa-intersex:before, | ||
1756 | .fa-transgender:before { | ||
1757 | content: "\f224"; | ||
1758 | } | ||
1759 | .fa-transgender-alt:before { | ||
1760 | content: "\f225"; | ||
1761 | } | ||
1762 | .fa-venus-double:before { | ||
1763 | content: "\f226"; | ||
1764 | } | ||
1765 | .fa-mars-double:before { | ||
1766 | content: "\f227"; | ||
1767 | } | ||
1768 | .fa-venus-mars:before { | ||
1769 | content: "\f228"; | ||
1770 | } | ||
1771 | .fa-mars-stroke:before { | ||
1772 | content: "\f229"; | ||
1773 | } | ||
1774 | .fa-mars-stroke-v:before { | ||
1775 | content: "\f22a"; | ||
1776 | } | ||
1777 | .fa-mars-stroke-h:before { | ||
1778 | content: "\f22b"; | ||
1779 | } | ||
1780 | .fa-neuter:before { | ||
1781 | content: "\f22c"; | ||
1782 | } | ||
1783 | .fa-genderless:before { | ||
1784 | content: "\f22d"; | ||
1785 | } | ||
1786 | .fa-facebook-official:before { | ||
1787 | content: "\f230"; | ||
1788 | } | ||
1789 | .fa-pinterest-p:before { | ||
1790 | content: "\f231"; | ||
1791 | } | ||
1792 | .fa-whatsapp:before { | ||
1793 | content: "\f232"; | ||
1794 | } | ||
1795 | .fa-server:before { | ||
1796 | content: "\f233"; | ||
1797 | } | ||
1798 | .fa-user-plus:before { | ||
1799 | content: "\f234"; | ||
1800 | } | ||
1801 | .fa-user-times:before { | ||
1802 | content: "\f235"; | ||
1803 | } | ||
1804 | .fa-hotel:before, | ||
1805 | .fa-bed:before { | ||
1806 | content: "\f236"; | ||
1807 | } | ||
1808 | .fa-viacoin:before { | ||
1809 | content: "\f237"; | ||
1810 | } | ||
1811 | .fa-train:before { | ||
1812 | content: "\f238"; | ||
1813 | } | ||
1814 | .fa-subway:before { | ||
1815 | content: "\f239"; | ||
1816 | } | ||
1817 | .fa-medium:before { | ||
1818 | content: "\f23a"; | ||
1819 | } | ||
1820 | .fa-yc:before, | ||
1821 | .fa-y-combinator:before { | ||
1822 | content: "\f23b"; | ||
1823 | } | ||
1824 | .fa-optin-monster:before { | ||
1825 | content: "\f23c"; | ||
1826 | } | ||
1827 | .fa-opencart:before { | ||
1828 | content: "\f23d"; | ||
1829 | } | ||
1830 | .fa-expeditedssl:before { | ||
1831 | content: "\f23e"; | ||
1832 | } | ||
1833 | .fa-battery-4:before, | ||
1834 | .fa-battery-full:before { | ||
1835 | content: "\f240"; | ||
1836 | } | ||
1837 | .fa-battery-3:before, | ||
1838 | .fa-battery-three-quarters:before { | ||
1839 | content: "\f241"; | ||
1840 | } | ||
1841 | .fa-battery-2:before, | ||
1842 | .fa-battery-half:before { | ||
1843 | content: "\f242"; | ||
1844 | } | ||
1845 | .fa-battery-1:before, | ||
1846 | .fa-battery-quarter:before { | ||
1847 | content: "\f243"; | ||
1848 | } | ||
1849 | .fa-battery-0:before, | ||
1850 | .fa-battery-empty:before { | ||
1851 | content: "\f244"; | ||
1852 | } | ||
1853 | .fa-mouse-pointer:before { | ||
1854 | content: "\f245"; | ||
1855 | } | ||
1856 | .fa-i-cursor:before { | ||
1857 | content: "\f246"; | ||
1858 | } | ||
1859 | .fa-object-group:before { | ||
1860 | content: "\f247"; | ||
1861 | } | ||
1862 | .fa-object-ungroup:before { | ||
1863 | content: "\f248"; | ||
1864 | } | ||
1865 | .fa-sticky-note:before { | ||
1866 | content: "\f249"; | ||
1867 | } | ||
1868 | .fa-sticky-note-o:before { | ||
1869 | content: "\f24a"; | ||
1870 | } | ||
1871 | .fa-cc-jcb:before { | ||
1872 | content: "\f24b"; | ||
1873 | } | ||
1874 | .fa-cc-diners-club:before { | ||
1875 | content: "\f24c"; | ||
1876 | } | ||
1877 | .fa-clone:before { | ||
1878 | content: "\f24d"; | ||
1879 | } | ||
1880 | .fa-balance-scale:before { | ||
1881 | content: "\f24e"; | ||
1882 | } | ||
1883 | .fa-hourglass-o:before { | ||
1884 | content: "\f250"; | ||
1885 | } | ||
1886 | .fa-hourglass-1:before, | ||
1887 | .fa-hourglass-start:before { | ||
1888 | content: "\f251"; | ||
1889 | } | ||
1890 | .fa-hourglass-2:before, | ||
1891 | .fa-hourglass-half:before { | ||
1892 | content: "\f252"; | ||
1893 | } | ||
1894 | .fa-hourglass-3:before, | ||
1895 | .fa-hourglass-end:before { | ||
1896 | content: "\f253"; | ||
1897 | } | ||
1898 | .fa-hourglass:before { | ||
1899 | content: "\f254"; | ||
1900 | } | ||
1901 | .fa-hand-grab-o:before, | ||
1902 | .fa-hand-rock-o:before { | ||
1903 | content: "\f255"; | ||
1904 | } | ||
1905 | .fa-hand-stop-o:before, | ||
1906 | .fa-hand-paper-o:before { | ||
1907 | content: "\f256"; | ||
1908 | } | ||
1909 | .fa-hand-scissors-o:before { | ||
1910 | content: "\f257"; | ||
1911 | } | ||
1912 | .fa-hand-lizard-o:before { | ||
1913 | content: "\f258"; | ||
1914 | } | ||
1915 | .fa-hand-spock-o:before { | ||
1916 | content: "\f259"; | ||
1917 | } | ||
1918 | .fa-hand-pointer-o:before { | ||
1919 | content: "\f25a"; | ||
1920 | } | ||
1921 | .fa-hand-peace-o:before { | ||
1922 | content: "\f25b"; | ||
1923 | } | ||
1924 | .fa-trademark:before { | ||
1925 | content: "\f25c"; | ||
1926 | } | ||
1927 | .fa-registered:before { | ||
1928 | content: "\f25d"; | ||
1929 | } | ||
1930 | .fa-creative-commons:before { | ||
1931 | content: "\f25e"; | ||
1932 | } | ||
1933 | .fa-gg:before { | ||
1934 | content: "\f260"; | ||
1935 | } | ||
1936 | .fa-gg-circle:before { | ||
1937 | content: "\f261"; | ||
1938 | } | ||
1939 | .fa-tripadvisor:before { | ||
1940 | content: "\f262"; | ||
1941 | } | ||
1942 | .fa-odnoklassniki:before { | ||
1943 | content: "\f263"; | ||
1944 | } | ||
1945 | .fa-odnoklassniki-square:before { | ||
1946 | content: "\f264"; | ||
1947 | } | ||
1948 | .fa-get-pocket:before { | ||
1949 | content: "\f265"; | ||
1950 | } | ||
1951 | .fa-wikipedia-w:before { | ||
1952 | content: "\f266"; | ||
1953 | } | ||
1954 | .fa-safari:before { | ||
1955 | content: "\f267"; | ||
1956 | } | ||
1957 | .fa-chrome:before { | ||
1958 | content: "\f268"; | ||
1959 | } | ||
1960 | .fa-firefox:before { | ||
1961 | content: "\f269"; | ||
1962 | } | ||
1963 | .fa-opera:before { | ||
1964 | content: "\f26a"; | ||
1965 | } | ||
1966 | .fa-internet-explorer:before { | ||
1967 | content: "\f26b"; | ||
1968 | } | ||
1969 | .fa-tv:before, | ||
1970 | .fa-television:before { | ||
1971 | content: "\f26c"; | ||
1972 | } | ||
1973 | .fa-contao:before { | ||
1974 | content: "\f26d"; | ||
1975 | } | ||
1976 | .fa-500px:before { | ||
1977 | content: "\f26e"; | ||
1978 | } | ||
1979 | .fa-amazon:before { | ||
1980 | content: "\f270"; | ||
1981 | } | ||
1982 | .fa-calendar-plus-o:before { | ||
1983 | content: "\f271"; | ||
1984 | } | ||
1985 | .fa-calendar-minus-o:before { | ||
1986 | content: "\f272"; | ||
1987 | } | ||
1988 | .fa-calendar-times-o:before { | ||
1989 | content: "\f273"; | ||
1990 | } | ||
1991 | .fa-calendar-check-o:before { | ||
1992 | content: "\f274"; | ||
1993 | } | ||
1994 | .fa-industry:before { | ||
1995 | content: "\f275"; | ||
1996 | } | ||
1997 | .fa-map-pin:before { | ||
1998 | content: "\f276"; | ||
1999 | } | ||
2000 | .fa-map-signs:before { | ||
2001 | content: "\f277"; | ||
2002 | } | ||
2003 | .fa-map-o:before { | ||
2004 | content: "\f278"; | ||
2005 | } | ||
2006 | .fa-map:before { | ||
2007 | content: "\f279"; | ||
2008 | } | ||
2009 | .fa-commenting:before { | ||
2010 | content: "\f27a"; | ||
2011 | } | ||
2012 | .fa-commenting-o:before { | ||
2013 | content: "\f27b"; | ||
2014 | } | ||
2015 | .fa-houzz:before { | ||
2016 | content: "\f27c"; | ||
2017 | } | ||
2018 | .fa-vimeo:before { | ||
2019 | content: "\f27d"; | ||
2020 | } | ||
2021 | .fa-black-tie:before { | ||
2022 | content: "\f27e"; | ||
2023 | } | ||
2024 | .fa-fonticons:before { | ||
2025 | content: "\f280"; | ||
2026 | } | ||
2027 | .fa-reddit-alien:before { | ||
2028 | content: "\f281"; | ||
2029 | } | ||
2030 | .fa-edge:before { | ||
2031 | content: "\f282"; | ||
2032 | } | ||
2033 | .fa-credit-card-alt:before { | ||
2034 | content: "\f283"; | ||
2035 | } | ||
2036 | .fa-codiepie:before { | ||
2037 | content: "\f284"; | ||
2038 | } | ||
2039 | .fa-modx:before { | ||
2040 | content: "\f285"; | ||
2041 | } | ||
2042 | .fa-fort-awesome:before { | ||
2043 | content: "\f286"; | ||
2044 | } | ||
2045 | .fa-usb:before { | ||
2046 | content: "\f287"; | ||
2047 | } | ||
2048 | .fa-product-hunt:before { | ||
2049 | content: "\f288"; | ||
2050 | } | ||
2051 | .fa-mixcloud:before { | ||
2052 | content: "\f289"; | ||
2053 | } | ||
2054 | .fa-scribd:before { | ||
2055 | content: "\f28a"; | ||
2056 | } | ||
2057 | .fa-pause-circle:before { | ||
2058 | content: "\f28b"; | ||
2059 | } | ||
2060 | .fa-pause-circle-o:before { | ||
2061 | content: "\f28c"; | ||
2062 | } | ||
2063 | .fa-stop-circle:before { | ||
2064 | content: "\f28d"; | ||
2065 | } | ||
2066 | .fa-stop-circle-o:before { | ||
2067 | content: "\f28e"; | ||
2068 | } | ||
2069 | .fa-shopping-bag:before { | ||
2070 | content: "\f290"; | ||
2071 | } | ||
2072 | .fa-shopping-basket:before { | ||
2073 | content: "\f291"; | ||
2074 | } | ||
2075 | .fa-hashtag:before { | ||
2076 | content: "\f292"; | ||
2077 | } | ||
2078 | .fa-bluetooth:before { | ||
2079 | content: "\f293"; | ||
2080 | } | ||
2081 | .fa-bluetooth-b:before { | ||
2082 | content: "\f294"; | ||
2083 | } | ||
2084 | .fa-percent:before { | ||
2085 | content: "\f295"; | ||
2086 | } | ||
diff --git a/tpl/default/css/font-awesome.min.css b/tpl/default/css/font-awesome.min.css deleted file mode 100644 index d0603cb4..00000000 --- a/tpl/default/css/font-awesome.min.css +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | /*! | ||
2 | * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome | ||
3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | ||
4 | */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"} | ||
diff --git a/tpl/default/css/grids-responsive.css b/tpl/default/css/grids-responsive.css deleted file mode 100644 index dc9f7718..00000000 --- a/tpl/default/css/grids-responsive.css +++ /dev/null | |||
@@ -1,861 +0,0 @@ | |||
1 | /*! | ||
2 | Pure v0.6.0 | ||
3 | Copyright 2014 Yahoo! Inc. All rights reserved. | ||
4 | Licensed under the BSD License. | ||
5 | https://github.com/yahoo/pure/blob/master/LICENSE.md | ||
6 | */ | ||
7 | @media screen and (min-width: 35.5em) { | ||
8 | .pure-u-sm-1, | ||
9 | .pure-u-sm-1-1, | ||
10 | .pure-u-sm-1-2, | ||
11 | .pure-u-sm-1-3, | ||
12 | .pure-u-sm-2-3, | ||
13 | .pure-u-sm-1-4, | ||
14 | .pure-u-sm-3-4, | ||
15 | .pure-u-sm-1-5, | ||
16 | .pure-u-sm-2-5, | ||
17 | .pure-u-sm-3-5, | ||
18 | .pure-u-sm-4-5, | ||
19 | .pure-u-sm-5-5, | ||
20 | .pure-u-sm-1-6, | ||
21 | .pure-u-sm-5-6, | ||
22 | .pure-u-sm-1-8, | ||
23 | .pure-u-sm-3-8, | ||
24 | .pure-u-sm-5-8, | ||
25 | .pure-u-sm-7-8, | ||
26 | .pure-u-sm-1-12, | ||
27 | .pure-u-sm-5-12, | ||
28 | .pure-u-sm-7-12, | ||
29 | .pure-u-sm-11-12, | ||
30 | .pure-u-sm-1-24, | ||
31 | .pure-u-sm-2-24, | ||
32 | .pure-u-sm-3-24, | ||
33 | .pure-u-sm-4-24, | ||
34 | .pure-u-sm-5-24, | ||
35 | .pure-u-sm-6-24, | ||
36 | .pure-u-sm-7-24, | ||
37 | .pure-u-sm-8-24, | ||
38 | .pure-u-sm-9-24, | ||
39 | .pure-u-sm-10-24, | ||
40 | .pure-u-sm-11-24, | ||
41 | .pure-u-sm-12-24, | ||
42 | .pure-u-sm-13-24, | ||
43 | .pure-u-sm-14-24, | ||
44 | .pure-u-sm-15-24, | ||
45 | .pure-u-sm-16-24, | ||
46 | .pure-u-sm-17-24, | ||
47 | .pure-u-sm-18-24, | ||
48 | .pure-u-sm-19-24, | ||
49 | .pure-u-sm-20-24, | ||
50 | .pure-u-sm-21-24, | ||
51 | .pure-u-sm-22-24, | ||
52 | .pure-u-sm-23-24, | ||
53 | .pure-u-sm-24-24 { | ||
54 | display: inline-block; | ||
55 | *display: inline; | ||
56 | zoom: 1; | ||
57 | letter-spacing: normal; | ||
58 | word-spacing: normal; | ||
59 | vertical-align: top; | ||
60 | text-rendering: auto; | ||
61 | } | ||
62 | |||
63 | .pure-u-sm-1-24 { | ||
64 | width: 4.1667%; | ||
65 | *width: 4.1357%; | ||
66 | } | ||
67 | |||
68 | .pure-u-sm-1-12, | ||
69 | .pure-u-sm-2-24 { | ||
70 | width: 8.3333%; | ||
71 | *width: 8.3023%; | ||
72 | } | ||
73 | |||
74 | .pure-u-sm-1-8, | ||
75 | .pure-u-sm-3-24 { | ||
76 | width: 12.5000%; | ||
77 | *width: 12.4690%; | ||
78 | } | ||
79 | |||
80 | .pure-u-sm-1-6, | ||
81 | .pure-u-sm-4-24 { | ||
82 | width: 16.6667%; | ||
83 | *width: 16.6357%; | ||
84 | } | ||
85 | |||
86 | .pure-u-sm-1-5 { | ||
87 | width: 20%; | ||
88 | *width: 19.9690%; | ||
89 | } | ||
90 | |||
91 | .pure-u-sm-5-24 { | ||
92 | width: 20.8333%; | ||
93 | *width: 20.8023%; | ||
94 | } | ||
95 | |||
96 | .pure-u-sm-1-4, | ||
97 | .pure-u-sm-6-24 { | ||
98 | width: 25%; | ||
99 | *width: 24.9690%; | ||
100 | } | ||
101 | |||
102 | .pure-u-sm-7-24 { | ||
103 | width: 29.1667%; | ||
104 | *width: 29.1357%; | ||
105 | } | ||
106 | |||
107 | .pure-u-sm-1-3, | ||
108 | .pure-u-sm-8-24 { | ||
109 | width: 33.3333%; | ||
110 | *width: 33.3023%; | ||
111 | } | ||
112 | |||
113 | .pure-u-sm-3-8, | ||
114 | .pure-u-sm-9-24 { | ||
115 | width: 37.5000%; | ||
116 | *width: 37.4690%; | ||
117 | } | ||
118 | |||
119 | .pure-u-sm-2-5 { | ||
120 | width: 40%; | ||
121 | *width: 39.9690%; | ||
122 | } | ||
123 | |||
124 | .pure-u-sm-5-12, | ||
125 | .pure-u-sm-10-24 { | ||
126 | width: 41.6667%; | ||
127 | *width: 41.6357%; | ||
128 | } | ||
129 | |||
130 | .pure-u-sm-11-24 { | ||
131 | width: 45.8333%; | ||
132 | *width: 45.8023%; | ||
133 | } | ||
134 | |||
135 | .pure-u-sm-1-2, | ||
136 | .pure-u-sm-12-24 { | ||
137 | width: 50%; | ||
138 | *width: 49.9690%; | ||
139 | } | ||
140 | |||
141 | .pure-u-sm-13-24 { | ||
142 | width: 54.1667%; | ||
143 | *width: 54.1357%; | ||
144 | } | ||
145 | |||
146 | .pure-u-sm-7-12, | ||
147 | .pure-u-sm-14-24 { | ||
148 | width: 58.3333%; | ||
149 | *width: 58.3023%; | ||
150 | } | ||
151 | |||
152 | .pure-u-sm-3-5 { | ||
153 | width: 60%; | ||
154 | *width: 59.9690%; | ||
155 | } | ||
156 | |||
157 | .pure-u-sm-5-8, | ||
158 | .pure-u-sm-15-24 { | ||
159 | width: 62.5000%; | ||
160 | *width: 62.4690%; | ||
161 | } | ||
162 | |||
163 | .pure-u-sm-2-3, | ||
164 | .pure-u-sm-16-24 { | ||
165 | width: 66.6667%; | ||
166 | *width: 66.6357%; | ||
167 | } | ||
168 | |||
169 | .pure-u-sm-17-24 { | ||
170 | width: 70.8333%; | ||
171 | *width: 70.8023%; | ||
172 | } | ||
173 | |||
174 | .pure-u-sm-3-4, | ||
175 | .pure-u-sm-18-24 { | ||
176 | width: 75%; | ||
177 | *width: 74.9690%; | ||
178 | } | ||
179 | |||
180 | .pure-u-sm-19-24 { | ||
181 | width: 79.1667%; | ||
182 | *width: 79.1357%; | ||
183 | } | ||
184 | |||
185 | .pure-u-sm-4-5 { | ||
186 | width: 80%; | ||
187 | *width: 79.9690%; | ||
188 | } | ||
189 | |||
190 | .pure-u-sm-5-6, | ||
191 | .pure-u-sm-20-24 { | ||
192 | width: 83.3333%; | ||
193 | *width: 83.3023%; | ||
194 | } | ||
195 | |||
196 | .pure-u-sm-7-8, | ||
197 | .pure-u-sm-21-24 { | ||
198 | width: 87.5000%; | ||
199 | *width: 87.4690%; | ||
200 | } | ||
201 | |||
202 | .pure-u-sm-11-12, | ||
203 | .pure-u-sm-22-24 { | ||
204 | width: 91.6667%; | ||
205 | *width: 91.6357%; | ||
206 | } | ||
207 | |||
208 | .pure-u-sm-23-24 { | ||
209 | width: 95.8333%; | ||
210 | *width: 95.8023%; | ||
211 | } | ||
212 | |||
213 | .pure-u-sm-1, | ||
214 | .pure-u-sm-1-1, | ||
215 | .pure-u-sm-5-5, | ||
216 | .pure-u-sm-24-24 { | ||
217 | width: 100%; | ||
218 | } | ||
219 | } | ||
220 | |||
221 | @media screen and (min-width: 48em) { | ||
222 | .pure-u-md-1, | ||
223 | .pure-u-md-1-1, | ||
224 | .pure-u-md-1-2, | ||
225 | .pure-u-md-1-3, | ||
226 | .pure-u-md-2-3, | ||
227 | .pure-u-md-1-4, | ||
228 | .pure-u-md-3-4, | ||
229 | .pure-u-md-1-5, | ||
230 | .pure-u-md-2-5, | ||
231 | .pure-u-md-3-5, | ||
232 | .pure-u-md-4-5, | ||
233 | .pure-u-md-5-5, | ||
234 | .pure-u-md-1-6, | ||
235 | .pure-u-md-5-6, | ||
236 | .pure-u-md-1-8, | ||
237 | .pure-u-md-3-8, | ||
238 | .pure-u-md-5-8, | ||
239 | .pure-u-md-7-8, | ||
240 | .pure-u-md-1-12, | ||
241 | .pure-u-md-5-12, | ||
242 | .pure-u-md-7-12, | ||
243 | .pure-u-md-11-12, | ||
244 | .pure-u-md-1-24, | ||
245 | .pure-u-md-2-24, | ||
246 | .pure-u-md-3-24, | ||
247 | .pure-u-md-4-24, | ||
248 | .pure-u-md-5-24, | ||
249 | .pure-u-md-6-24, | ||
250 | .pure-u-md-7-24, | ||
251 | .pure-u-md-8-24, | ||
252 | .pure-u-md-9-24, | ||
253 | .pure-u-md-10-24, | ||
254 | .pure-u-md-11-24, | ||
255 | .pure-u-md-12-24, | ||
256 | .pure-u-md-13-24, | ||
257 | .pure-u-md-14-24, | ||
258 | .pure-u-md-15-24, | ||
259 | .pure-u-md-16-24, | ||
260 | .pure-u-md-17-24, | ||
261 | .pure-u-md-18-24, | ||
262 | .pure-u-md-19-24, | ||
263 | .pure-u-md-20-24, | ||
264 | .pure-u-md-21-24, | ||
265 | .pure-u-md-22-24, | ||
266 | .pure-u-md-23-24, | ||
267 | .pure-u-md-24-24 { | ||
268 | display: inline-block; | ||
269 | *display: inline; | ||
270 | zoom: 1; | ||
271 | letter-spacing: normal; | ||
272 | word-spacing: normal; | ||
273 | vertical-align: top; | ||
274 | text-rendering: auto; | ||
275 | } | ||
276 | |||
277 | .pure-u-md-1-24 { | ||
278 | width: 4.1667%; | ||
279 | *width: 4.1357%; | ||
280 | } | ||
281 | |||
282 | .pure-u-md-1-12, | ||
283 | .pure-u-md-2-24 { | ||
284 | width: 8.3333%; | ||
285 | *width: 8.3023%; | ||
286 | } | ||
287 | |||
288 | .pure-u-md-1-8, | ||
289 | .pure-u-md-3-24 { | ||
290 | width: 12.5000%; | ||
291 | *width: 12.4690%; | ||
292 | } | ||
293 | |||
294 | .pure-u-md-1-6, | ||
295 | .pure-u-md-4-24 { | ||
296 | width: 16.6667%; | ||
297 | *width: 16.6357%; | ||
298 | } | ||
299 | |||
300 | .pure-u-md-1-5 { | ||
301 | width: 20%; | ||
302 | *width: 19.9690%; | ||
303 | } | ||
304 | |||
305 | .pure-u-md-5-24 { | ||
306 | width: 20.8333%; | ||
307 | *width: 20.8023%; | ||
308 | } | ||
309 | |||
310 | .pure-u-md-1-4, | ||
311 | .pure-u-md-6-24 { | ||
312 | width: 25%; | ||
313 | *width: 24.9690%; | ||
314 | } | ||
315 | |||
316 | .pure-u-md-7-24 { | ||
317 | width: 29.1667%; | ||
318 | *width: 29.1357%; | ||
319 | } | ||
320 | |||
321 | .pure-u-md-1-3, | ||
322 | .pure-u-md-8-24 { | ||
323 | width: 33.3333%; | ||
324 | *width: 33.3023%; | ||
325 | } | ||
326 | |||
327 | .pure-u-md-3-8, | ||
328 | .pure-u-md-9-24 { | ||
329 | width: 37.5000%; | ||
330 | *width: 37.4690%; | ||
331 | } | ||
332 | |||
333 | .pure-u-md-2-5 { | ||
334 | width: 40%; | ||
335 | *width: 39.9690%; | ||
336 | } | ||
337 | |||
338 | .pure-u-md-5-12, | ||
339 | .pure-u-md-10-24 { | ||
340 | width: 41.6667%; | ||
341 | *width: 41.6357%; | ||
342 | } | ||
343 | |||
344 | .pure-u-md-11-24 { | ||
345 | width: 45.8333%; | ||
346 | *width: 45.8023%; | ||
347 | } | ||
348 | |||
349 | .pure-u-md-1-2, | ||
350 | .pure-u-md-12-24 { | ||
351 | width: 50%; | ||
352 | *width: 49.9690%; | ||
353 | } | ||
354 | |||
355 | .pure-u-md-13-24 { | ||
356 | width: 54.1667%; | ||
357 | *width: 54.1357%; | ||
358 | } | ||
359 | |||
360 | .pure-u-md-7-12, | ||
361 | .pure-u-md-14-24 { | ||
362 | width: 58.3333%; | ||
363 | *width: 58.3023%; | ||
364 | } | ||
365 | |||
366 | .pure-u-md-3-5 { | ||
367 | width: 60%; | ||
368 | *width: 59.9690%; | ||
369 | } | ||
370 | |||
371 | .pure-u-md-5-8, | ||
372 | .pure-u-md-15-24 { | ||
373 | width: 62.5000%; | ||
374 | *width: 62.4690%; | ||
375 | } | ||
376 | |||
377 | .pure-u-md-2-3, | ||
378 | .pure-u-md-16-24 { | ||
379 | width: 66.6667%; | ||
380 | *width: 66.6357%; | ||
381 | } | ||
382 | |||
383 | .pure-u-md-17-24 { | ||
384 | width: 70.8333%; | ||
385 | *width: 70.8023%; | ||
386 | } | ||
387 | |||
388 | .pure-u-md-3-4, | ||
389 | .pure-u-md-18-24 { | ||
390 | width: 75%; | ||
391 | *width: 74.9690%; | ||
392 | } | ||
393 | |||
394 | .pure-u-md-19-24 { | ||
395 | width: 79.1667%; | ||
396 | *width: 79.1357%; | ||
397 | } | ||
398 | |||
399 | .pure-u-md-4-5 { | ||
400 | width: 80%; | ||
401 | *width: 79.9690%; | ||
402 | } | ||
403 | |||
404 | .pure-u-md-5-6, | ||
405 | .pure-u-md-20-24 { | ||
406 | width: 83.3333%; | ||
407 | *width: 83.3023%; | ||
408 | } | ||
409 | |||
410 | .pure-u-md-7-8, | ||
411 | .pure-u-md-21-24 { | ||
412 | width: 87.5000%; | ||
413 | *width: 87.4690%; | ||
414 | } | ||
415 | |||
416 | .pure-u-md-11-12, | ||
417 | .pure-u-md-22-24 { | ||
418 | width: 91.6667%; | ||
419 | *width: 91.6357%; | ||
420 | } | ||
421 | |||
422 | .pure-u-md-23-24 { | ||
423 | width: 95.8333%; | ||
424 | *width: 95.8023%; | ||
425 | } | ||
426 | |||
427 | .pure-u-md-1, | ||
428 | .pure-u-md-1-1, | ||
429 | .pure-u-md-5-5, | ||
430 | .pure-u-md-24-24 { | ||
431 | width: 100%; | ||
432 | } | ||
433 | } | ||
434 | |||
435 | @media screen and (min-width: 64em) { | ||
436 | .pure-u-lg-1, | ||
437 | .pure-u-lg-1-1, | ||
438 | .pure-u-lg-1-2, | ||
439 | .pure-u-lg-1-3, | ||
440 | .pure-u-lg-2-3, | ||
441 | .pure-u-lg-1-4, | ||
442 | .pure-u-lg-3-4, | ||
443 | .pure-u-lg-1-5, | ||
444 | .pure-u-lg-2-5, | ||
445 | .pure-u-lg-3-5, | ||
446 | .pure-u-lg-4-5, | ||
447 | .pure-u-lg-5-5, | ||
448 | .pure-u-lg-1-6, | ||
449 | .pure-u-lg-5-6, | ||
450 | .pure-u-lg-1-8, | ||
451 | .pure-u-lg-3-8, | ||
452 | .pure-u-lg-5-8, | ||
453 | .pure-u-lg-7-8, | ||
454 | .pure-u-lg-1-12, | ||
455 | .pure-u-lg-5-12, | ||
456 | .pure-u-lg-7-12, | ||
457 | .pure-u-lg-11-12, | ||
458 | .pure-u-lg-1-24, | ||
459 | .pure-u-lg-2-24, | ||
460 | .pure-u-lg-3-24, | ||
461 | .pure-u-lg-4-24, | ||
462 | .pure-u-lg-5-24, | ||
463 | .pure-u-lg-6-24, | ||
464 | .pure-u-lg-7-24, | ||
465 | .pure-u-lg-8-24, | ||
466 | .pure-u-lg-9-24, | ||
467 | .pure-u-lg-10-24, | ||
468 | .pure-u-lg-11-24, | ||
469 | .pure-u-lg-12-24, | ||
470 | .pure-u-lg-13-24, | ||
471 | .pure-u-lg-14-24, | ||
472 | .pure-u-lg-15-24, | ||
473 | .pure-u-lg-16-24, | ||
474 | .pure-u-lg-17-24, | ||
475 | .pure-u-lg-18-24, | ||
476 | .pure-u-lg-19-24, | ||
477 | .pure-u-lg-20-24, | ||
478 | .pure-u-lg-21-24, | ||
479 | .pure-u-lg-22-24, | ||
480 | .pure-u-lg-23-24, | ||
481 | .pure-u-lg-24-24 { | ||
482 | display: inline-block; | ||
483 | *display: inline; | ||
484 | zoom: 1; | ||
485 | letter-spacing: normal; | ||
486 | word-spacing: normal; | ||
487 | vertical-align: top; | ||
488 | text-rendering: auto; | ||
489 | } | ||
490 | |||
491 | .pure-u-lg-1-24 { | ||
492 | width: 4.1667%; | ||
493 | *width: 4.1357%; | ||
494 | } | ||
495 | |||
496 | .pure-u-lg-1-12, | ||
497 | .pure-u-lg-2-24 { | ||
498 | width: 8.3333%; | ||
499 | *width: 8.3023%; | ||
500 | } | ||
501 | |||
502 | .pure-u-lg-1-8, | ||
503 | .pure-u-lg-3-24 { | ||
504 | width: 12.5000%; | ||
505 | *width: 12.4690%; | ||
506 | } | ||
507 | |||
508 | .pure-u-lg-1-6, | ||
509 | .pure-u-lg-4-24 { | ||
510 | width: 16.6667%; | ||
511 | *width: 16.6357%; | ||
512 | } | ||
513 | |||
514 | .pure-u-lg-1-5 { | ||
515 | width: 20%; | ||
516 | *width: 19.9690%; | ||
517 | } | ||
518 | |||
519 | .pure-u-lg-5-24 { | ||
520 | width: 20.8333%; | ||
521 | *width: 20.8023%; | ||
522 | } | ||
523 | |||
524 | .pure-u-lg-1-4, | ||
525 | .pure-u-lg-6-24 { | ||
526 | width: 25%; | ||
527 | *width: 24.9690%; | ||
528 | } | ||
529 | |||
530 | .pure-u-lg-7-24 { | ||
531 | width: 29.1667%; | ||
532 | *width: 29.1357%; | ||
533 | } | ||
534 | |||
535 | .pure-u-lg-1-3, | ||
536 | .pure-u-lg-8-24 { | ||
537 | width: 33.3333%; | ||
538 | *width: 33.3023%; | ||
539 | } | ||
540 | |||
541 | .pure-u-lg-3-8, | ||
542 | .pure-u-lg-9-24 { | ||
543 | width: 37.5000%; | ||
544 | *width: 37.4690%; | ||
545 | } | ||
546 | |||
547 | .pure-u-lg-2-5 { | ||
548 | width: 40%; | ||
549 | *width: 39.9690%; | ||
550 | } | ||
551 | |||
552 | .pure-u-lg-5-12, | ||
553 | .pure-u-lg-10-24 { | ||
554 | width: 41.6667%; | ||
555 | *width: 41.6357%; | ||
556 | } | ||
557 | |||
558 | .pure-u-lg-11-24 { | ||
559 | width: 45.8333%; | ||
560 | *width: 45.8023%; | ||
561 | } | ||
562 | |||
563 | .pure-u-lg-1-2, | ||
564 | .pure-u-lg-12-24 { | ||
565 | width: 50%; | ||
566 | *width: 49.9690%; | ||
567 | } | ||
568 | |||
569 | .pure-u-lg-13-24 { | ||
570 | width: 54.1667%; | ||
571 | *width: 54.1357%; | ||
572 | } | ||
573 | |||
574 | .pure-u-lg-7-12, | ||
575 | .pure-u-lg-14-24 { | ||
576 | width: 58.3333%; | ||
577 | *width: 58.3023%; | ||
578 | } | ||
579 | |||
580 | .pure-u-lg-3-5 { | ||
581 | width: 60%; | ||
582 | *width: 59.9690%; | ||
583 | } | ||
584 | |||
585 | .pure-u-lg-5-8, | ||
586 | .pure-u-lg-15-24 { | ||
587 | width: 62.5000%; | ||
588 | *width: 62.4690%; | ||
589 | } | ||
590 | |||
591 | .pure-u-lg-2-3, | ||
592 | .pure-u-lg-16-24 { | ||
593 | width: 66.6667%; | ||
594 | *width: 66.6357%; | ||
595 | } | ||
596 | |||
597 | .pure-u-lg-17-24 { | ||
598 | width: 70.8333%; | ||
599 | *width: 70.8023%; | ||
600 | } | ||
601 | |||
602 | .pure-u-lg-3-4, | ||
603 | .pure-u-lg-18-24 { | ||
604 | width: 75%; | ||
605 | *width: 74.9690%; | ||
606 | } | ||
607 | |||
608 | .pure-u-lg-19-24 { | ||
609 | width: 79.1667%; | ||
610 | *width: 79.1357%; | ||
611 | } | ||
612 | |||
613 | .pure-u-lg-4-5 { | ||
614 | width: 80%; | ||
615 | *width: 79.9690%; | ||
616 | } | ||
617 | |||
618 | .pure-u-lg-5-6, | ||
619 | .pure-u-lg-20-24 { | ||
620 | width: 83.3333%; | ||
621 | *width: 83.3023%; | ||
622 | } | ||
623 | |||
624 | .pure-u-lg-7-8, | ||
625 | .pure-u-lg-21-24 { | ||
626 | width: 87.5000%; | ||
627 | *width: 87.4690%; | ||
628 | } | ||
629 | |||
630 | .pure-u-lg-11-12, | ||
631 | .pure-u-lg-22-24 { | ||
632 | width: 91.6667%; | ||
633 | *width: 91.6357%; | ||
634 | } | ||
635 | |||
636 | .pure-u-lg-23-24 { | ||
637 | width: 95.8333%; | ||
638 | *width: 95.8023%; | ||
639 | } | ||
640 | |||
641 | .pure-u-lg-1, | ||
642 | .pure-u-lg-1-1, | ||
643 | .pure-u-lg-5-5, | ||
644 | .pure-u-lg-24-24 { | ||
645 | width: 100%; | ||
646 | } | ||
647 | } | ||
648 | |||
649 | @media screen and (min-width: 80em) { | ||
650 | .pure-u-xl-1, | ||
651 | .pure-u-xl-1-1, | ||
652 | .pure-u-xl-1-2, | ||
653 | .pure-u-xl-1-3, | ||
654 | .pure-u-xl-2-3, | ||
655 | .pure-u-xl-1-4, | ||
656 | .pure-u-xl-3-4, | ||
657 | .pure-u-xl-1-5, | ||
658 | .pure-u-xl-2-5, | ||
659 | .pure-u-xl-3-5, | ||
660 | .pure-u-xl-4-5, | ||
661 | .pure-u-xl-5-5, | ||
662 | .pure-u-xl-1-6, | ||
663 | .pure-u-xl-5-6, | ||
664 | .pure-u-xl-1-8, | ||
665 | .pure-u-xl-3-8, | ||
666 | .pure-u-xl-5-8, | ||
667 | .pure-u-xl-7-8, | ||
668 | .pure-u-xl-1-12, | ||
669 | .pure-u-xl-5-12, | ||
670 | .pure-u-xl-7-12, | ||
671 | .pure-u-xl-11-12, | ||
672 | .pure-u-xl-1-24, | ||
673 | .pure-u-xl-2-24, | ||
674 | .pure-u-xl-3-24, | ||
675 | .pure-u-xl-4-24, | ||
676 | .pure-u-xl-5-24, | ||
677 | .pure-u-xl-6-24, | ||
678 | .pure-u-xl-7-24, | ||
679 | .pure-u-xl-8-24, | ||
680 | .pure-u-xl-9-24, | ||
681 | .pure-u-xl-10-24, | ||
682 | .pure-u-xl-11-24, | ||
683 | .pure-u-xl-12-24, | ||
684 | .pure-u-xl-13-24, | ||
685 | .pure-u-xl-14-24, | ||
686 | .pure-u-xl-15-24, | ||
687 | .pure-u-xl-16-24, | ||
688 | .pure-u-xl-17-24, | ||
689 | .pure-u-xl-18-24, | ||
690 | .pure-u-xl-19-24, | ||
691 | .pure-u-xl-20-24, | ||
692 | .pure-u-xl-21-24, | ||
693 | .pure-u-xl-22-24, | ||
694 | .pure-u-xl-23-24, | ||
695 | .pure-u-xl-24-24 { | ||
696 | display: inline-block; | ||
697 | *display: inline; | ||
698 | zoom: 1; | ||
699 | letter-spacing: normal; | ||
700 | word-spacing: normal; | ||
701 | vertical-align: top; | ||
702 | text-rendering: auto; | ||
703 | } | ||
704 | |||
705 | .pure-u-xl-1-24 { | ||
706 | width: 4.1667%; | ||
707 | *width: 4.1357%; | ||
708 | } | ||
709 | |||
710 | .pure-u-xl-1-12, | ||
711 | .pure-u-xl-2-24 { | ||
712 | width: 8.3333%; | ||
713 | *width: 8.3023%; | ||
714 | } | ||
715 | |||
716 | .pure-u-xl-1-8, | ||
717 | .pure-u-xl-3-24 { | ||
718 | width: 12.5000%; | ||
719 | *width: 12.4690%; | ||
720 | } | ||
721 | |||
722 | .pure-u-xl-1-6, | ||
723 | .pure-u-xl-4-24 { | ||
724 | width: 16.6667%; | ||
725 | *width: 16.6357%; | ||
726 | } | ||
727 | |||
728 | .pure-u-xl-1-5 { | ||
729 | width: 20%; | ||
730 | *width: 19.9690%; | ||
731 | } | ||
732 | |||
733 | .pure-u-xl-5-24 { | ||
734 | width: 20.8333%; | ||
735 | *width: 20.8023%; | ||
736 | } | ||
737 | |||
738 | .pure-u-xl-1-4, | ||
739 | .pure-u-xl-6-24 { | ||
740 | width: 25%; | ||
741 | *width: 24.9690%; | ||
742 | } | ||
743 | |||
744 | .pure-u-xl-7-24 { | ||
745 | width: 29.1667%; | ||
746 | *width: 29.1357%; | ||
747 | } | ||
748 | |||
749 | .pure-u-xl-1-3, | ||
750 | .pure-u-xl-8-24 { | ||
751 | width: 33.3333%; | ||
752 | *width: 33.3023%; | ||
753 | } | ||
754 | |||
755 | .pure-u-xl-3-8, | ||
756 | .pure-u-xl-9-24 { | ||
757 | width: 37.5000%; | ||
758 | *width: 37.4690%; | ||
759 | } | ||
760 | |||
761 | .pure-u-xl-2-5 { | ||
762 | width: 40%; | ||
763 | *width: 39.9690%; | ||
764 | } | ||
765 | |||
766 | .pure-u-xl-5-12, | ||
767 | .pure-u-xl-10-24 { | ||
768 | width: 41.6667%; | ||
769 | *width: 41.6357%; | ||
770 | } | ||
771 | |||
772 | .pure-u-xl-11-24 { | ||
773 | width: 45.8333%; | ||
774 | *width: 45.8023%; | ||
775 | } | ||
776 | |||
777 | .pure-u-xl-1-2, | ||
778 | .pure-u-xl-12-24 { | ||
779 | width: 50%; | ||
780 | *width: 49.9690%; | ||
781 | } | ||
782 | |||
783 | .pure-u-xl-13-24 { | ||
784 | width: 54.1667%; | ||
785 | *width: 54.1357%; | ||
786 | } | ||
787 | |||
788 | .pure-u-xl-7-12, | ||
789 | .pure-u-xl-14-24 { | ||
790 | width: 58.3333%; | ||
791 | *width: 58.3023%; | ||
792 | } | ||
793 | |||
794 | .pure-u-xl-3-5 { | ||
795 | width: 60%; | ||
796 | *width: 59.9690%; | ||
797 | } | ||
798 | |||
799 | .pure-u-xl-5-8, | ||
800 | .pure-u-xl-15-24 { | ||
801 | width: 62.5000%; | ||
802 | *width: 62.4690%; | ||
803 | } | ||
804 | |||
805 | .pure-u-xl-2-3, | ||
806 | .pure-u-xl-16-24 { | ||
807 | width: 66.6667%; | ||
808 | *width: 66.6357%; | ||
809 | } | ||
810 | |||
811 | .pure-u-xl-17-24 { | ||
812 | width: 70.8333%; | ||
813 | *width: 70.8023%; | ||
814 | } | ||
815 | |||
816 | .pure-u-xl-3-4, | ||
817 | .pure-u-xl-18-24 { | ||
818 | width: 75%; | ||
819 | *width: 74.9690%; | ||
820 | } | ||
821 | |||
822 | .pure-u-xl-19-24 { | ||
823 | width: 79.1667%; | ||
824 | *width: 79.1357%; | ||
825 | } | ||
826 | |||
827 | .pure-u-xl-4-5 { | ||
828 | width: 80%; | ||
829 | *width: 79.9690%; | ||
830 | } | ||
831 | |||
832 | .pure-u-xl-5-6, | ||
833 | .pure-u-xl-20-24 { | ||
834 | width: 83.3333%; | ||
835 | *width: 83.3023%; | ||
836 | } | ||
837 | |||
838 | .pure-u-xl-7-8, | ||
839 | .pure-u-xl-21-24 { | ||
840 | width: 87.5000%; | ||
841 | *width: 87.4690%; | ||
842 | } | ||
843 | |||
844 | .pure-u-xl-11-12, | ||
845 | .pure-u-xl-22-24 { | ||
846 | width: 91.6667%; | ||
847 | *width: 91.6357%; | ||
848 | } | ||
849 | |||
850 | .pure-u-xl-23-24 { | ||
851 | width: 95.8333%; | ||
852 | *width: 95.8023%; | ||
853 | } | ||
854 | |||
855 | .pure-u-xl-1, | ||
856 | .pure-u-xl-1-1, | ||
857 | .pure-u-xl-5-5, | ||
858 | .pure-u-xl-24-24 { | ||
859 | width: 100%; | ||
860 | } | ||
861 | } \ No newline at end of file | ||
diff --git a/tpl/default/css/grids-responsive.min.css b/tpl/default/css/grids-responsive.min.css deleted file mode 100644 index 1df05db8..00000000 --- a/tpl/default/css/grids-responsive.min.css +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | /*! | ||
2 | Pure v0.6.0 | ||
3 | Copyright 2014 Yahoo! Inc. All rights reserved. | ||
4 | Licensed under the BSD License. | ||
5 | https://github.com/yahoo/pure/blob/master/LICENSE.md | ||
6 | */ | ||
7 | @media screen and (min-width:35.5em){.pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-2,.pure-u-sm-1-3,.pure-u-sm-2-3,.pure-u-sm-1-4,.pure-u-sm-3-4,.pure-u-sm-1-5,.pure-u-sm-2-5,.pure-u-sm-3-5,.pure-u-sm-4-5,.pure-u-sm-5-5,.pure-u-sm-1-6,.pure-u-sm-5-6,.pure-u-sm-1-8,.pure-u-sm-3-8,.pure-u-sm-5-8,.pure-u-sm-7-8,.pure-u-sm-1-12,.pure-u-sm-5-12,.pure-u-sm-7-12,.pure-u-sm-11-12,.pure-u-sm-1-24,.pure-u-sm-2-24,.pure-u-sm-3-24,.pure-u-sm-4-24,.pure-u-sm-5-24,.pure-u-sm-6-24,.pure-u-sm-7-24,.pure-u-sm-8-24,.pure-u-sm-9-24,.pure-u-sm-10-24,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,.pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,.pure-u-sm-19-24,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,.pure-u-sm-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-sm-1-24{width:4.1667%;*width:4.1357%}.pure-u-sm-1-12,.pure-u-sm-2-24{width:8.3333%;*width:8.3023%}.pure-u-sm-1-8,.pure-u-sm-3-24{width:12.5%;*width:12.469%}.pure-u-sm-1-6,.pure-u-sm-4-24{width:16.6667%;*width:16.6357%}.pure-u-sm-1-5{width:20%;*width:19.969%}.pure-u-sm-5-24{width:20.8333%;*width:20.8023%}.pure-u-sm-1-4,.pure-u-sm-6-24{width:25%;*width:24.969%}.pure-u-sm-7-24{width:29.1667%;*width:29.1357%}.pure-u-sm-1-3,.pure-u-sm-8-24{width:33.3333%;*width:33.3023%}.pure-u-sm-3-8,.pure-u-sm-9-24{width:37.5%;*width:37.469%}.pure-u-sm-2-5{width:40%;*width:39.969%}.pure-u-sm-5-12,.pure-u-sm-10-24{width:41.6667%;*width:41.6357%}.pure-u-sm-11-24{width:45.8333%;*width:45.8023%}.pure-u-sm-1-2,.pure-u-sm-12-24{width:50%;*width:49.969%}.pure-u-sm-13-24{width:54.1667%;*width:54.1357%}.pure-u-sm-7-12,.pure-u-sm-14-24{width:58.3333%;*width:58.3023%}.pure-u-sm-3-5{width:60%;*width:59.969%}.pure-u-sm-5-8,.pure-u-sm-15-24{width:62.5%;*width:62.469%}.pure-u-sm-2-3,.pure-u-sm-16-24{width:66.6667%;*width:66.6357%}.pure-u-sm-17-24{width:70.8333%;*width:70.8023%}.pure-u-sm-3-4,.pure-u-sm-18-24{width:75%;*width:74.969%}.pure-u-sm-19-24{width:79.1667%;*width:79.1357%}.pure-u-sm-4-5{width:80%;*width:79.969%}.pure-u-sm-5-6,.pure-u-sm-20-24{width:83.3333%;*width:83.3023%}.pure-u-sm-7-8,.pure-u-sm-21-24{width:87.5%;*width:87.469%}.pure-u-sm-11-12,.pure-u-sm-22-24{width:91.6667%;*width:91.6357%}.pure-u-sm-23-24{width:95.8333%;*width:95.8023%}.pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-5-5,.pure-u-sm-24-24{width:100%}}@media screen and (min-width:48em){.pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-2,.pure-u-md-1-3,.pure-u-md-2-3,.pure-u-md-1-4,.pure-u-md-3-4,.pure-u-md-1-5,.pure-u-md-2-5,.pure-u-md-3-5,.pure-u-md-4-5,.pure-u-md-5-5,.pure-u-md-1-6,.pure-u-md-5-6,.pure-u-md-1-8,.pure-u-md-3-8,.pure-u-md-5-8,.pure-u-md-7-8,.pure-u-md-1-12,.pure-u-md-5-12,.pure-u-md-7-12,.pure-u-md-11-12,.pure-u-md-1-24,.pure-u-md-2-24,.pure-u-md-3-24,.pure-u-md-4-24,.pure-u-md-5-24,.pure-u-md-6-24,.pure-u-md-7-24,.pure-u-md-8-24,.pure-u-md-9-24,.pure-u-md-10-24,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,.pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,.pure-u-md-19-24,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,.pure-u-md-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-md-1-24{width:4.1667%;*width:4.1357%}.pure-u-md-1-12,.pure-u-md-2-24{width:8.3333%;*width:8.3023%}.pure-u-md-1-8,.pure-u-md-3-24{width:12.5%;*width:12.469%}.pure-u-md-1-6,.pure-u-md-4-24{width:16.6667%;*width:16.6357%}.pure-u-md-1-5{width:20%;*width:19.969%}.pure-u-md-5-24{width:20.8333%;*width:20.8023%}.pure-u-md-1-4,.pure-u-md-6-24{width:25%;*width:24.969%}.pure-u-md-7-24{width:29.1667%;*width:29.1357%}.pure-u-md-1-3,.pure-u-md-8-24{width:33.3333%;*width:33.3023%}.pure-u-md-3-8,.pure-u-md-9-24{width:37.5%;*width:37.469%}.pure-u-md-2-5{width:40%;*width:39.969%}.pure-u-md-5-12,.pure-u-md-10-24{width:41.6667%;*width:41.6357%}.pure-u-md-11-24{width:45.8333%;*width:45.8023%}.pure-u-md-1-2,.pure-u-md-12-24{width:50%;*width:49.969%}.pure-u-md-13-24{width:54.1667%;*width:54.1357%}.pure-u-md-7-12,.pure-u-md-14-24{width:58.3333%;*width:58.3023%}.pure-u-md-3-5{width:60%;*width:59.969%}.pure-u-md-5-8,.pure-u-md-15-24{width:62.5%;*width:62.469%}.pure-u-md-2-3,.pure-u-md-16-24{width:66.6667%;*width:66.6357%}.pure-u-md-17-24{width:70.8333%;*width:70.8023%}.pure-u-md-3-4,.pure-u-md-18-24{width:75%;*width:74.969%}.pure-u-md-19-24{width:79.1667%;*width:79.1357%}.pure-u-md-4-5{width:80%;*width:79.969%}.pure-u-md-5-6,.pure-u-md-20-24{width:83.3333%;*width:83.3023%}.pure-u-md-7-8,.pure-u-md-21-24{width:87.5%;*width:87.469%}.pure-u-md-11-12,.pure-u-md-22-24{width:91.6667%;*width:91.6357%}.pure-u-md-23-24{width:95.8333%;*width:95.8023%}.pure-u-md-1,.pure-u-md-1-1,.pure-u-md-5-5,.pure-u-md-24-24{width:100%}}@media screen and (min-width:64em){.pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-2,.pure-u-lg-1-3,.pure-u-lg-2-3,.pure-u-lg-1-4,.pure-u-lg-3-4,.pure-u-lg-1-5,.pure-u-lg-2-5,.pure-u-lg-3-5,.pure-u-lg-4-5,.pure-u-lg-5-5,.pure-u-lg-1-6,.pure-u-lg-5-6,.pure-u-lg-1-8,.pure-u-lg-3-8,.pure-u-lg-5-8,.pure-u-lg-7-8,.pure-u-lg-1-12,.pure-u-lg-5-12,.pure-u-lg-7-12,.pure-u-lg-11-12,.pure-u-lg-1-24,.pure-u-lg-2-24,.pure-u-lg-3-24,.pure-u-lg-4-24,.pure-u-lg-5-24,.pure-u-lg-6-24,.pure-u-lg-7-24,.pure-u-lg-8-24,.pure-u-lg-9-24,.pure-u-lg-10-24,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,.pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,.pure-u-lg-19-24,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,.pure-u-lg-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-lg-1-24{width:4.1667%;*width:4.1357%}.pure-u-lg-1-12,.pure-u-lg-2-24{width:8.3333%;*width:8.3023%}.pure-u-lg-1-8,.pure-u-lg-3-24{width:12.5%;*width:12.469%}.pure-u-lg-1-6,.pure-u-lg-4-24{width:16.6667%;*width:16.6357%}.pure-u-lg-1-5{width:20%;*width:19.969%}.pure-u-lg-5-24{width:20.8333%;*width:20.8023%}.pure-u-lg-1-4,.pure-u-lg-6-24{width:25%;*width:24.969%}.pure-u-lg-7-24{width:29.1667%;*width:29.1357%}.pure-u-lg-1-3,.pure-u-lg-8-24{width:33.3333%;*width:33.3023%}.pure-u-lg-3-8,.pure-u-lg-9-24{width:37.5%;*width:37.469%}.pure-u-lg-2-5{width:40%;*width:39.969%}.pure-u-lg-5-12,.pure-u-lg-10-24{width:41.6667%;*width:41.6357%}.pure-u-lg-11-24{width:45.8333%;*width:45.8023%}.pure-u-lg-1-2,.pure-u-lg-12-24{width:50%;*width:49.969%}.pure-u-lg-13-24{width:54.1667%;*width:54.1357%}.pure-u-lg-7-12,.pure-u-lg-14-24{width:58.3333%;*width:58.3023%}.pure-u-lg-3-5{width:60%;*width:59.969%}.pure-u-lg-5-8,.pure-u-lg-15-24{width:62.5%;*width:62.469%}.pure-u-lg-2-3,.pure-u-lg-16-24{width:66.6667%;*width:66.6357%}.pure-u-lg-17-24{width:70.8333%;*width:70.8023%}.pure-u-lg-3-4,.pure-u-lg-18-24{width:75%;*width:74.969%}.pure-u-lg-19-24{width:79.1667%;*width:79.1357%}.pure-u-lg-4-5{width:80%;*width:79.969%}.pure-u-lg-5-6,.pure-u-lg-20-24{width:83.3333%;*width:83.3023%}.pure-u-lg-7-8,.pure-u-lg-21-24{width:87.5%;*width:87.469%}.pure-u-lg-11-12,.pure-u-lg-22-24{width:91.6667%;*width:91.6357%}.pure-u-lg-23-24{width:95.8333%;*width:95.8023%}.pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-5-5,.pure-u-lg-24-24{width:100%}}@media screen and (min-width:80em){.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-2,.pure-u-xl-1-3,.pure-u-xl-2-3,.pure-u-xl-1-4,.pure-u-xl-3-4,.pure-u-xl-1-5,.pure-u-xl-2-5,.pure-u-xl-3-5,.pure-u-xl-4-5,.pure-u-xl-5-5,.pure-u-xl-1-6,.pure-u-xl-5-6,.pure-u-xl-1-8,.pure-u-xl-3-8,.pure-u-xl-5-8,.pure-u-xl-7-8,.pure-u-xl-1-12,.pure-u-xl-5-12,.pure-u-xl-7-12,.pure-u-xl-11-12,.pure-u-xl-1-24,.pure-u-xl-2-24,.pure-u-xl-3-24,.pure-u-xl-4-24,.pure-u-xl-5-24,.pure-u-xl-6-24,.pure-u-xl-7-24,.pure-u-xl-8-24,.pure-u-xl-9-24,.pure-u-xl-10-24,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-xl-1-24{width:4.1667%;*width:4.1357%}.pure-u-xl-1-12,.pure-u-xl-2-24{width:8.3333%;*width:8.3023%}.pure-u-xl-1-8,.pure-u-xl-3-24{width:12.5%;*width:12.469%}.pure-u-xl-1-6,.pure-u-xl-4-24{width:16.6667%;*width:16.6357%}.pure-u-xl-1-5{width:20%;*width:19.969%}.pure-u-xl-5-24{width:20.8333%;*width:20.8023%}.pure-u-xl-1-4,.pure-u-xl-6-24{width:25%;*width:24.969%}.pure-u-xl-7-24{width:29.1667%;*width:29.1357%}.pure-u-xl-1-3,.pure-u-xl-8-24{width:33.3333%;*width:33.3023%}.pure-u-xl-3-8,.pure-u-xl-9-24{width:37.5%;*width:37.469%}.pure-u-xl-2-5{width:40%;*width:39.969%}.pure-u-xl-5-12,.pure-u-xl-10-24{width:41.6667%;*width:41.6357%}.pure-u-xl-11-24{width:45.8333%;*width:45.8023%}.pure-u-xl-1-2,.pure-u-xl-12-24{width:50%;*width:49.969%}.pure-u-xl-13-24{width:54.1667%;*width:54.1357%}.pure-u-xl-7-12,.pure-u-xl-14-24{width:58.3333%;*width:58.3023%}.pure-u-xl-3-5{width:60%;*width:59.969%}.pure-u-xl-5-8,.pure-u-xl-15-24{width:62.5%;*width:62.469%}.pure-u-xl-2-3,.pure-u-xl-16-24{width:66.6667%;*width:66.6357%}.pure-u-xl-17-24{width:70.8333%;*width:70.8023%}.pure-u-xl-3-4,.pure-u-xl-18-24{width:75%;*width:74.969%}.pure-u-xl-19-24{width:79.1667%;*width:79.1357%}.pure-u-xl-4-5{width:80%;*width:79.969%}.pure-u-xl-5-6,.pure-u-xl-20-24{width:83.3333%;*width:83.3023%}.pure-u-xl-7-8,.pure-u-xl-21-24{width:87.5%;*width:87.469%}.pure-u-xl-11-12,.pure-u-xl-22-24{width:91.6667%;*width:91.6357%}.pure-u-xl-23-24{width:95.8333%;*width:95.8023%}.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-5-5,.pure-u-xl-24-24{width:100%}} \ No newline at end of file | ||
diff --git a/tpl/default/css/pure-extras.css b/tpl/default/css/pure-extras.css deleted file mode 100644 index d72fc94c..00000000 --- a/tpl/default/css/pure-extras.css +++ /dev/null | |||
@@ -1,262 +0,0 @@ | |||
1 | /* Images */ | ||
2 | .pure-img-eliptical { | ||
3 | border-radius: 80%; | ||
4 | } | ||
5 | .pure-img-rounded { | ||
6 | border-radius: 3px; | ||
7 | } | ||
8 | .pure-img-bordered { | ||
9 | background-color: #FFFFFF; | ||
10 | border: 1px solid rgba(0, 0, 0, 0.2); | ||
11 | padding: 5px; | ||
12 | } | ||
13 | |||
14 | |||
15 | /* Thumbnails */ | ||
16 | .pure-thumbnails li { | ||
17 | text-align: center; | ||
18 | display: inline-block; | ||
19 | *display: inline; | ||
20 | /* IE7 inline-block hack */ | ||
21 | *zoom: 1; | ||
22 | vertical-align: top; | ||
23 | -webkit-box-sizing: border-box; | ||
24 | -moz-box-sizing: border-box; | ||
25 | box-sizing: border-box; | ||
26 | padding: 0.5em; | ||
27 | } | ||
28 | .pure-thumbnails { | ||
29 | list-style: none; | ||
30 | margin: 0; | ||
31 | padding: 0; | ||
32 | } | ||
33 | |||
34 | .pure-thumbnails a:focus { | ||
35 | outline: 0 none; | ||
36 | } | ||
37 | |||
38 | .pure-thumb { | ||
39 | display: block; | ||
40 | text-decoration: none; | ||
41 | color: inherit; | ||
42 | } | ||
43 | .pure-thumb img { | ||
44 | max-width: 100%; | ||
45 | margin-right: auto; | ||
46 | margin-left: auto; | ||
47 | vertical-align: middle; /* this will remove a thin line below the image */ | ||
48 | -webkit-box-sizing: border-box; | ||
49 | -moz-box-sizing: border-box; | ||
50 | box-sizing: border-box; | ||
51 | } | ||
52 | |||
53 | .pure-thumb-bordered { | ||
54 | border: 1px solid rgba(0, 0, 0, 0.2); | ||
55 | } | ||
56 | .pure-thumb .caption { | ||
57 | text-align: left; | ||
58 | display: block; | ||
59 | margin: 0 5px 6px; | ||
60 | |||
61 | } | ||
62 | .pure-thumb .caption p { | ||
63 | margin: 0.3em 0 0; | ||
64 | font-size: 75%; | ||
65 | } | ||
66 | .pure-thumb .caption .caption-head { | ||
67 | font-weight: bold; | ||
68 | margin-top: 0.3em; | ||
69 | } | ||
70 | |||
71 | .pure-thumb-eliptical img { | ||
72 | border-radius: 50%; | ||
73 | } | ||
74 | .pure-thumb-rounded img { | ||
75 | border-radius: 3px; | ||
76 | } | ||
77 | |||
78 | /* Badges/Pills */ | ||
79 | .pure-badge, | ||
80 | .pure-badge-error, | ||
81 | .pure-badge-warning, | ||
82 | .pure-badge-success, | ||
83 | .pure-badge-info, | ||
84 | .pure-badge-inverse { | ||
85 | padding: 0.35em 0.9em 0.35em; | ||
86 | background-color: #9D988E; | ||
87 | color: #fff; | ||
88 | display: inline-block; | ||
89 | font-size: 11.844px; | ||
90 | font-weight: bold; | ||
91 | line-height: 1.2em; | ||
92 | vertical-align: baseline; | ||
93 | white-space: nowrap; | ||
94 | border-radius: 20px; | ||
95 | margin: 0.2em; | ||
96 | } | ||
97 | .pure-badge-error { | ||
98 | background-color: #D13C38; | ||
99 | } | ||
100 | .pure-badge-warning { | ||
101 | background-color: #E78C05; | ||
102 | } | ||
103 | .pure-badge-success { | ||
104 | background-color: rgb(83, 180, 79); | ||
105 | } | ||
106 | .pure-badge-info { | ||
107 | background-color: rgb(18, 169, 218); | ||
108 | } | ||
109 | .pure-badge-inverse { | ||
110 | background-color: #4D370C; | ||
111 | } | ||
112 | |||
113 | /* Alerts */ | ||
114 | .pure-alert { | ||
115 | position: relative; | ||
116 | margin-bottom: 1em; | ||
117 | padding: 1em; | ||
118 | background: #ccc; | ||
119 | border-radius: 3px; | ||
120 | } | ||
121 | |||
122 | .pure-alert label { | ||
123 | display: inline-block; | ||
124 | *display: inline; | ||
125 | /* IE7 inline-block hack */ | ||
126 | *zoom: 1; | ||
127 | white-space: nowrap; | ||
128 | } | ||
129 | |||
130 | .pure-alert { | ||
131 | background-color: rgb(209, 235, 238); | ||
132 | color: rgb(102, 131, 145); | ||
133 | } | ||
134 | .pure-alert-error { | ||
135 | background-color: #D13C38; | ||
136 | color: #fff; | ||
137 | } | ||
138 | |||
139 | .pure-alert-warning { | ||
140 | background-color: rgb(250, 191, 103); | ||
141 | color: rgb(151, 96, 13); | ||
142 | } | ||
143 | |||
144 | .pure-alert-success { | ||
145 | background-color: rgb(83, 180, 79); | ||
146 | color: #fff; | ||
147 | } | ||
148 | |||
149 | |||
150 | /* Contextual Modals */ | ||
151 | |||
152 | .pure-popover { | ||
153 | position: relative; | ||
154 | width: 300px; | ||
155 | background-color: #f0f1f3; | ||
156 | color: #2f3034; | ||
157 | padding: 15px; | ||
158 | border: 1px solid #bfc0c8; | ||
159 | border-radius: 2px; | ||
160 | box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); | ||
161 | box-padding: border-box; | ||
162 | -webkit-background-clip: padding-box; | ||
163 | -moz-background-clip: padding; | ||
164 | background-clip: padding-box; | ||
165 | } | ||
166 | |||
167 | .pure-arrow-border, .pure-arrow { | ||
168 | border-style: solid; | ||
169 | border-width: 10px; | ||
170 | height:0; | ||
171 | width:0; | ||
172 | position:absolute; | ||
173 | } | ||
174 | |||
175 | |||
176 | /* POPOVER ARROW POSITIONING BOTTOM */ | ||
177 | |||
178 | .pure-popover.bottom .pure-arrow-border { | ||
179 | border-color: #bfc0c8 transparent transparent transparent; | ||
180 | bottom: -20px; | ||
181 | left: 50%; | ||
182 | } | ||
183 | .pure-popover.bottom .pure-arrow { | ||
184 | border-color: #f0f1f3 transparent transparent transparent; | ||
185 | bottom:-19px; | ||
186 | left: 50%; | ||
187 | } | ||
188 | |||
189 | /* POPOVER ARROW POSITIONING TOP*/ | ||
190 | |||
191 | .pure-popover.top .pure-arrow-border { | ||
192 | border-color: transparent transparent #bfc0c8 transparent; | ||
193 | top: -21px; | ||
194 | left: 50%; | ||
195 | } | ||
196 | .pure-popover.top .pure-arrow { | ||
197 | border-color: transparent transparent #f0f1f3 transparent; | ||
198 | top:-20px; | ||
199 | left: 50%; | ||
200 | } | ||
201 | |||
202 | /* POPOVER ARROW POSITIONING RIGHT*/ | ||
203 | |||
204 | .pure-popover.right .pure-arrow-border { | ||
205 | border-color: transparent transparent transparent #bfc0c8; | ||
206 | top: 45%; | ||
207 | right: -21px; | ||
208 | } | ||
209 | .pure-popover.right .pure-arrow { | ||
210 | border-color: transparent transparent transparent #f0f1f3; | ||
211 | top:45%; | ||
212 | right: -20px; | ||
213 | } | ||
214 | |||
215 | |||
216 | /* POPOVER ARROW POSITIONING LEFT*/ | ||
217 | |||
218 | .pure-popover.left .pure-arrow-border { | ||
219 | border-color: transparent #bfc0c8 transparent transparent; | ||
220 | top: 45%; | ||
221 | left: -21px; | ||
222 | } | ||
223 | .pure-popover.left .pure-arrow { | ||
224 | border-color: transparent #f0f1f3 transparent transparent; | ||
225 | top:45%; | ||
226 | left: -20px; | ||
227 | } | ||
228 | |||
229 | |||
230 | /* BUTTON IMPROVEMENTS */ | ||
231 | .pure-button-block { | ||
232 | display: block; | ||
233 | } | ||
234 | .pure-button-small { | ||
235 | padding: .6em 2em .65em; | ||
236 | font-size:70%; | ||
237 | } | ||
238 | .pure-button-large { | ||
239 | padding: .8em 5em .9em; | ||
240 | font-size:110%; | ||
241 | } | ||
242 | .pure-button-selected { | ||
243 | background-color: #345fcb; | ||
244 | color: #fff; | ||
245 | } | ||
246 | .pure-button-secondary { | ||
247 | background: rgb(161, 195, 238); | ||
248 | color: rgb(26, 88, 122); | ||
249 | } | ||
250 | .pure-button-error { | ||
251 | background: rgb(214, 86, 75); | ||
252 | color: white; | ||
253 | } | ||
254 | .pure-button-success { | ||
255 | background: rgb(54, 197, 71); | ||
256 | color: white; | ||
257 | } | ||
258 | .pure-button-warning { | ||
259 | background: rgb(255, 163, 0); | ||
260 | color: white; | ||
261 | } | ||
262 | |||
diff --git a/tpl/default/css/pure.css b/tpl/default/css/pure.css deleted file mode 100644 index a07d74cf..00000000 --- a/tpl/default/css/pure.css +++ /dev/null | |||
@@ -1,1475 +0,0 @@ | |||
1 | /*! | ||
2 | Pure v0.6.0 | ||
3 | Copyright 2014 Yahoo! Inc. All rights reserved. | ||
4 | Licensed under the BSD License. | ||
5 | https://github.com/yahoo/pure/blob/master/LICENSE.md | ||
6 | */ | ||
7 | /*! | ||
8 | normalize.css v^3.0 | MIT License | git.io/normalize | ||
9 | Copyright (c) Nicolas Gallagher and Jonathan Neal | ||
10 | */ | ||
11 | /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ | ||
12 | |||
13 | /** | ||
14 | * 1. Set default font family to sans-serif. | ||
15 | * 2. Prevent iOS text size adjust after orientation change, without disabling | ||
16 | * user zoom. | ||
17 | */ | ||
18 | |||
19 | html { | ||
20 | font-family: sans-serif; /* 1 */ | ||
21 | -ms-text-size-adjust: 100%; /* 2 */ | ||
22 | -webkit-text-size-adjust: 100%; /* 2 */ | ||
23 | } | ||
24 | |||
25 | /** | ||
26 | * Remove default margin. | ||
27 | */ | ||
28 | |||
29 | body { | ||
30 | margin: 0; | ||
31 | } | ||
32 | |||
33 | /* HTML5 display definitions | ||
34 | ========================================================================== */ | ||
35 | |||
36 | /** | ||
37 | * Correct `block` display not defined for any HTML5 element in IE 8/9. | ||
38 | * Correct `block` display not defined for `details` or `summary` in IE 10/11 | ||
39 | * and Firefox. | ||
40 | * Correct `block` display not defined for `main` in IE 11. | ||
41 | */ | ||
42 | |||
43 | article, | ||
44 | aside, | ||
45 | details, | ||
46 | figcaption, | ||
47 | figure, | ||
48 | footer, | ||
49 | header, | ||
50 | hgroup, | ||
51 | main, | ||
52 | menu, | ||
53 | nav, | ||
54 | section, | ||
55 | summary { | ||
56 | display: block; | ||
57 | } | ||
58 | |||
59 | /** | ||
60 | * 1. Correct `inline-block` display not defined in IE 8/9. | ||
61 | * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. | ||
62 | */ | ||
63 | |||
64 | audio, | ||
65 | canvas, | ||
66 | progress, | ||
67 | video { | ||
68 | display: inline-block; /* 1 */ | ||
69 | vertical-align: baseline; /* 2 */ | ||
70 | } | ||
71 | |||
72 | /** | ||
73 | * Prevent modern browsers from displaying `audio` without controls. | ||
74 | * Remove excess height in iOS 5 devices. | ||
75 | */ | ||
76 | |||
77 | audio:not([controls]) { | ||
78 | display: none; | ||
79 | height: 0; | ||
80 | } | ||
81 | |||
82 | /** | ||
83 | * Address `[hidden]` styling not present in IE 8/9/10. | ||
84 | * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. | ||
85 | */ | ||
86 | |||
87 | [hidden], | ||
88 | template { | ||
89 | display: none; | ||
90 | } | ||
91 | |||
92 | /* Links | ||
93 | ========================================================================== */ | ||
94 | |||
95 | /** | ||
96 | * Remove the gray background color from active links in IE 10. | ||
97 | */ | ||
98 | |||
99 | a { | ||
100 | background-color: transparent; | ||
101 | } | ||
102 | |||
103 | /** | ||
104 | * Improve readability when focused and also mouse hovered in all browsers. | ||
105 | */ | ||
106 | |||
107 | a:active, | ||
108 | a:hover { | ||
109 | outline: 0; | ||
110 | } | ||
111 | |||
112 | /* Text-level semantics | ||
113 | ========================================================================== */ | ||
114 | |||
115 | /** | ||
116 | * Address styling not present in IE 8/9/10/11, Safari, and Chrome. | ||
117 | */ | ||
118 | |||
119 | abbr[title] { | ||
120 | border-bottom: 1px dotted; | ||
121 | } | ||
122 | |||
123 | /** | ||
124 | * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. | ||
125 | */ | ||
126 | |||
127 | b, | ||
128 | strong { | ||
129 | font-weight: bold; | ||
130 | } | ||
131 | |||
132 | /** | ||
133 | * Address styling not present in Safari and Chrome. | ||
134 | */ | ||
135 | |||
136 | dfn { | ||
137 | font-style: italic; | ||
138 | } | ||
139 | |||
140 | /** | ||
141 | * Address variable `h1` font-size and margin within `section` and `article` | ||
142 | * contexts in Firefox 4+, Safari, and Chrome. | ||
143 | */ | ||
144 | |||
145 | h1 { | ||
146 | font-size: 2em; | ||
147 | margin: 0.67em 0; | ||
148 | } | ||
149 | |||
150 | /** | ||
151 | * Address styling not present in IE 8/9. | ||
152 | */ | ||
153 | |||
154 | mark { | ||
155 | background: #ff0; | ||
156 | color: #000; | ||
157 | } | ||
158 | |||
159 | /** | ||
160 | * Address inconsistent and variable font size in all browsers. | ||
161 | */ | ||
162 | |||
163 | small { | ||
164 | font-size: 80%; | ||
165 | } | ||
166 | |||
167 | /** | ||
168 | * Prevent `sub` and `sup` affecting `line-height` in all browsers. | ||
169 | */ | ||
170 | |||
171 | sub, | ||
172 | sup { | ||
173 | font-size: 75%; | ||
174 | line-height: 0; | ||
175 | position: relative; | ||
176 | vertical-align: baseline; | ||
177 | } | ||
178 | |||
179 | sup { | ||
180 | top: -0.5em; | ||
181 | } | ||
182 | |||
183 | sub { | ||
184 | bottom: -0.25em; | ||
185 | } | ||
186 | |||
187 | /* Embedded content | ||
188 | ========================================================================== */ | ||
189 | |||
190 | /** | ||
191 | * Remove border when inside `a` element in IE 8/9/10. | ||
192 | */ | ||
193 | |||
194 | img { | ||
195 | border: 0; | ||
196 | } | ||
197 | |||
198 | /** | ||
199 | * Correct overflow not hidden in IE 9/10/11. | ||
200 | */ | ||
201 | |||
202 | svg:not(:root) { | ||
203 | overflow: hidden; | ||
204 | } | ||
205 | |||
206 | /* Grouping content | ||
207 | ========================================================================== */ | ||
208 | |||
209 | /** | ||
210 | * Address margin not present in IE 8/9 and Safari. | ||
211 | */ | ||
212 | |||
213 | figure { | ||
214 | margin: 1em 40px; | ||
215 | } | ||
216 | |||
217 | /** | ||
218 | * Address differences between Firefox and other browsers. | ||
219 | */ | ||
220 | |||
221 | hr { | ||
222 | -moz-box-sizing: content-box; | ||
223 | box-sizing: content-box; | ||
224 | height: 0; | ||
225 | } | ||
226 | |||
227 | /** | ||
228 | * Contain overflow in all browsers. | ||
229 | */ | ||
230 | |||
231 | pre { | ||
232 | overflow: auto; | ||
233 | } | ||
234 | |||
235 | /** | ||
236 | * Address odd `em`-unit font size rendering in all browsers. | ||
237 | */ | ||
238 | |||
239 | code, | ||
240 | kbd, | ||
241 | pre, | ||
242 | samp { | ||
243 | font-family: monospace, monospace; | ||
244 | font-size: 1em; | ||
245 | } | ||
246 | |||
247 | /* Forms | ||
248 | ========================================================================== */ | ||
249 | |||
250 | /** | ||
251 | * Known limitation: by default, Chrome and Safari on OS X allow very limited | ||
252 | * styling of `select`, unless a `border` property is set. | ||
253 | */ | ||
254 | |||
255 | /** | ||
256 | * 1. Correct color not being inherited. | ||
257 | * Known issue: affects color of disabled elements. | ||
258 | * 2. Correct font properties not being inherited. | ||
259 | * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. | ||
260 | */ | ||
261 | |||
262 | button, | ||
263 | input, | ||
264 | optgroup, | ||
265 | select, | ||
266 | textarea { | ||
267 | color: inherit; /* 1 */ | ||
268 | font: inherit; /* 2 */ | ||
269 | margin: 0; /* 3 */ | ||
270 | } | ||
271 | |||
272 | /** | ||
273 | * Address `overflow` set to `hidden` in IE 8/9/10/11. | ||
274 | */ | ||
275 | |||
276 | button { | ||
277 | overflow: visible; | ||
278 | } | ||
279 | |||
280 | /** | ||
281 | * Address inconsistent `text-transform` inheritance for `button` and `select`. | ||
282 | * All other form control elements do not inherit `text-transform` values. | ||
283 | * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. | ||
284 | * Correct `select` style inheritance in Firefox. | ||
285 | */ | ||
286 | |||
287 | button, | ||
288 | select { | ||
289 | text-transform: none; | ||
290 | } | ||
291 | |||
292 | /** | ||
293 | * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` | ||
294 | * and `video` controls. | ||
295 | * 2. Correct inability to style clickable `input` types in iOS. | ||
296 | * 3. Improve usability and consistency of cursor style between image-type | ||
297 | * `input` and others. | ||
298 | */ | ||
299 | |||
300 | button, | ||
301 | html input[type="button"], /* 1 */ | ||
302 | input[type="reset"], | ||
303 | input[type="submit"] { | ||
304 | -webkit-appearance: button; /* 2 */ | ||
305 | cursor: pointer; /* 3 */ | ||
306 | } | ||
307 | |||
308 | /** | ||
309 | * Re-set default cursor for disabled elements. | ||
310 | */ | ||
311 | |||
312 | button[disabled], | ||
313 | html input[disabled] { | ||
314 | cursor: default; | ||
315 | } | ||
316 | |||
317 | /** | ||
318 | * Remove inner padding and border in Firefox 4+. | ||
319 | */ | ||
320 | |||
321 | button::-moz-focus-inner, | ||
322 | input::-moz-focus-inner { | ||
323 | border: 0; | ||
324 | padding: 0; | ||
325 | } | ||
326 | |||
327 | /** | ||
328 | * Address Firefox 4+ setting `line-height` on `input` using `!important` in | ||
329 | * the UA stylesheet. | ||
330 | */ | ||
331 | |||
332 | input { | ||
333 | line-height: normal; | ||
334 | } | ||
335 | |||
336 | /** | ||
337 | * It's recommended that you don't attempt to style these elements. | ||
338 | * Firefox's implementation doesn't respect box-sizing, padding, or width. | ||
339 | * | ||
340 | * 1. Address box sizing set to `content-box` in IE 8/9/10. | ||
341 | * 2. Remove excess padding in IE 8/9/10. | ||
342 | */ | ||
343 | |||
344 | input[type="checkbox"], | ||
345 | input[type="radio"] { | ||
346 | box-sizing: border-box; /* 1 */ | ||
347 | padding: 0; /* 2 */ | ||
348 | } | ||
349 | |||
350 | /** | ||
351 | * Fix the cursor style for Chrome's increment/decrement buttons. For certain | ||
352 | * `font-size` values of the `input`, it causes the cursor style of the | ||
353 | * decrement button to change from `default` to `text`. | ||
354 | */ | ||
355 | |||
356 | input[type="number"]::-webkit-inner-spin-button, | ||
357 | input[type="number"]::-webkit-outer-spin-button { | ||
358 | height: auto; | ||
359 | } | ||
360 | |||
361 | /** | ||
362 | * 1. Address `appearance` set to `searchfield` in Safari and Chrome. | ||
363 | * 2. Address `box-sizing` set to `border-box` in Safari and Chrome | ||
364 | * (include `-moz` to future-proof). | ||
365 | */ | ||
366 | |||
367 | input[type="search"] { | ||
368 | -webkit-appearance: textfield; /* 1 */ | ||
369 | -moz-box-sizing: content-box; | ||
370 | -webkit-box-sizing: content-box; /* 2 */ | ||
371 | box-sizing: content-box; | ||
372 | } | ||
373 | |||
374 | /** | ||
375 | * Remove inner padding and search cancel button in Safari and Chrome on OS X. | ||
376 | * Safari (but not Chrome) clips the cancel button when the search input has | ||
377 | * padding (and `textfield` appearance). | ||
378 | */ | ||
379 | |||
380 | input[type="search"]::-webkit-search-cancel-button, | ||
381 | input[type="search"]::-webkit-search-decoration { | ||
382 | -webkit-appearance: none; | ||
383 | } | ||
384 | |||
385 | /** | ||
386 | * Define consistent border, margin, and padding. | ||
387 | */ | ||
388 | |||
389 | fieldset { | ||
390 | border: 1px solid #c0c0c0; | ||
391 | margin: 0 2px; | ||
392 | padding: 0.35em 0.625em 0.75em; | ||
393 | } | ||
394 | |||
395 | /** | ||
396 | * 1. Correct `color` not being inherited in IE 8/9/10/11. | ||
397 | * 2. Remove padding so people aren't caught out if they zero out fieldsets. | ||
398 | */ | ||
399 | |||
400 | legend { | ||
401 | border: 0; /* 1 */ | ||
402 | padding: 0; /* 2 */ | ||
403 | } | ||
404 | |||
405 | /** | ||
406 | * Remove default vertical scrollbar in IE 8/9/10/11. | ||
407 | */ | ||
408 | |||
409 | textarea { | ||
410 | overflow: auto; | ||
411 | } | ||
412 | |||
413 | /** | ||
414 | * Don't inherit the `font-weight` (applied by a rule above). | ||
415 | * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. | ||
416 | */ | ||
417 | |||
418 | optgroup { | ||
419 | font-weight: bold; | ||
420 | } | ||
421 | |||
422 | /* Tables | ||
423 | ========================================================================== */ | ||
424 | |||
425 | /** | ||
426 | * Remove most spacing between table cells. | ||
427 | */ | ||
428 | |||
429 | table { | ||
430 | border-collapse: collapse; | ||
431 | border-spacing: 0; | ||
432 | } | ||
433 | |||
434 | td, | ||
435 | th { | ||
436 | padding: 0; | ||
437 | } | ||
438 | |||
439 | /*csslint important:false*/ | ||
440 | |||
441 | /* ========================================================================== | ||
442 | Pure Base Extras | ||
443 | ========================================================================== */ | ||
444 | |||
445 | /** | ||
446 | * Extra rules that Pure adds on top of Normalize.css | ||
447 | */ | ||
448 | |||
449 | /** | ||
450 | * Always hide an element when it has the `hidden` HTML attribute. | ||
451 | */ | ||
452 | |||
453 | .hidden, | ||
454 | [hidden] { | ||
455 | display: none !important; | ||
456 | } | ||
457 | |||
458 | /** | ||
459 | * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining | ||
460 | * aspect ratio. | ||
461 | */ | ||
462 | .pure-img { | ||
463 | max-width: 100%; | ||
464 | height: auto; | ||
465 | display: block; | ||
466 | } | ||
467 | |||
468 | /*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/ | ||
469 | |||
470 | .pure-g { | ||
471 | letter-spacing: -0.31em; /* Webkit: collapse white-space between units */ | ||
472 | *letter-spacing: normal; /* reset IE < 8 */ | ||
473 | *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */ | ||
474 | text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */ | ||
475 | |||
476 | /* | ||
477 | Sets the font stack to fonts known to work properly with the above letter | ||
478 | and word spacings. See: https://github.com/yahoo/pure/issues/41/ | ||
479 | |||
480 | The following font stack makes Pure Grids work on all known environments. | ||
481 | |||
482 | * FreeSans: Ships with many Linux distros, including Ubuntu | ||
483 | |||
484 | * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and | ||
485 | Arial to get picked up by the browser, even though neither is available | ||
486 | in Chrome OS. | ||
487 | |||
488 | * Droid Sans: Ships with all versions of Android. | ||
489 | |||
490 | * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows. | ||
491 | */ | ||
492 | font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif; | ||
493 | |||
494 | /* | ||
495 | Use flexbox when possible to avoid `letter-spacing` side-effects. | ||
496 | |||
497 | NOTE: Firefox (as of 25) does not currently support flex-wrap, so the | ||
498 | `-moz-` prefix version is omitted. | ||
499 | */ | ||
500 | |||
501 | display: -webkit-flex; | ||
502 | -webkit-flex-flow: row wrap; | ||
503 | |||
504 | /* IE10 uses display: flexbox */ | ||
505 | display: -ms-flexbox; | ||
506 | -ms-flex-flow: row wrap; | ||
507 | |||
508 | /* Prevents distributing space between rows */ | ||
509 | -ms-align-content: flex-start; | ||
510 | -webkit-align-content: flex-start; | ||
511 | align-content: flex-start; | ||
512 | } | ||
513 | |||
514 | /* Opera as of 12 on Windows needs word-spacing. | ||
515 | The ".opera-only" selector is used to prevent actual prefocus styling | ||
516 | and is not required in markup. | ||
517 | */ | ||
518 | .opera-only :-o-prefocus, | ||
519 | .pure-g { | ||
520 | word-spacing: -0.43em; | ||
521 | } | ||
522 | |||
523 | .pure-u { | ||
524 | display: inline-block; | ||
525 | *display: inline; /* IE < 8: fake inline-block */ | ||
526 | zoom: 1; | ||
527 | letter-spacing: normal; | ||
528 | word-spacing: normal; | ||
529 | vertical-align: top; | ||
530 | text-rendering: auto; | ||
531 | } | ||
532 | |||
533 | /* | ||
534 | Resets the font family back to the OS/browser's default sans-serif font, | ||
535 | this the same font stack that Normalize.css sets for the `body`. | ||
536 | */ | ||
537 | .pure-g [class *= "pure-u"] { | ||
538 | font-family: sans-serif; | ||
539 | } | ||
540 | |||
541 | .pure-u-1, | ||
542 | .pure-u-1-1, | ||
543 | .pure-u-1-2, | ||
544 | .pure-u-1-3, | ||
545 | .pure-u-2-3, | ||
546 | .pure-u-1-4, | ||
547 | .pure-u-3-4, | ||
548 | .pure-u-1-5, | ||
549 | .pure-u-2-5, | ||
550 | .pure-u-3-5, | ||
551 | .pure-u-4-5, | ||
552 | .pure-u-5-5, | ||
553 | .pure-u-1-6, | ||
554 | .pure-u-5-6, | ||
555 | .pure-u-1-8, | ||
556 | .pure-u-3-8, | ||
557 | .pure-u-5-8, | ||
558 | .pure-u-7-8, | ||
559 | .pure-u-1-12, | ||
560 | .pure-u-5-12, | ||
561 | .pure-u-7-12, | ||
562 | .pure-u-11-12, | ||
563 | .pure-u-1-24, | ||
564 | .pure-u-2-24, | ||
565 | .pure-u-3-24, | ||
566 | .pure-u-4-24, | ||
567 | .pure-u-5-24, | ||
568 | .pure-u-6-24, | ||
569 | .pure-u-7-24, | ||
570 | .pure-u-8-24, | ||
571 | .pure-u-9-24, | ||
572 | .pure-u-10-24, | ||
573 | .pure-u-11-24, | ||
574 | .pure-u-12-24, | ||
575 | .pure-u-13-24, | ||
576 | .pure-u-14-24, | ||
577 | .pure-u-15-24, | ||
578 | .pure-u-16-24, | ||
579 | .pure-u-17-24, | ||
580 | .pure-u-18-24, | ||
581 | .pure-u-19-24, | ||
582 | .pure-u-20-24, | ||
583 | .pure-u-21-24, | ||
584 | .pure-u-22-24, | ||
585 | .pure-u-23-24, | ||
586 | .pure-u-24-24 { | ||
587 | display: inline-block; | ||
588 | *display: inline; | ||
589 | zoom: 1; | ||
590 | letter-spacing: normal; | ||
591 | word-spacing: normal; | ||
592 | vertical-align: top; | ||
593 | text-rendering: auto; | ||
594 | } | ||
595 | |||
596 | .pure-u-1-24 { | ||
597 | width: 4.1667%; | ||
598 | *width: 4.1357%; | ||
599 | } | ||
600 | |||
601 | .pure-u-1-12, | ||
602 | .pure-u-2-24 { | ||
603 | width: 8.3333%; | ||
604 | *width: 8.3023%; | ||
605 | } | ||
606 | |||
607 | .pure-u-1-8, | ||
608 | .pure-u-3-24 { | ||
609 | width: 12.5000%; | ||
610 | *width: 12.4690%; | ||
611 | } | ||
612 | |||
613 | .pure-u-1-6, | ||
614 | .pure-u-4-24 { | ||
615 | width: 16.6667%; | ||
616 | *width: 16.6357%; | ||
617 | } | ||
618 | |||
619 | .pure-u-1-5 { | ||
620 | width: 20%; | ||
621 | *width: 19.9690%; | ||
622 | } | ||
623 | |||
624 | .pure-u-5-24 { | ||
625 | width: 20.8333%; | ||
626 | *width: 20.8023%; | ||
627 | } | ||
628 | |||
629 | .pure-u-1-4, | ||
630 | .pure-u-6-24 { | ||
631 | width: 25%; | ||
632 | *width: 24.9690%; | ||
633 | } | ||
634 | |||
635 | .pure-u-7-24 { | ||
636 | width: 29.1667%; | ||
637 | *width: 29.1357%; | ||
638 | } | ||
639 | |||
640 | .pure-u-1-3, | ||
641 | .pure-u-8-24 { | ||
642 | width: 33.3333%; | ||
643 | *width: 33.3023%; | ||
644 | } | ||
645 | |||
646 | .pure-u-3-8, | ||
647 | .pure-u-9-24 { | ||
648 | width: 37.5000%; | ||
649 | *width: 37.4690%; | ||
650 | } | ||
651 | |||
652 | .pure-u-2-5 { | ||
653 | width: 40%; | ||
654 | *width: 39.9690%; | ||
655 | } | ||
656 | |||
657 | .pure-u-5-12, | ||
658 | .pure-u-10-24 { | ||
659 | width: 41.6667%; | ||
660 | *width: 41.6357%; | ||
661 | } | ||
662 | |||
663 | .pure-u-11-24 { | ||
664 | width: 45.8333%; | ||
665 | *width: 45.8023%; | ||
666 | } | ||
667 | |||
668 | .pure-u-1-2, | ||
669 | .pure-u-12-24 { | ||
670 | width: 50%; | ||
671 | *width: 49.9690%; | ||
672 | } | ||
673 | |||
674 | .pure-u-13-24 { | ||
675 | width: 54.1667%; | ||
676 | *width: 54.1357%; | ||
677 | } | ||
678 | |||
679 | .pure-u-7-12, | ||
680 | .pure-u-14-24 { | ||
681 | width: 58.3333%; | ||
682 | *width: 58.3023%; | ||
683 | } | ||
684 | |||
685 | .pure-u-3-5 { | ||
686 | width: 60%; | ||
687 | *width: 59.9690%; | ||
688 | } | ||
689 | |||
690 | .pure-u-5-8, | ||
691 | .pure-u-15-24 { | ||
692 | width: 62.5000%; | ||
693 | *width: 62.4690%; | ||
694 | } | ||
695 | |||
696 | .pure-u-2-3, | ||
697 | .pure-u-16-24 { | ||
698 | width: 66.6667%; | ||
699 | *width: 66.6357%; | ||
700 | } | ||
701 | |||
702 | .pure-u-17-24 { | ||
703 | width: 70.8333%; | ||
704 | *width: 70.8023%; | ||
705 | } | ||
706 | |||
707 | .pure-u-3-4, | ||
708 | .pure-u-18-24 { | ||
709 | width: 75%; | ||
710 | *width: 74.9690%; | ||
711 | } | ||
712 | |||
713 | .pure-u-19-24 { | ||
714 | width: 79.1667%; | ||
715 | *width: 79.1357%; | ||
716 | } | ||
717 | |||
718 | .pure-u-4-5 { | ||
719 | width: 80%; | ||
720 | *width: 79.9690%; | ||
721 | } | ||
722 | |||
723 | .pure-u-5-6, | ||
724 | .pure-u-20-24 { | ||
725 | width: 83.3333%; | ||
726 | *width: 83.3023%; | ||
727 | } | ||
728 | |||
729 | .pure-u-7-8, | ||
730 | .pure-u-21-24 { | ||
731 | width: 87.5000%; | ||
732 | *width: 87.4690%; | ||
733 | } | ||
734 | |||
735 | .pure-u-11-12, | ||
736 | .pure-u-22-24 { | ||
737 | width: 91.6667%; | ||
738 | *width: 91.6357%; | ||
739 | } | ||
740 | |||
741 | .pure-u-23-24 { | ||
742 | width: 95.8333%; | ||
743 | *width: 95.8023%; | ||
744 | } | ||
745 | |||
746 | .pure-u-1, | ||
747 | .pure-u-1-1, | ||
748 | .pure-u-5-5, | ||
749 | .pure-u-24-24 { | ||
750 | width: 100%; | ||
751 | } | ||
752 | .pure-button { | ||
753 | /* Structure */ | ||
754 | display: inline-block; | ||
755 | zoom: 1; | ||
756 | line-height: normal; | ||
757 | white-space: nowrap; | ||
758 | vertical-align: middle; | ||
759 | text-align: center; | ||
760 | cursor: pointer; | ||
761 | -webkit-user-drag: none; | ||
762 | -webkit-user-select: none; | ||
763 | -moz-user-select: none; | ||
764 | -ms-user-select: none; | ||
765 | user-select: none; | ||
766 | -webkit-box-sizing: border-box; | ||
767 | -moz-box-sizing: border-box; | ||
768 | box-sizing: border-box; | ||
769 | } | ||
770 | |||
771 | /* Firefox: Get rid of the inner focus border */ | ||
772 | .pure-button::-moz-focus-inner { | ||
773 | padding: 0; | ||
774 | border: 0; | ||
775 | } | ||
776 | |||
777 | /*csslint outline-none:false*/ | ||
778 | |||
779 | .pure-button { | ||
780 | font-family: inherit; | ||
781 | font-size: 100%; | ||
782 | padding: 0.5em 1em; | ||
783 | color: #444; /* rgba not supported (IE 8) */ | ||
784 | color: rgba(0, 0, 0, 0.80); /* rgba supported */ | ||
785 | border: 1px solid #999; /*IE 6/7/8*/ | ||
786 | border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/ | ||
787 | background-color: #E6E6E6; | ||
788 | text-decoration: none; | ||
789 | border-radius: 2px; | ||
790 | } | ||
791 | |||
792 | .pure-button-hover, | ||
793 | .pure-button:hover, | ||
794 | .pure-button:focus { | ||
795 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0); | ||
796 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10))); | ||
797 | background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10)); | ||
798 | background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10)); | ||
799 | background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10)); | ||
800 | background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10)); | ||
801 | } | ||
802 | .pure-button:focus { | ||
803 | outline: 0; | ||
804 | } | ||
805 | .pure-button-active, | ||
806 | .pure-button:active { | ||
807 | box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset; | ||
808 | border-color: #000\9; | ||
809 | } | ||
810 | |||
811 | .pure-button[disabled], | ||
812 | .pure-button-disabled, | ||
813 | .pure-button-disabled:hover, | ||
814 | .pure-button-disabled:focus, | ||
815 | .pure-button-disabled:active { | ||
816 | border: none; | ||
817 | background-image: none; | ||
818 | filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | ||
819 | filter: alpha(opacity=40); | ||
820 | -khtml-opacity: 0.40; | ||
821 | -moz-opacity: 0.40; | ||
822 | opacity: 0.40; | ||
823 | cursor: not-allowed; | ||
824 | box-shadow: none; | ||
825 | } | ||
826 | |||
827 | .pure-button-hidden { | ||
828 | display: none; | ||
829 | } | ||
830 | |||
831 | /* Firefox: Get rid of the inner focus border */ | ||
832 | .pure-button::-moz-focus-inner{ | ||
833 | padding: 0; | ||
834 | border: 0; | ||
835 | } | ||
836 | |||
837 | .pure-button-primary, | ||
838 | .pure-button-selected, | ||
839 | a.pure-button-primary, | ||
840 | a.pure-button-selected { | ||
841 | background-color: rgb(0, 120, 231); | ||
842 | color: #fff; | ||
843 | } | ||
844 | |||
845 | /*csslint box-model:false*/ | ||
846 | /* | ||
847 | Box-model set to false because we're setting a height on select elements, which | ||
848 | also have border and padding. This is done because some browsers don't render | ||
849 | the padding. We explicitly set the box-model for select elements to border-box, | ||
850 | so we can ignore the csslint warning. | ||
851 | */ | ||
852 | |||
853 | .pure-form input[type="text"], | ||
854 | .pure-form input[type="password"], | ||
855 | .pure-form input[type="email"], | ||
856 | .pure-form input[type="url"], | ||
857 | .pure-form input[type="date"], | ||
858 | .pure-form input[type="month"], | ||
859 | .pure-form input[type="time"], | ||
860 | .pure-form input[type="datetime"], | ||
861 | .pure-form input[type="datetime-local"], | ||
862 | .pure-form input[type="week"], | ||
863 | .pure-form input[type="number"], | ||
864 | .pure-form input[type="search"], | ||
865 | .pure-form input[type="tel"], | ||
866 | .pure-form input[type="color"], | ||
867 | .pure-form select, | ||
868 | .pure-form textarea { | ||
869 | padding: 0.5em 0.6em; | ||
870 | display: inline-block; | ||
871 | border: 1px solid #ccc; | ||
872 | box-shadow: inset 0 1px 3px #ddd; | ||
873 | border-radius: 4px; | ||
874 | vertical-align: middle; | ||
875 | -webkit-box-sizing: border-box; | ||
876 | -moz-box-sizing: border-box; | ||
877 | box-sizing: border-box; | ||
878 | } | ||
879 | |||
880 | /* | ||
881 | Need to separate out the :not() selector from the rest of the CSS 2.1 selectors | ||
882 | since IE8 won't execute CSS that contains a CSS3 selector. | ||
883 | */ | ||
884 | .pure-form input:not([type]) { | ||
885 | padding: 0.5em 0.6em; | ||
886 | display: inline-block; | ||
887 | border: 1px solid #ccc; | ||
888 | box-shadow: inset 0 1px 3px #ddd; | ||
889 | border-radius: 4px; | ||
890 | -webkit-box-sizing: border-box; | ||
891 | -moz-box-sizing: border-box; | ||
892 | box-sizing: border-box; | ||
893 | } | ||
894 | |||
895 | |||
896 | /* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */ | ||
897 | /* May be able to remove this tweak as color inputs become more standardized across browsers. */ | ||
898 | .pure-form input[type="color"] { | ||
899 | padding: 0.2em 0.5em; | ||
900 | } | ||
901 | |||
902 | |||
903 | .pure-form input[type="text"]:focus, | ||
904 | .pure-form input[type="password"]:focus, | ||
905 | .pure-form input[type="email"]:focus, | ||
906 | .pure-form input[type="url"]:focus, | ||
907 | .pure-form input[type="date"]:focus, | ||
908 | .pure-form input[type="month"]:focus, | ||
909 | .pure-form input[type="time"]:focus, | ||
910 | .pure-form input[type="datetime"]:focus, | ||
911 | .pure-form input[type="datetime-local"]:focus, | ||
912 | .pure-form input[type="week"]:focus, | ||
913 | .pure-form input[type="number"]:focus, | ||
914 | .pure-form input[type="search"]:focus, | ||
915 | .pure-form input[type="tel"]:focus, | ||
916 | .pure-form input[type="color"]:focus, | ||
917 | .pure-form select:focus, | ||
918 | .pure-form textarea:focus { | ||
919 | outline: 0; | ||
920 | border-color: #129FEA; | ||
921 | } | ||
922 | |||
923 | /* | ||
924 | Need to separate out the :not() selector from the rest of the CSS 2.1 selectors | ||
925 | since IE8 won't execute CSS that contains a CSS3 selector. | ||
926 | */ | ||
927 | .pure-form input:not([type]):focus { | ||
928 | outline: 0; | ||
929 | border-color: #129FEA; | ||
930 | } | ||
931 | |||
932 | .pure-form input[type="file"]:focus, | ||
933 | .pure-form input[type="radio"]:focus, | ||
934 | .pure-form input[type="checkbox"]:focus { | ||
935 | outline: thin solid #129FEA; | ||
936 | outline: 1px auto #129FEA; | ||
937 | } | ||
938 | .pure-form .pure-checkbox, | ||
939 | .pure-form .pure-radio { | ||
940 | margin: 0.5em 0; | ||
941 | display: block; | ||
942 | } | ||
943 | |||
944 | .pure-form input[type="text"][disabled], | ||
945 | .pure-form input[type="password"][disabled], | ||
946 | .pure-form input[type="email"][disabled], | ||
947 | .pure-form input[type="url"][disabled], | ||
948 | .pure-form input[type="date"][disabled], | ||
949 | .pure-form input[type="month"][disabled], | ||
950 | .pure-form input[type="time"][disabled], | ||
951 | .pure-form input[type="datetime"][disabled], | ||
952 | .pure-form input[type="datetime-local"][disabled], | ||
953 | .pure-form input[type="week"][disabled], | ||
954 | .pure-form input[type="number"][disabled], | ||
955 | .pure-form input[type="search"][disabled], | ||
956 | .pure-form input[type="tel"][disabled], | ||
957 | .pure-form input[type="color"][disabled], | ||
958 | .pure-form select[disabled], | ||
959 | .pure-form textarea[disabled] { | ||
960 | cursor: not-allowed; | ||
961 | background-color: #eaeded; | ||
962 | color: #cad2d3; | ||
963 | } | ||
964 | |||
965 | /* | ||
966 | Need to separate out the :not() selector from the rest of the CSS 2.1 selectors | ||
967 | since IE8 won't execute CSS that contains a CSS3 selector. | ||
968 | */ | ||
969 | .pure-form input:not([type])[disabled] { | ||
970 | cursor: not-allowed; | ||
971 | background-color: #eaeded; | ||
972 | color: #cad2d3; | ||
973 | } | ||
974 | .pure-form input[readonly], | ||
975 | .pure-form select[readonly], | ||
976 | .pure-form textarea[readonly] { | ||
977 | background-color: #eee; /* menu hover bg color */ | ||
978 | color: #777; /* menu text color */ | ||
979 | border-color: #ccc; | ||
980 | } | ||
981 | |||
982 | .pure-form input:focus:invalid, | ||
983 | .pure-form textarea:focus:invalid, | ||
984 | .pure-form select:focus:invalid { | ||
985 | color: #b94a48; | ||
986 | border-color: #e9322d; | ||
987 | } | ||
988 | .pure-form input[type="file"]:focus:invalid:focus, | ||
989 | .pure-form input[type="radio"]:focus:invalid:focus, | ||
990 | .pure-form input[type="checkbox"]:focus:invalid:focus { | ||
991 | outline-color: #e9322d; | ||
992 | } | ||
993 | .pure-form select { | ||
994 | /* Normalizes the height; padding is not sufficient. */ | ||
995 | height: 2.25em; | ||
996 | border: 1px solid #ccc; | ||
997 | background-color: white; | ||
998 | } | ||
999 | .pure-form select[multiple] { | ||
1000 | height: auto; | ||
1001 | } | ||
1002 | .pure-form label { | ||
1003 | margin: 0.5em 0 0.2em; | ||
1004 | } | ||
1005 | .pure-form fieldset { | ||
1006 | margin: 0; | ||
1007 | padding: 0.35em 0 0.75em; | ||
1008 | border: 0; | ||
1009 | } | ||
1010 | .pure-form legend { | ||
1011 | display: block; | ||
1012 | width: 100%; | ||
1013 | padding: 0.3em 0; | ||
1014 | margin-bottom: 0.3em; | ||
1015 | color: #333; | ||
1016 | border-bottom: 1px solid #e5e5e5; | ||
1017 | } | ||
1018 | |||
1019 | .pure-form-stacked input[type="text"], | ||
1020 | .pure-form-stacked input[type="password"], | ||
1021 | .pure-form-stacked input[type="email"], | ||
1022 | .pure-form-stacked input[type="url"], | ||
1023 | .pure-form-stacked input[type="date"], | ||
1024 | .pure-form-stacked input[type="month"], | ||
1025 | .pure-form-stacked input[type="time"], | ||
1026 | .pure-form-stacked input[type="datetime"], | ||
1027 | .pure-form-stacked input[type="datetime-local"], | ||
1028 | .pure-form-stacked input[type="week"], | ||
1029 | .pure-form-stacked input[type="number"], | ||
1030 | .pure-form-stacked input[type="search"], | ||
1031 | .pure-form-stacked input[type="tel"], | ||
1032 | .pure-form-stacked input[type="color"], | ||
1033 | .pure-form-stacked input[type="file"], | ||
1034 | .pure-form-stacked select, | ||
1035 | .pure-form-stacked label, | ||
1036 | .pure-form-stacked textarea { | ||
1037 | display: block; | ||
1038 | margin: 0.25em 0; | ||
1039 | } | ||
1040 | |||
1041 | /* | ||
1042 | Need to separate out the :not() selector from the rest of the CSS 2.1 selectors | ||
1043 | since IE8 won't execute CSS that contains a CSS3 selector. | ||
1044 | */ | ||
1045 | .pure-form-stacked input:not([type]) { | ||
1046 | display: block; | ||
1047 | margin: 0.25em 0; | ||
1048 | } | ||
1049 | .pure-form-aligned input, | ||
1050 | .pure-form-aligned textarea, | ||
1051 | .pure-form-aligned select, | ||
1052 | /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */ | ||
1053 | .pure-form-aligned .pure-help-inline, | ||
1054 | .pure-form-message-inline { | ||
1055 | display: inline-block; | ||
1056 | *display: inline; | ||
1057 | *zoom: 1; | ||
1058 | vertical-align: middle; | ||
1059 | } | ||
1060 | .pure-form-aligned textarea { | ||
1061 | vertical-align: top; | ||
1062 | } | ||
1063 | |||
1064 | /* Aligned Forms */ | ||
1065 | .pure-form-aligned .pure-control-group { | ||
1066 | margin-bottom: 0.5em; | ||
1067 | } | ||
1068 | .pure-form-aligned .pure-control-group label { | ||
1069 | text-align: right; | ||
1070 | display: inline-block; | ||
1071 | vertical-align: middle; | ||
1072 | width: 10em; | ||
1073 | margin: 0 1em 0 0; | ||
1074 | } | ||
1075 | .pure-form-aligned .pure-controls { | ||
1076 | margin: 1.5em 0 0 11em; | ||
1077 | } | ||
1078 | |||
1079 | /* Rounded Inputs */ | ||
1080 | .pure-form input.pure-input-rounded, | ||
1081 | .pure-form .pure-input-rounded { | ||
1082 | border-radius: 2em; | ||
1083 | padding: 0.5em 1em; | ||
1084 | } | ||
1085 | |||
1086 | /* Grouped Inputs */ | ||
1087 | .pure-form .pure-group fieldset { | ||
1088 | margin-bottom: 10px; | ||
1089 | } | ||
1090 | .pure-form .pure-group input, | ||
1091 | .pure-form .pure-group textarea { | ||
1092 | display: block; | ||
1093 | padding: 10px; | ||
1094 | margin: 0 0 -1px; | ||
1095 | border-radius: 0; | ||
1096 | position: relative; | ||
1097 | top: -1px; | ||
1098 | } | ||
1099 | .pure-form .pure-group input:focus, | ||
1100 | .pure-form .pure-group textarea:focus { | ||
1101 | z-index: 3; | ||
1102 | } | ||
1103 | .pure-form .pure-group input:first-child, | ||
1104 | .pure-form .pure-group textarea:first-child { | ||
1105 | top: 1px; | ||
1106 | border-radius: 4px 4px 0 0; | ||
1107 | margin: 0; | ||
1108 | } | ||
1109 | .pure-form .pure-group input:first-child:last-child, | ||
1110 | .pure-form .pure-group textarea:first-child:last-child { | ||
1111 | top: 1px; | ||
1112 | border-radius: 4px; | ||
1113 | margin: 0; | ||
1114 | } | ||
1115 | .pure-form .pure-group input:last-child, | ||
1116 | .pure-form .pure-group textarea:last-child { | ||
1117 | top: -2px; | ||
1118 | border-radius: 0 0 4px 4px; | ||
1119 | margin: 0; | ||
1120 | } | ||
1121 | .pure-form .pure-group button { | ||
1122 | margin: 0.35em 0; | ||
1123 | } | ||
1124 | |||
1125 | .pure-form .pure-input-1 { | ||
1126 | width: 100%; | ||
1127 | } | ||
1128 | .pure-form .pure-input-2-3 { | ||
1129 | width: 66%; | ||
1130 | } | ||
1131 | .pure-form .pure-input-1-2 { | ||
1132 | width: 50%; | ||
1133 | } | ||
1134 | .pure-form .pure-input-1-3 { | ||
1135 | width: 33%; | ||
1136 | } | ||
1137 | .pure-form .pure-input-1-4 { | ||
1138 | width: 25%; | ||
1139 | } | ||
1140 | |||
1141 | /* Inline help for forms */ | ||
1142 | /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */ | ||
1143 | .pure-form .pure-help-inline, | ||
1144 | .pure-form-message-inline { | ||
1145 | display: inline-block; | ||
1146 | padding-left: 0.3em; | ||
1147 | color: #666; | ||
1148 | vertical-align: middle; | ||
1149 | font-size: 0.875em; | ||
1150 | } | ||
1151 | |||
1152 | /* Block help for forms */ | ||
1153 | .pure-form-message { | ||
1154 | display: block; | ||
1155 | color: #666; | ||
1156 | font-size: 0.875em; | ||
1157 | } | ||
1158 | |||
1159 | @media only screen and (max-width : 480px) { | ||
1160 | .pure-form button[type="submit"] { | ||
1161 | margin: 0.7em 0 0; | ||
1162 | } | ||
1163 | |||
1164 | .pure-form input:not([type]), | ||
1165 | .pure-form input[type="text"], | ||
1166 | .pure-form input[type="password"], | ||
1167 | .pure-form input[type="email"], | ||
1168 | .pure-form input[type="url"], | ||
1169 | .pure-form input[type="date"], | ||
1170 | .pure-form input[type="month"], | ||
1171 | .pure-form input[type="time"], | ||
1172 | .pure-form input[type="datetime"], | ||
1173 | .pure-form input[type="datetime-local"], | ||
1174 | .pure-form input[type="week"], | ||
1175 | .pure-form input[type="number"], | ||
1176 | .pure-form input[type="search"], | ||
1177 | .pure-form input[type="tel"], | ||
1178 | .pure-form input[type="color"], | ||
1179 | .pure-form label { | ||
1180 | margin-bottom: 0.3em; | ||
1181 | display: block; | ||
1182 | } | ||
1183 | |||
1184 | .pure-group input:not([type]), | ||
1185 | .pure-group input[type="text"], | ||
1186 | .pure-group input[type="password"], | ||
1187 | .pure-group input[type="email"], | ||
1188 | .pure-group input[type="url"], | ||
1189 | .pure-group input[type="date"], | ||
1190 | .pure-group input[type="month"], | ||
1191 | .pure-group input[type="time"], | ||
1192 | .pure-group input[type="datetime"], | ||
1193 | .pure-group input[type="datetime-local"], | ||
1194 | .pure-group input[type="week"], | ||
1195 | .pure-group input[type="number"], | ||
1196 | .pure-group input[type="search"], | ||
1197 | .pure-group input[type="tel"], | ||
1198 | .pure-group input[type="color"] { | ||
1199 | margin-bottom: 0; | ||
1200 | } | ||
1201 | |||
1202 | .pure-form-aligned .pure-control-group label { | ||
1203 | margin-bottom: 0.3em; | ||
1204 | text-align: left; | ||
1205 | display: block; | ||
1206 | width: 100%; | ||
1207 | } | ||
1208 | |||
1209 | .pure-form-aligned .pure-controls { | ||
1210 | margin: 1.5em 0 0 0; | ||
1211 | } | ||
1212 | |||
1213 | /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */ | ||
1214 | .pure-form .pure-help-inline, | ||
1215 | .pure-form-message-inline, | ||
1216 | .pure-form-message { | ||
1217 | display: block; | ||
1218 | font-size: 0.75em; | ||
1219 | /* Increased bottom padding to make it group with its related input element. */ | ||
1220 | padding: 0.2em 0 0.8em; | ||
1221 | } | ||
1222 | } | ||
1223 | |||
1224 | /*csslint adjoining-classes: false, box-model:false*/ | ||
1225 | .pure-menu { | ||
1226 | -webkit-box-sizing: border-box; | ||
1227 | -moz-box-sizing: border-box; | ||
1228 | box-sizing: border-box; | ||
1229 | } | ||
1230 | |||
1231 | .pure-menu-fixed { | ||
1232 | position: fixed; | ||
1233 | left: 0; | ||
1234 | top: 0; | ||
1235 | z-index: 3; | ||
1236 | } | ||
1237 | |||
1238 | .pure-menu-list, | ||
1239 | .pure-menu-item { | ||
1240 | position: relative; | ||
1241 | } | ||
1242 | |||
1243 | .pure-menu-list { | ||
1244 | list-style: none; | ||
1245 | margin: 0; | ||
1246 | padding: 0; | ||
1247 | } | ||
1248 | |||
1249 | .pure-menu-item { | ||
1250 | padding: 0; | ||
1251 | margin: 0; | ||
1252 | height: 100%; | ||
1253 | } | ||
1254 | |||
1255 | .pure-menu-link, | ||
1256 | .pure-menu-heading { | ||
1257 | display: block; | ||
1258 | text-decoration: none; | ||
1259 | white-space: nowrap; | ||
1260 | } | ||
1261 | |||
1262 | /* HORIZONTAL MENU */ | ||
1263 | .pure-menu-horizontal { | ||
1264 | width: 100%; | ||
1265 | white-space: nowrap; | ||
1266 | } | ||
1267 | |||
1268 | .pure-menu-horizontal .pure-menu-list { | ||
1269 | display: inline-block; | ||
1270 | } | ||
1271 | |||
1272 | /* Initial menus should be inline-block so that they are horizontal */ | ||
1273 | .pure-menu-horizontal .pure-menu-item, | ||
1274 | .pure-menu-horizontal .pure-menu-heading, | ||
1275 | .pure-menu-horizontal .pure-menu-separator { | ||
1276 | display: inline-block; | ||
1277 | *display: inline; | ||
1278 | zoom: 1; | ||
1279 | vertical-align: middle; | ||
1280 | } | ||
1281 | |||
1282 | /* Submenus should still be display: block; */ | ||
1283 | .pure-menu-item .pure-menu-item { | ||
1284 | display: block; | ||
1285 | } | ||
1286 | |||
1287 | .pure-menu-children { | ||
1288 | display: none; | ||
1289 | position: absolute; | ||
1290 | left: 100%; | ||
1291 | top: 0; | ||
1292 | margin: 0; | ||
1293 | padding: 0; | ||
1294 | z-index: 3; | ||
1295 | } | ||
1296 | |||
1297 | .pure-menu-horizontal .pure-menu-children { | ||
1298 | left: 0; | ||
1299 | top: auto; | ||
1300 | width: inherit; | ||
1301 | } | ||
1302 | |||
1303 | .pure-menu-allow-hover:hover > .pure-menu-children, | ||
1304 | .pure-menu-active > .pure-menu-children { | ||
1305 | display: block; | ||
1306 | position: absolute; | ||
1307 | } | ||
1308 | |||
1309 | /* Vertical Menus - show the dropdown arrow */ | ||
1310 | .pure-menu-has-children > .pure-menu-link:after { | ||
1311 | padding-left: 0.5em; | ||
1312 | content: "\25B8"; | ||
1313 | font-size: small; | ||
1314 | } | ||
1315 | |||
1316 | /* Horizontal Menus - show the dropdown arrow */ | ||
1317 | .pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after { | ||
1318 | content: "\25BE"; | ||
1319 | } | ||
1320 | |||
1321 | /* scrollable menus */ | ||
1322 | .pure-menu-scrollable { | ||
1323 | overflow-y: scroll; | ||
1324 | overflow-x: hidden; | ||
1325 | } | ||
1326 | |||
1327 | .pure-menu-scrollable .pure-menu-list { | ||
1328 | display: block; | ||
1329 | } | ||
1330 | |||
1331 | .pure-menu-horizontal.pure-menu-scrollable .pure-menu-list { | ||
1332 | display: inline-block; | ||
1333 | } | ||
1334 | |||
1335 | .pure-menu-horizontal.pure-menu-scrollable { | ||
1336 | white-space: nowrap; | ||
1337 | overflow-y: hidden; | ||
1338 | overflow-x: auto; | ||
1339 | -ms-overflow-style: none; | ||
1340 | -webkit-overflow-scrolling: touch; | ||
1341 | /* a little extra padding for this style to allow for scrollbars */ | ||
1342 | padding: .5em 0; | ||
1343 | } | ||
1344 | |||
1345 | .pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar { | ||
1346 | display: none; | ||
1347 | } | ||
1348 | |||
1349 | /* misc default styling */ | ||
1350 | |||
1351 | .pure-menu-separator { | ||
1352 | background-color: #ccc; | ||
1353 | height: 1px; | ||
1354 | margin: .3em 0; | ||
1355 | } | ||
1356 | |||
1357 | .pure-menu-horizontal .pure-menu-separator { | ||
1358 | width: 1px; | ||
1359 | height: 1.3em; | ||
1360 | margin: 0 .3em ; | ||
1361 | } | ||
1362 | |||
1363 | .pure-menu-heading { | ||
1364 | text-transform: uppercase; | ||
1365 | color: #565d64; | ||
1366 | } | ||
1367 | |||
1368 | .pure-menu-link { | ||
1369 | color: #777; | ||
1370 | } | ||
1371 | |||
1372 | .pure-menu-children { | ||
1373 | background-color: #fff; | ||
1374 | } | ||
1375 | |||
1376 | .pure-menu-link, | ||
1377 | .pure-menu-disabled, | ||
1378 | .pure-menu-heading { | ||
1379 | padding: .5em 1em; | ||
1380 | } | ||
1381 | |||
1382 | .pure-menu-disabled { | ||
1383 | opacity: .5; | ||
1384 | } | ||
1385 | |||
1386 | .pure-menu-disabled .pure-menu-link:hover { | ||
1387 | background-color: transparent; | ||
1388 | } | ||
1389 | |||
1390 | .pure-menu-active > .pure-menu-link, | ||
1391 | .pure-menu-link:hover, | ||
1392 | .pure-menu-link:focus { | ||
1393 | background-color: #eee; | ||
1394 | } | ||
1395 | |||
1396 | .pure-menu-selected .pure-menu-link, | ||
1397 | .pure-menu-selected .pure-menu-link:visited { | ||
1398 | color: #000; | ||
1399 | } | ||
1400 | |||
1401 | .pure-table { | ||
1402 | /* Remove spacing between table cells (from Normalize.css) */ | ||
1403 | border-collapse: collapse; | ||
1404 | border-spacing: 0; | ||
1405 | empty-cells: show; | ||
1406 | border: 1px solid #cbcbcb; | ||
1407 | } | ||
1408 | |||
1409 | .pure-table caption { | ||
1410 | color: #000; | ||
1411 | font: italic 85%/1 arial, sans-serif; | ||
1412 | padding: 1em 0; | ||
1413 | text-align: center; | ||
1414 | } | ||
1415 | |||
1416 | .pure-table td, | ||
1417 | .pure-table th { | ||
1418 | border-left: 1px solid #cbcbcb;/* inner column border */ | ||
1419 | border-width: 0 0 0 1px; | ||
1420 | font-size: inherit; | ||
1421 | margin: 0; | ||
1422 | overflow: visible; /*to make ths where the title is really long work*/ | ||
1423 | padding: 0.5em 1em; /* cell padding */ | ||
1424 | } | ||
1425 | |||
1426 | /* Consider removing this next declaration block, as it causes problems when | ||
1427 | there's a rowspan on the first cell. Case added to the tests. issue#432 */ | ||
1428 | .pure-table td:first-child, | ||
1429 | .pure-table th:first-child { | ||
1430 | border-left-width: 0; | ||
1431 | } | ||
1432 | |||
1433 | .pure-table thead { | ||
1434 | background-color: #e0e0e0; | ||
1435 | color: #000; | ||
1436 | text-align: left; | ||
1437 | vertical-align: bottom; | ||
1438 | } | ||
1439 | |||
1440 | /* | ||
1441 | striping: | ||
1442 | even - #fff (white) | ||
1443 | odd - #f2f2f2 (light gray) | ||
1444 | */ | ||
1445 | .pure-table td { | ||
1446 | background-color: transparent; | ||
1447 | } | ||
1448 | .pure-table-odd td { | ||
1449 | background-color: #f2f2f2; | ||
1450 | } | ||
1451 | |||
1452 | /* nth-child selector for modern browsers */ | ||
1453 | .pure-table-striped tr:nth-child(2n-1) td { | ||
1454 | background-color: #f2f2f2; | ||
1455 | } | ||
1456 | |||
1457 | /* BORDERED TABLES */ | ||
1458 | .pure-table-bordered td { | ||
1459 | border-bottom: 1px solid #cbcbcb; | ||
1460 | } | ||
1461 | .pure-table-bordered tbody > tr:last-child > td { | ||
1462 | border-bottom-width: 0; | ||
1463 | } | ||
1464 | |||
1465 | |||
1466 | /* HORIZONTAL BORDERED TABLES */ | ||
1467 | |||
1468 | .pure-table-horizontal td, | ||
1469 | .pure-table-horizontal th { | ||
1470 | border-width: 0 0 1px 0; | ||
1471 | border-bottom: 1px solid #cbcbcb; | ||
1472 | } | ||
1473 | .pure-table-horizontal tbody > tr:last-child > td { | ||
1474 | border-bottom-width: 0; | ||
1475 | } | ||
diff --git a/tpl/default/css/pure.min.css b/tpl/default/css/pure.min.css deleted file mode 100644 index f0aa374f..00000000 --- a/tpl/default/css/pure.min.css +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | /*! | ||
2 | Pure v0.6.0 | ||
3 | Copyright 2014 Yahoo! Inc. All rights reserved. | ||
4 | Licensed under the BSD License. | ||
5 | https://github.com/yahoo/pure/blob/master/LICENSE.md | ||
6 | */ | ||
7 | /*! | ||
8 | normalize.css v^3.0 | MIT License | git.io/normalize | ||
9 | Copyright (c) Nicolas Gallagher and Jonathan Neal | ||
10 | */ | ||
11 | /*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.hidden,[hidden]{display:none!important}.pure-img{max-width:100%;height:auto;display:block}.pure-g{letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-flex;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap;-ms-align-content:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class *="pure-u"]{font-family:sans-serif}.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1-24{width:4.1667%;*width:4.1357%}.pure-u-1-12,.pure-u-2-24{width:8.3333%;*width:8.3023%}.pure-u-1-8,.pure-u-3-24{width:12.5%;*width:12.469%}.pure-u-1-6,.pure-u-4-24{width:16.6667%;*width:16.6357%}.pure-u-1-5{width:20%;*width:19.969%}.pure-u-5-24{width:20.8333%;*width:20.8023%}.pure-u-1-4,.pure-u-6-24{width:25%;*width:24.969%}.pure-u-7-24{width:29.1667%;*width:29.1357%}.pure-u-1-3,.pure-u-8-24{width:33.3333%;*width:33.3023%}.pure-u-3-8,.pure-u-9-24{width:37.5%;*width:37.469%}.pure-u-2-5{width:40%;*width:39.969%}.pure-u-5-12,.pure-u-10-24{width:41.6667%;*width:41.6357%}.pure-u-11-24{width:45.8333%;*width:45.8023%}.pure-u-1-2,.pure-u-12-24{width:50%;*width:49.969%}.pure-u-13-24{width:54.1667%;*width:54.1357%}.pure-u-7-12,.pure-u-14-24{width:58.3333%;*width:58.3023%}.pure-u-3-5{width:60%;*width:59.969%}.pure-u-5-8,.pure-u-15-24{width:62.5%;*width:62.469%}.pure-u-2-3,.pure-u-16-24{width:66.6667%;*width:66.6357%}.pure-u-17-24{width:70.8333%;*width:70.8023%}.pure-u-3-4,.pure-u-18-24{width:75%;*width:74.969%}.pure-u-19-24{width:79.1667%;*width:79.1357%}.pure-u-4-5{width:80%;*width:79.969%}.pure-u-5-6,.pure-u-20-24{width:83.3333%;*width:83.3023%}.pure-u-7-8,.pure-u-21-24{width:87.5%;*width:87.469%}.pure-u-11-12,.pure-u-22-24{width:91.6667%;*width:91.6357%}.pure-u-23-24{width:95.8333%;*width:95.8023%}.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24{width:100%}.pure-button{display:inline-block;zoom:1;line-height:normal;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);border:1px solid #999;border:0 rgba(0,0,0,0);background-color:#E6E6E6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:hover,.pure-button:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));background-image:-o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button:focus{outline:0}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000\9}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{border:0;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);filter:alpha(opacity=40);-khtml-opacity:.4;-moz-opacity:.4;opacity:.4;cursor:not-allowed;box-shadow:none}.pure-button-hidden{display:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-form input[type=text],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form select,.pure-form textarea{padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-form input:not([type]){padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-form input[type=color]{padding:.2em .5em}.pure-form input[type=text]:focus,.pure-form input[type=password]:focus,.pure-form input[type=email]:focus,.pure-form input[type=url]:focus,.pure-form input[type=date]:focus,.pure-form input[type=month]:focus,.pure-form input[type=time]:focus,.pure-form input[type=datetime]:focus,.pure-form input[type=datetime-local]:focus,.pure-form input[type=week]:focus,.pure-form input[type=number]:focus,.pure-form input[type=search]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=color]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;border-color:#129FEA}.pure-form input:not([type]):focus{outline:0;border-color:#129FEA}.pure-form input[type=file]:focus,.pure-form input[type=radio]:focus,.pure-form input[type=checkbox]:focus{outline:thin solid #129FEA;outline:1px auto #129FEA}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:.5em 0;display:block}.pure-form input[type=text][disabled],.pure-form input[type=password][disabled],.pure-form input[type=email][disabled],.pure-form input[type=url][disabled],.pure-form input[type=date][disabled],.pure-form input[type=month][disabled],.pure-form input[type=time][disabled],.pure-form input[type=datetime][disabled],.pure-form input[type=datetime-local][disabled],.pure-form input[type=week][disabled],.pure-form input[type=number][disabled],.pure-form input[type=search][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=color][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input:not([type])[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background-color:#eee;color:#777;border-color:#ccc}.pure-form input:focus:invalid,.pure-form textarea:focus:invalid,.pure-form select:focus:invalid{color:#b94a48;border-color:#e9322d}.pure-form input[type=file]:focus:invalid:focus,.pure-form input[type=radio]:focus:invalid:focus,.pure-form input[type=checkbox]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{height:2.25em;border:1px solid #ccc;background-color:#fff}.pure-form select[multiple]{height:auto}.pure-form label{margin:.5em 0 .2em}.pure-form fieldset{margin:0;padding:.35em 0 .75em;border:0}.pure-form legend{display:block;width:100%;padding:.3em 0;margin-bottom:.3em;color:#333;border-bottom:1px solid #e5e5e5}.pure-form-stacked input[type=text],.pure-form-stacked input[type=password],.pure-form-stacked input[type=email],.pure-form-stacked input[type=url],.pure-form-stacked input[type=date],.pure-form-stacked input[type=month],.pure-form-stacked input[type=time],.pure-form-stacked input[type=datetime],.pure-form-stacked input[type=datetime-local],.pure-form-stacked input[type=week],.pure-form-stacked input[type=number],.pure-form-stacked input[type=search],.pure-form-stacked input[type=tel],.pure-form-stacked input[type=color],.pure-form-stacked input[type=file],.pure-form-stacked select,.pure-form-stacked label,.pure-form-stacked textarea{display:block;margin:.25em 0}.pure-form-stacked input:not([type]){display:block;margin:.25em 0}.pure-form-aligned input,.pure-form-aligned textarea,.pure-form-aligned select,.pure-form-aligned .pure-help-inline,.pure-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.pure-form-aligned textarea{vertical-align:top}.pure-form-aligned .pure-control-group{margin-bottom:.5em}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0}.pure-form-aligned .pure-controls{margin:1.5em 0 0 11em}.pure-form input.pure-input-rounded,.pure-form .pure-input-rounded{border-radius:2em;padding:.5em 1em}.pure-form .pure-group fieldset{margin-bottom:10px}.pure-form .pure-group input,.pure-form .pure-group textarea{display:block;padding:10px;margin:0 0 -1px;border-radius:0;position:relative;top:-1px}.pure-form .pure-group input:focus,.pure-form .pure-group textarea:focus{z-index:3}.pure-form .pure-group input:first-child,.pure-form .pure-group textarea:first-child{top:1px;border-radius:4px 4px 0 0;margin:0}.pure-form .pure-group input:first-child:last-child,.pure-form .pure-group textarea:first-child:last-child{top:1px;border-radius:4px;margin:0}.pure-form .pure-group input:last-child,.pure-form .pure-group textarea:last-child{top:-2px;border-radius:0 0 4px 4px;margin:0}.pure-form .pure-group button{margin:.35em 0}.pure-form .pure-input-1{width:100%}.pure-form .pure-input-2-3{width:66%}.pure-form .pure-input-1-2{width:50%}.pure-form .pure-input-1-3{width:33%}.pure-form .pure-input-1-4{width:25%}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:.3em;color:#666;vertical-align:middle;font-size:.875em}.pure-form-message{display:block;color:#666;font-size:.875em}@media only screen and (max-width :480px){.pure-form button[type=submit]{margin:.7em 0 0}.pure-form input:not([type]),.pure-form input[type=text],.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=color],.pure-form label{margin-bottom:.3em;display:block}.pure-group input:not([type]),.pure-group input[type=text],.pure-group input[type=password],.pure-group input[type=email],.pure-group input[type=url],.pure-group input[type=date],.pure-group input[type=month],.pure-group input[type=time],.pure-group input[type=datetime],.pure-group input[type=datetime-local],.pure-group input[type=week],.pure-group input[type=number],.pure-group input[type=search],.pure-group input[type=tel],.pure-group input[type=color]{margin-bottom:0}.pure-form-aligned .pure-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.pure-form-aligned .pure-controls{margin:1.5em 0 0}.pure-form .pure-help-inline,.pure-form-message-inline,.pure-form-message{display:block;font-size:.75em;padding:.2em 0 .8em}}.pure-menu{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-menu-fixed{position:fixed;left:0;top:0;z-index:3}.pure-menu-list,.pure-menu-item{position:relative}.pure-menu-list{list-style:none;margin:0;padding:0}.pure-menu-item{padding:0;margin:0;height:100%}.pure-menu-link,.pure-menu-heading{display:block;text-decoration:none;white-space:nowrap}.pure-menu-horizontal{width:100%;white-space:nowrap}.pure-menu-horizontal .pure-menu-list{display:inline-block}.pure-menu-horizontal .pure-menu-item,.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-separator{display:inline-block;*display:inline;zoom:1;vertical-align:middle}.pure-menu-item .pure-menu-item{display:block}.pure-menu-children{display:none;position:absolute;left:100%;top:0;margin:0;padding:0;z-index:3}.pure-menu-horizontal .pure-menu-children{left:0;top:auto;width:inherit}.pure-menu-allow-hover:hover>.pure-menu-children,.pure-menu-active>.pure-menu-children{display:block;position:absolute}.pure-menu-has-children>.pure-menu-link:after{padding-left:.5em;content:"\25B8";font-size:small}.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after{content:"\25BE"}.pure-menu-scrollable{overflow-y:scroll;overflow-x:hidden}.pure-menu-scrollable .pure-menu-list{display:block}.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list{display:inline-block}.pure-menu-horizontal.pure-menu-scrollable{white-space:nowrap;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:.5em 0}.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar{display:none}.pure-menu-separator{background-color:#ccc;height:1px;margin:.3em 0}.pure-menu-horizontal .pure-menu-separator{width:1px;height:1.3em;margin:0 .3em}.pure-menu-heading{text-transform:uppercase;color:#565d64}.pure-menu-link{color:#777}.pure-menu-children{background-color:#fff}.pure-menu-link,.pure-menu-disabled,.pure-menu-heading{padding:.5em 1em}.pure-menu-disabled{opacity:.5}.pure-menu-disabled .pure-menu-link:hover{background-color:transparent}.pure-menu-active>.pure-menu-link,.pure-menu-link:hover,.pure-menu-link:focus{background-color:#eee}.pure-menu-selected .pure-menu-link,.pure-menu-selected .pure-menu-link:visited{color:#000}.pure-table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}.pure-table td:first-child,.pure-table th:first-child{border-left-width:0}.pure-table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td{background-color:#f2f2f2}.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0} \ No newline at end of file | ||
diff --git a/tpl/default/fonts/FontAwesome.otf b/tpl/default/fonts/FontAwesome.otf deleted file mode 100644 index 401ec0f3..00000000 --- a/tpl/default/fonts/FontAwesome.otf +++ /dev/null | |||
Binary files differ | |||
diff --git a/tpl/default/fonts/fontawesome-webfont.eot b/tpl/default/fonts/fontawesome-webfont.eot deleted file mode 100644 index e9f60ca9..00000000 --- a/tpl/default/fonts/fontawesome-webfont.eot +++ /dev/null | |||
Binary files differ | |||
diff --git a/tpl/default/fonts/fontawesome-webfont.svg b/tpl/default/fonts/fontawesome-webfont.svg deleted file mode 100644 index 855c845e..00000000 --- a/tpl/default/fonts/fontawesome-webfont.svg +++ /dev/null | |||
@@ -1,2671 +0,0 @@ | |||
1 | <?xml version="1.0" standalone="no"?> | ||
2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > | ||
3 | <svg> | ||
4 | <metadata> | ||
5 | Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 | ||
6 | By ,,, | ||
7 | Copyright Dave Gandy 2016. All rights reserved. | ||
8 | </metadata> | ||
9 | <defs> | ||
10 | <font id="FontAwesome" horiz-adv-x="1536" > | ||
11 | <font-face | ||
12 | font-family="FontAwesome" | ||
13 | font-weight="400" | ||
14 | font-stretch="normal" | ||
15 | units-per-em="1792" | ||
16 | panose-1="0 0 0 0 0 0 0 0 0 0" | ||
17 | ascent="1536" | ||
18 | descent="-256" | ||
19 | bbox="-1.02083 -256.962 2304.6 1537.02" | ||
20 | underline-thickness="0" | ||
21 | underline-position="0" | ||
22 | unicode-range="U+0020-F500" | ||
23 | /> | ||
24 | <missing-glyph horiz-adv-x="896" | ||
25 | d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" /> | ||
26 | <glyph glyph-name=".notdef" horiz-adv-x="896" | ||
27 | d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" /> | ||
28 | <glyph glyph-name=".null" horiz-adv-x="0" | ||
29 | /> | ||
30 | <glyph glyph-name="nonmarkingreturn" horiz-adv-x="597" | ||
31 | /> | ||
32 | <glyph glyph-name="space" unicode=" " horiz-adv-x="448" | ||
33 | /> | ||
34 | <glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="1792" | ||
35 | /> | ||
36 | <glyph glyph-name="copyright" unicode="©" horiz-adv-x="1792" | ||
37 | /> | ||
38 | <glyph glyph-name="registered" unicode="®" horiz-adv-x="1792" | ||
39 | /> | ||
40 | <glyph glyph-name="acute" unicode="´" horiz-adv-x="1792" | ||
41 | /> | ||
42 | <glyph glyph-name="AE" unicode="Æ" horiz-adv-x="1792" | ||
43 | /> | ||
44 | <glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="1792" | ||
45 | /> | ||
46 | <glyph glyph-name="trademark" unicode="™" horiz-adv-x="1792" | ||
47 | /> | ||
48 | <glyph glyph-name="infinity" unicode="∞" horiz-adv-x="1792" | ||
49 | /> | ||
50 | <glyph glyph-name="notequal" unicode="≠" horiz-adv-x="1792" | ||
51 | /> | ||
52 | <glyph glyph-name="glass" unicode="" horiz-adv-x="1792" | ||
53 | d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" /> | ||
54 | <glyph glyph-name="music" unicode="" | ||
55 | d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89 | ||
56 | t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" /> | ||
57 | <glyph glyph-name="search" unicode="" horiz-adv-x="1664" | ||
58 | d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 | ||
59 | t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" /> | ||
60 | <glyph glyph-name="envelope" unicode="" horiz-adv-x="1792" | ||
61 | d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13 | ||
62 | t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z | ||
63 | M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" /> | ||
64 | <glyph glyph-name="heart" unicode="" horiz-adv-x="1792" | ||
65 | d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600 | ||
66 | q-18 -18 -44 -18z" /> | ||
67 | <glyph glyph-name="star" unicode="" horiz-adv-x="1664" | ||
68 | d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455 | ||
69 | l502 -73q56 -9 56 -46z" /> | ||
70 | <glyph glyph-name="star_empty" unicode="" horiz-adv-x="1664" | ||
71 | d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500 | ||
72 | l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" /> | ||
73 | <glyph glyph-name="user" unicode="" horiz-adv-x="1280" | ||
74 | d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5 | ||
75 | t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" /> | ||
76 | <glyph glyph-name="film" unicode="" horiz-adv-x="1920" | ||
77 | d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128 | ||
78 | q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45 | ||
79 | t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128 | ||
80 | q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19 | ||
81 | t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" /> | ||
82 | <glyph glyph-name="th_large" unicode="" horiz-adv-x="1664" | ||
83 | d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38 | ||
84 | h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" /> | ||
85 | <glyph glyph-name="th" unicode="" horiz-adv-x="1792" | ||
86 | d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320 | ||
87 | q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 | ||
88 | h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192 | ||
89 | q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" /> | ||
90 | <glyph glyph-name="th_list" unicode="" horiz-adv-x="1792" | ||
91 | d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960 | ||
92 | q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 | ||
93 | h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" /> | ||
94 | <glyph glyph-name="ok" unicode="" horiz-adv-x="1792" | ||
95 | d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" /> | ||
96 | <glyph glyph-name="remove" unicode="" horiz-adv-x="1408" | ||
97 | d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68 | ||
98 | t-28 -68l-294 -294l294 -294q28 -28 28 -68z" /> | ||
99 | <glyph glyph-name="zoom_in" unicode="" horiz-adv-x="1664" | ||
100 | d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224 | ||
101 | q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5 | ||
102 | t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" /> | ||
103 | <glyph glyph-name="zoom_out" unicode="" horiz-adv-x="1664" | ||
104 | d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z | ||
105 | M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z | ||
106 | " /> | ||
107 | <glyph glyph-name="off" unicode="" | ||
108 | d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5 | ||
109 | t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" /> | ||
110 | <glyph glyph-name="signal" unicode="" horiz-adv-x="1792" | ||
111 | d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23 | ||
112 | v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" /> | ||
113 | <glyph glyph-name="cog" unicode="" | ||
114 | d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38 | ||
115 | q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13 | ||
116 | l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22 | ||
117 | q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" /> | ||
118 | <glyph glyph-name="trash" unicode="" horiz-adv-x="1408" | ||
119 | d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576 | ||
120 | q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832 | ||
121 | q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" /> | ||
122 | <glyph glyph-name="home" unicode="" horiz-adv-x="1664" | ||
123 | d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5 | ||
124 | l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" /> | ||
125 | <glyph glyph-name="file_alt" unicode="" | ||
126 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
127 | " /> | ||
128 | <glyph glyph-name="time" unicode="" | ||
129 | d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 | ||
130 | q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
131 | <glyph glyph-name="road" unicode="" horiz-adv-x="1920" | ||
132 | d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256 | ||
133 | q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" /> | ||
134 | <glyph glyph-name="download_alt" unicode="" horiz-adv-x="1664" | ||
135 | d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136 | ||
136 | q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" /> | ||
137 | <glyph glyph-name="download" unicode="" | ||
138 | d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273 | ||
139 | t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
140 | <glyph glyph-name="upload" unicode="" | ||
141 | d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198 | ||
142 | t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
143 | <glyph glyph-name="inbox" unicode="" | ||
144 | d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552 | ||
145 | q25 -61 25 -123z" /> | ||
146 | <glyph glyph-name="play_circle" unicode="" | ||
147 | d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 | ||
148 | q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
149 | <glyph glyph-name="repeat" unicode="" | ||
150 | d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9 | ||
151 | l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" /> | ||
152 | <glyph glyph-name="refresh" unicode="" | ||
153 | d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117 | ||
154 | q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5 | ||
155 | q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" /> | ||
156 | <glyph glyph-name="list_alt" unicode="" horiz-adv-x="1792" | ||
157 | d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
158 | M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z | ||
159 | M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5 | ||
160 | t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47 | ||
161 | t47 -113z" /> | ||
162 | <glyph glyph-name="lock" unicode="" horiz-adv-x="1152" | ||
163 | d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" /> | ||
164 | <glyph glyph-name="flag" unicode="" horiz-adv-x="1792" | ||
165 | d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48 | ||
166 | t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" /> | ||
167 | <glyph glyph-name="headphones" unicode="" horiz-adv-x="1664" | ||
168 | d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78 | ||
169 | t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5 | ||
170 | t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" /> | ||
171 | <glyph glyph-name="volume_off" unicode="" horiz-adv-x="768" | ||
172 | d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" /> | ||
173 | <glyph glyph-name="volume_down" unicode="" horiz-adv-x="1152" | ||
174 | d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36 | ||
175 | t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" /> | ||
176 | <glyph glyph-name="volume_up" unicode="" horiz-adv-x="1664" | ||
177 | d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36 | ||
178 | t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5 | ||
179 | t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289 | ||
180 | t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" /> | ||
181 | <glyph glyph-name="qrcode" unicode="" horiz-adv-x="1408" | ||
182 | d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z | ||
183 | M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" /> | ||
184 | <glyph glyph-name="barcode" unicode="" horiz-adv-x="1792" | ||
185 | d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z | ||
186 | M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" /> | ||
187 | <glyph glyph-name="tag" unicode="" | ||
188 | d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 | ||
189 | l715 -714q37 -39 37 -91z" /> | ||
190 | <glyph glyph-name="tags" unicode="" horiz-adv-x="1920" | ||
191 | d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 | ||
192 | l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" /> | ||
193 | <glyph glyph-name="book" unicode="" horiz-adv-x="1664" | ||
194 | d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23 | ||
195 | q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906 | ||
196 | q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5 | ||
197 | t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" /> | ||
198 | <glyph glyph-name="bookmark" unicode="" horiz-adv-x="1280" | ||
199 | d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" /> | ||
200 | <glyph glyph-name="print" unicode="" horiz-adv-x="1664" | ||
201 | d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68 | ||
202 | v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" /> | ||
203 | <glyph glyph-name="camera" unicode="" horiz-adv-x="1920" | ||
204 | d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136 | ||
205 | q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> | ||
206 | <glyph glyph-name="font" unicode="" horiz-adv-x="1664" | ||
207 | d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57 | ||
208 | q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5 | ||
209 | q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" /> | ||
210 | <glyph glyph-name="bold" unicode="" horiz-adv-x="1408" | ||
211 | d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142 | ||
212 | q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5 | ||
213 | t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5 | ||
214 | t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" /> | ||
215 | <glyph glyph-name="italic" unicode="" horiz-adv-x="1024" | ||
216 | d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5 | ||
217 | q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" /> | ||
218 | <glyph glyph-name="text_height" unicode="" horiz-adv-x="1792" | ||
219 | d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2 | ||
220 | t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5 | ||
221 | q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27 | ||
222 | q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" /> | ||
223 | <glyph glyph-name="text_width" unicode="" | ||
224 | d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1 | ||
225 | t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27 | ||
226 | q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5 | ||
227 | t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49 | ||
228 | t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" /> | ||
229 | <glyph glyph-name="align_left" unicode="" horiz-adv-x="1792" | ||
230 | d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45 | ||
231 | t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" /> | ||
232 | <glyph glyph-name="align_center" unicode="" horiz-adv-x="1792" | ||
233 | d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19 | ||
234 | h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" /> | ||
235 | <glyph glyph-name="align_right" unicode="" horiz-adv-x="1792" | ||
236 | d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 | ||
237 | t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" /> | ||
238 | <glyph glyph-name="align_justify" unicode="" horiz-adv-x="1792" | ||
239 | d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 | ||
240 | t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" /> | ||
241 | <glyph glyph-name="list" unicode="" horiz-adv-x="1792" | ||
242 | d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5 | ||
243 | t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344 | ||
244 | q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 | ||
245 | t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192 | ||
246 | q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" /> | ||
247 | <glyph glyph-name="indent_left" unicode="" horiz-adv-x="1792" | ||
248 | d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 | ||
249 | t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 | ||
250 | q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" /> | ||
251 | <glyph glyph-name="indent_right" unicode="" horiz-adv-x="1792" | ||
252 | d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 | ||
253 | t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 | ||
254 | q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" /> | ||
255 | <glyph glyph-name="facetime_video" unicode="" horiz-adv-x="1792" | ||
256 | d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5 | ||
257 | q39 -17 39 -59z" /> | ||
258 | <glyph glyph-name="picture" unicode="" horiz-adv-x="1920" | ||
259 | d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216 | ||
260 | q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" /> | ||
261 | <glyph glyph-name="pencil" unicode="" | ||
262 | d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38 | ||
263 | q53 0 91 -38l235 -234q37 -39 37 -91z" /> | ||
264 | <glyph glyph-name="map_marker" unicode="" horiz-adv-x="1024" | ||
265 | d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" /> | ||
266 | <glyph glyph-name="adjust" unicode="" | ||
267 | d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
268 | <glyph glyph-name="tint" unicode="" horiz-adv-x="1024" | ||
269 | d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362 | ||
270 | q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" /> | ||
271 | <glyph glyph-name="edit" unicode="" horiz-adv-x="1792" | ||
272 | d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 | ||
273 | q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92 | ||
274 | l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" /> | ||
275 | <glyph glyph-name="share" unicode="" horiz-adv-x="1664" | ||
276 | d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832 | ||
277 | q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5 | ||
278 | t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" /> | ||
279 | <glyph glyph-name="check" unicode="" horiz-adv-x="1664" | ||
280 | d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832 | ||
281 | q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110 | ||
282 | q24 -24 24 -57t-24 -57z" /> | ||
283 | <glyph glyph-name="move" unicode="" horiz-adv-x="1792" | ||
284 | d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45 | ||
285 | t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" /> | ||
286 | <glyph glyph-name="step_backward" unicode="" horiz-adv-x="1024" | ||
287 | d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" /> | ||
288 | <glyph glyph-name="fast_backward" unicode="" horiz-adv-x="1792" | ||
289 | d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710 | ||
290 | q19 19 32 13t13 -32v-710q4 10 13 19z" /> | ||
291 | <glyph glyph-name="backward" unicode="" horiz-adv-x="1664" | ||
292 | d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" /> | ||
293 | <glyph glyph-name="play" unicode="" horiz-adv-x="1408" | ||
294 | d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" /> | ||
295 | <glyph glyph-name="pause" unicode="" | ||
296 | d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" /> | ||
297 | <glyph glyph-name="stop" unicode="" | ||
298 | d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" /> | ||
299 | <glyph glyph-name="forward" unicode="" horiz-adv-x="1664" | ||
300 | d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" /> | ||
301 | <glyph glyph-name="fast_forward" unicode="" horiz-adv-x="1792" | ||
302 | d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710 | ||
303 | q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" /> | ||
304 | <glyph glyph-name="step_forward" unicode="" horiz-adv-x="1024" | ||
305 | d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" /> | ||
306 | <glyph glyph-name="eject" unicode="" horiz-adv-x="1538" | ||
307 | d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" /> | ||
308 | <glyph glyph-name="chevron_left" unicode="" horiz-adv-x="1280" | ||
309 | d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" /> | ||
310 | <glyph glyph-name="chevron_right" unicode="" horiz-adv-x="1280" | ||
311 | d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" /> | ||
312 | <glyph glyph-name="plus_sign" unicode="" | ||
313 | d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5 | ||
314 | t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
315 | <glyph glyph-name="minus_sign" unicode="" | ||
316 | d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 | ||
317 | t103 -385.5z" /> | ||
318 | <glyph glyph-name="remove_sign" unicode="" | ||
319 | d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19 | ||
320 | q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
321 | <glyph glyph-name="ok_sign" unicode="" | ||
322 | d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 | ||
323 | t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
324 | <glyph glyph-name="question_sign" unicode="" | ||
325 | d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59 | ||
326 | q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 | ||
327 | t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
328 | <glyph glyph-name="info_sign" unicode="" | ||
329 | d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23 | ||
330 | t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
331 | <glyph glyph-name="screenshot" unicode="" | ||
332 | d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109 | ||
333 | q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143 | ||
334 | q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" /> | ||
335 | <glyph glyph-name="remove_circle" unicode="" | ||
336 | d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23 | ||
337 | l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5 | ||
338 | t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
339 | <glyph glyph-name="ok_circle" unicode="" | ||
340 | d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198 | ||
341 | t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
342 | <glyph glyph-name="ban_circle" unicode="" | ||
343 | d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61 | ||
344 | t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" /> | ||
345 | <glyph glyph-name="arrow_left" unicode="" | ||
346 | d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5 | ||
347 | t32.5 -90.5z" /> | ||
348 | <glyph glyph-name="arrow_right" unicode="" | ||
349 | d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" /> | ||
350 | <glyph glyph-name="arrow_up" unicode="" horiz-adv-x="1664" | ||
351 | d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651 | ||
352 | q37 -39 37 -91z" /> | ||
353 | <glyph glyph-name="arrow_down" unicode="" horiz-adv-x="1664" | ||
354 | d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" /> | ||
355 | <glyph glyph-name="share_alt" unicode="" horiz-adv-x="1792" | ||
356 | d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22 | ||
357 | t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" /> | ||
358 | <glyph glyph-name="resize_full" unicode="" | ||
359 | d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332 | ||
360 | q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" /> | ||
361 | <glyph glyph-name="resize_small" unicode="" | ||
362 | d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45 | ||
363 | t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" /> | ||
364 | <glyph glyph-name="plus" unicode="" horiz-adv-x="1408" | ||
365 | d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" /> | ||
366 | <glyph glyph-name="minus" unicode="" horiz-adv-x="1408" | ||
367 | d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" /> | ||
368 | <glyph glyph-name="asterisk" unicode="" horiz-adv-x="1664" | ||
369 | d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154 | ||
370 | q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" /> | ||
371 | <glyph glyph-name="exclamation_sign" unicode="" | ||
372 | d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192 | ||
373 | q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" /> | ||
374 | <glyph glyph-name="gift" unicode="" | ||
375 | d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320 | ||
376 | q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5 | ||
377 | t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" /> | ||
378 | <glyph glyph-name="leaf" unicode="" horiz-adv-x="1792" | ||
379 | d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268 | ||
380 | q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5 | ||
381 | t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" /> | ||
382 | <glyph glyph-name="fire" unicode="" horiz-adv-x="1408" | ||
383 | d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1 | ||
384 | q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" /> | ||
385 | <glyph glyph-name="eye_open" unicode="" horiz-adv-x="1792" | ||
386 | d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5 | ||
387 | t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" /> | ||
388 | <glyph glyph-name="eye_close" unicode="" horiz-adv-x="1792" | ||
389 | d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9 | ||
390 | q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5 | ||
391 | q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z | ||
392 | " /> | ||
393 | <glyph glyph-name="warning_sign" unicode="" horiz-adv-x="1792" | ||
394 | d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185 | ||
395 | q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" /> | ||
396 | <glyph glyph-name="plane" unicode="" horiz-adv-x="1408" | ||
397 | d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9 | ||
398 | q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" /> | ||
399 | <glyph glyph-name="calendar" unicode="" horiz-adv-x="1664" | ||
400 | d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z | ||
401 | M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64 | ||
402 | q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47 | ||
403 | h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" /> | ||
404 | <glyph glyph-name="random" unicode="" horiz-adv-x="1792" | ||
405 | d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1 | ||
406 | t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5 | ||
407 | v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111 | ||
408 | t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" /> | ||
409 | <glyph glyph-name="comment" unicode="" horiz-adv-x="1792" | ||
410 | d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281 | ||
411 | q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" /> | ||
412 | <glyph glyph-name="magnet" unicode="" | ||
413 | d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384 | ||
414 | q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" /> | ||
415 | <glyph glyph-name="chevron_up" unicode="" horiz-adv-x="1792" | ||
416 | d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" /> | ||
417 | <glyph glyph-name="chevron_down" unicode="" horiz-adv-x="1792" | ||
418 | d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" /> | ||
419 | <glyph glyph-name="retweet" unicode="" horiz-adv-x="1920" | ||
420 | d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21 | ||
421 | zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z | ||
422 | " /> | ||
423 | <glyph glyph-name="shopping_cart" unicode="" horiz-adv-x="1664" | ||
424 | d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45 | ||
425 | t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" /> | ||
426 | <glyph glyph-name="folder_close" unicode="" horiz-adv-x="1664" | ||
427 | d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" /> | ||
428 | <glyph glyph-name="folder_open" unicode="" horiz-adv-x="1920" | ||
429 | d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5 | ||
430 | t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" /> | ||
431 | <glyph glyph-name="resize_vertical" unicode="" horiz-adv-x="768" | ||
432 | d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" /> | ||
433 | <glyph glyph-name="resize_horizontal" unicode="" horiz-adv-x="1792" | ||
434 | d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" /> | ||
435 | <glyph glyph-name="bar_chart" unicode="" horiz-adv-x="2048" | ||
436 | d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" /> | ||
437 | <glyph glyph-name="twitter_sign" unicode="" | ||
438 | d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4 | ||
439 | q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5 | ||
440 | t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
441 | <glyph glyph-name="facebook_sign" unicode="" | ||
442 | d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960 | ||
443 | q0 119 84.5 203.5t203.5 84.5h960z" /> | ||
444 | <glyph glyph-name="camera_retro" unicode="" horiz-adv-x="1792" | ||
445 | d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5 | ||
446 | t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280 | ||
447 | q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" /> | ||
448 | <glyph glyph-name="key" unicode="" horiz-adv-x="1792" | ||
449 | d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26 | ||
450 | l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5 | ||
451 | t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" /> | ||
452 | <glyph glyph-name="cogs" unicode="" horiz-adv-x="1920" | ||
453 | d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5 | ||
454 | t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5 | ||
455 | l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7 | ||
456 | l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31 | ||
457 | q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20 | ||
458 | t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68 | ||
459 | q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70 | ||
460 | q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" /> | ||
461 | <glyph glyph-name="comments" unicode="" horiz-adv-x="1792" | ||
462 | d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224 | ||
463 | q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7 | ||
464 | q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" /> | ||
465 | <glyph glyph-name="thumbs_up_alt" unicode="" | ||
466 | d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5 | ||
467 | t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769 | ||
468 | q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128 | ||
469 | q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" /> | ||
470 | <glyph glyph-name="thumbs_down_alt" unicode="" | ||
471 | d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5 | ||
472 | t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z | ||
473 | M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5 | ||
474 | h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" /> | ||
475 | <glyph glyph-name="star_half" unicode="" horiz-adv-x="896" | ||
476 | d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" /> | ||
477 | <glyph glyph-name="heart_empty" unicode="" horiz-adv-x="1792" | ||
478 | d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559 | ||
479 | q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5 | ||
480 | q224 0 351 -124t127 -344z" /> | ||
481 | <glyph glyph-name="signout" unicode="" horiz-adv-x="1664" | ||
482 | d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704 | ||
483 | q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" /> | ||
484 | <glyph glyph-name="linkedin_sign" unicode="" | ||
485 | d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5 | ||
486 | q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
487 | <glyph glyph-name="pushpin" unicode="" horiz-adv-x="1152" | ||
488 | d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38 | ||
489 | t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" /> | ||
490 | <glyph glyph-name="external_link" unicode="" horiz-adv-x="1792" | ||
491 | d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320 | ||
492 | q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" /> | ||
493 | <glyph glyph-name="signin" unicode="" | ||
494 | d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5 | ||
495 | q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
496 | <glyph glyph-name="trophy" unicode="" horiz-adv-x="1664" | ||
497 | d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91 | ||
498 | t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96 | ||
499 | q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" /> | ||
500 | <glyph glyph-name="github_sign" unicode="" | ||
501 | d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4 | ||
502 | q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4 | ||
503 | t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16 | ||
504 | q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960 | ||
505 | q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
506 | <glyph glyph-name="upload_alt" unicode="" horiz-adv-x="1664" | ||
507 | d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92 | ||
508 | t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" /> | ||
509 | <glyph glyph-name="lemon" unicode="" | ||
510 | d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5 | ||
511 | q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44 | ||
512 | q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5 | ||
513 | q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" /> | ||
514 | <glyph glyph-name="phone" unicode="" horiz-adv-x="1408" | ||
515 | d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186 | ||
516 | q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14 | ||
517 | t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" /> | ||
518 | <glyph glyph-name="check_empty" unicode="" horiz-adv-x="1408" | ||
519 | d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 | ||
520 | q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
521 | <glyph glyph-name="bookmark_empty" unicode="" horiz-adv-x="1280" | ||
522 | d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289 | ||
523 | q0 34 19.5 62t52.5 41q21 9 44 9h1048z" /> | ||
524 | <glyph glyph-name="phone_sign" unicode="" | ||
525 | d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5 | ||
526 | t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5 | ||
527 | t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z | ||
528 | " /> | ||
529 | <glyph glyph-name="twitter" unicode="" horiz-adv-x="1664" | ||
530 | d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 | ||
531 | q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" /> | ||
532 | <glyph glyph-name="facebook" unicode="" horiz-adv-x="1024" | ||
533 | d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" /> | ||
534 | <glyph glyph-name="github" unicode="" | ||
535 | d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24 | ||
536 | q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5 | ||
537 | t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12 | ||
538 | q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z | ||
539 | M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" /> | ||
540 | <glyph glyph-name="unlock" unicode="" horiz-adv-x="1664" | ||
541 | d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5 | ||
542 | t316.5 -131.5t131.5 -316.5z" /> | ||
543 | <glyph glyph-name="credit_card" unicode="" horiz-adv-x="1920" | ||
544 | d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608 | ||
545 | q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" /> | ||
546 | <glyph glyph-name="rss" unicode="" horiz-adv-x="1408" | ||
547 | d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5 | ||
548 | t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294 | ||
549 | q187 -186 294 -425.5t120 -501.5z" /> | ||
550 | <glyph glyph-name="hdd" unicode="" | ||
551 | d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5 | ||
552 | h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75 | ||
553 | l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" /> | ||
554 | <glyph glyph-name="bullhorn" unicode="" horiz-adv-x="1792" | ||
555 | d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5 | ||
556 | t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" /> | ||
557 | <glyph glyph-name="bell" unicode="" horiz-adv-x="1792" | ||
558 | d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z | ||
559 | M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5 | ||
560 | t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" /> | ||
561 | <glyph glyph-name="certificate" unicode="" | ||
562 | d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70 | ||
563 | l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70 | ||
564 | l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" /> | ||
565 | <glyph glyph-name="hand_right" unicode="" horiz-adv-x="1792" | ||
566 | d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106 | ||
567 | q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43 | ||
568 | q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5 | ||
569 | t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" /> | ||
570 | <glyph glyph-name="hand_left" unicode="" horiz-adv-x="1792" | ||
571 | d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5 | ||
572 | t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z | ||
573 | M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67 | ||
574 | q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" /> | ||
575 | <glyph glyph-name="hand_up" unicode="" | ||
576 | d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576 | ||
577 | q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5 | ||
578 | t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76 | ||
579 | q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" /> | ||
580 | <glyph glyph-name="hand_down" unicode="" | ||
581 | d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33 | ||
582 | t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580 | ||
583 | q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100 | ||
584 | q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" /> | ||
585 | <glyph glyph-name="circle_arrow_left" unicode="" | ||
586 | d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640 | ||
587 | q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
588 | <glyph glyph-name="circle_arrow_right" unicode="" | ||
589 | d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640 | ||
590 | q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
591 | <glyph glyph-name="circle_arrow_up" unicode="" | ||
592 | d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640 | ||
593 | q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
594 | <glyph glyph-name="circle_arrow_down" unicode="" | ||
595 | d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640 | ||
596 | q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
597 | <glyph glyph-name="globe" unicode="" | ||
598 | d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11 | ||
599 | q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5 | ||
600 | q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5 | ||
601 | q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5 | ||
602 | t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3 | ||
603 | q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25 | ||
604 | q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5 | ||
605 | t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5 | ||
606 | t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21 | ||
607 | q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5 | ||
608 | q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3 | ||
609 | q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5 | ||
610 | t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5 | ||
611 | q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7 | ||
612 | q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" /> | ||
613 | <glyph glyph-name="wrench" unicode="" horiz-adv-x="1664" | ||
614 | d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5 | ||
615 | t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" /> | ||
616 | <glyph glyph-name="tasks" unicode="" horiz-adv-x="1792" | ||
617 | d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19 | ||
618 | t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" /> | ||
619 | <glyph glyph-name="filter" unicode="" horiz-adv-x="1408" | ||
620 | d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" /> | ||
621 | <glyph glyph-name="briefcase" unicode="" horiz-adv-x="1792" | ||
622 | d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68 | ||
623 | t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" /> | ||
624 | <glyph glyph-name="fullscreen" unicode="" | ||
625 | d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144 | ||
626 | l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z | ||
627 | " /> | ||
628 | <glyph glyph-name="group" unicode="" horiz-adv-x="1920" | ||
629 | d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5 | ||
630 | t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75 | ||
631 | t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5 | ||
632 | t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" /> | ||
633 | <glyph glyph-name="link" unicode="" horiz-adv-x="1664" | ||
634 | d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26 | ||
635 | l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15 | ||
636 | t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207 | ||
637 | q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" /> | ||
638 | <glyph glyph-name="cloud" unicode="" horiz-adv-x="1920" | ||
639 | d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z | ||
640 | " /> | ||
641 | <glyph glyph-name="beaker" unicode="" horiz-adv-x="1664" | ||
642 | d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" /> | ||
643 | <glyph glyph-name="cut" unicode="" horiz-adv-x="1792" | ||
644 | d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84 | ||
645 | q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148 | ||
646 | q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108 | ||
647 | q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6 | ||
648 | q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" /> | ||
649 | <glyph glyph-name="copy" unicode="" horiz-adv-x="1792" | ||
650 | d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299 | ||
651 | h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" /> | ||
652 | <glyph glyph-name="paper_clip" unicode="" horiz-adv-x="1408" | ||
653 | d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181 | ||
654 | l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235 | ||
655 | z" /> | ||
656 | <glyph glyph-name="save" unicode="" | ||
657 | d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5 | ||
658 | h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" /> | ||
659 | <glyph glyph-name="sign_blank" unicode="" | ||
660 | d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
661 | <glyph glyph-name="reorder" unicode="" | ||
662 | d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45 | ||
663 | t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" /> | ||
664 | <glyph glyph-name="ul" unicode="" horiz-adv-x="1792" | ||
665 | d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 | ||
666 | t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z | ||
667 | M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" /> | ||
668 | <glyph glyph-name="ol" unicode="" horiz-adv-x="1792" | ||
669 | d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362 | ||
670 | q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5 | ||
671 | t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216 | ||
672 | q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" /> | ||
673 | <glyph glyph-name="strikethrough" unicode="" horiz-adv-x="1792" | ||
674 | d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6 | ||
675 | l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23 | ||
676 | l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" /> | ||
677 | <glyph glyph-name="underline" unicode="" | ||
678 | d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47 | ||
679 | q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41 | ||
680 | q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472 | ||
681 | q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" /> | ||
682 | <glyph glyph-name="table" unicode="" horiz-adv-x="1664" | ||
683 | d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23 | ||
684 | v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192 | ||
685 | q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192 | ||
686 | q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113 | ||
687 | z" /> | ||
688 | <glyph glyph-name="magic" unicode="" horiz-adv-x="1664" | ||
689 | d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276 | ||
690 | l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" /> | ||
691 | <glyph glyph-name="truck" unicode="" horiz-adv-x="1792" | ||
692 | d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 | ||
693 | t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 | ||
694 | t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" /> | ||
695 | <glyph glyph-name="pinterest" unicode="" | ||
696 | d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 | ||
697 | q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 | ||
698 | q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
699 | <glyph glyph-name="pinterest_sign" unicode="" | ||
700 | d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 | ||
701 | t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 | ||
702 | t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" /> | ||
703 | <glyph glyph-name="google_plus_sign" unicode="" | ||
704 | d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585 | ||
705 | h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
706 | <glyph glyph-name="google_plus" unicode="" horiz-adv-x="2304" | ||
707 | d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62 | ||
708 | q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" /> | ||
709 | <glyph glyph-name="money" unicode="" horiz-adv-x="1920" | ||
710 | d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 | ||
711 | v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" /> | ||
712 | <glyph glyph-name="caret_down" unicode="" horiz-adv-x="1024" | ||
713 | d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" /> | ||
714 | <glyph glyph-name="caret_up" unicode="" horiz-adv-x="1024" | ||
715 | d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" /> | ||
716 | <glyph glyph-name="caret_left" unicode="" horiz-adv-x="640" | ||
717 | d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" /> | ||
718 | <glyph glyph-name="caret_right" unicode="" horiz-adv-x="640" | ||
719 | d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" /> | ||
720 | <glyph glyph-name="columns" unicode="" horiz-adv-x="1664" | ||
721 | d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" /> | ||
722 | <glyph glyph-name="sort" unicode="" horiz-adv-x="1024" | ||
723 | d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" /> | ||
724 | <glyph glyph-name="sort_down" unicode="" horiz-adv-x="1024" | ||
725 | d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" /> | ||
726 | <glyph glyph-name="sort_up" unicode="" horiz-adv-x="1024" | ||
727 | d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" /> | ||
728 | <glyph glyph-name="envelope_alt" unicode="" horiz-adv-x="1792" | ||
729 | d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123 | ||
730 | q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" /> | ||
731 | <glyph glyph-name="linkedin" unicode="" | ||
732 | d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329 | ||
733 | q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" /> | ||
734 | <glyph glyph-name="undo" unicode="" | ||
735 | d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5 | ||
736 | t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" /> | ||
737 | <glyph glyph-name="legal" unicode="" horiz-adv-x="1792" | ||
738 | d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5 | ||
739 | t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14 | ||
740 | q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28 | ||
741 | q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" /> | ||
742 | <glyph glyph-name="dashboard" unicode="" horiz-adv-x="1792" | ||
743 | d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5 | ||
744 | t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5 | ||
745 | t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29 | ||
746 | q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
747 | <glyph glyph-name="comment_alt" unicode="" horiz-adv-x="1792" | ||
748 | d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640 | ||
749 | q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5 | ||
750 | t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" /> | ||
751 | <glyph glyph-name="comments_alt" unicode="" horiz-adv-x="1792" | ||
752 | d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257 | ||
753 | t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5 | ||
754 | t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129 | ||
755 | q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" /> | ||
756 | <glyph glyph-name="bolt" unicode="" horiz-adv-x="896" | ||
757 | d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" /> | ||
758 | <glyph glyph-name="sitemap" unicode="" horiz-adv-x="1792" | ||
759 | d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320 | ||
760 | q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68 | ||
761 | z" /> | ||
762 | <glyph glyph-name="umbrella" unicode="" horiz-adv-x="1664" | ||
763 | d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97 | ||
764 | q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69 | ||
765 | q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" /> | ||
766 | <glyph glyph-name="paste" unicode="" horiz-adv-x="1792" | ||
767 | d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28 | ||
768 | h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" /> | ||
769 | <glyph glyph-name="light_bulb" unicode="" horiz-adv-x="1024" | ||
770 | d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134 | ||
771 | q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47 | ||
772 | q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5 | ||
773 | t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" /> | ||
774 | <glyph glyph-name="exchange" unicode="" horiz-adv-x="1792" | ||
775 | d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9 | ||
776 | q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" /> | ||
777 | <glyph glyph-name="cloud_download" unicode="" horiz-adv-x="1920" | ||
778 | d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 | ||
779 | q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" /> | ||
780 | <glyph glyph-name="cloud_upload" unicode="" horiz-adv-x="1920" | ||
781 | d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 | ||
782 | q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" /> | ||
783 | <glyph glyph-name="user_md" unicode="" horiz-adv-x="1408" | ||
784 | d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56 | ||
785 | t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68 | ||
786 | t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 | ||
787 | t271.5 -112.5t112.5 -271.5z" /> | ||
788 | <glyph glyph-name="stethoscope" unicode="" horiz-adv-x="1408" | ||
789 | d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48 | ||
790 | t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252 | ||
791 | t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" /> | ||
792 | <glyph glyph-name="suitcase" unicode="" horiz-adv-x="1792" | ||
793 | d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66 | ||
794 | t66 -158z" /> | ||
795 | <glyph glyph-name="bell_alt" unicode="" horiz-adv-x="1792" | ||
796 | d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5 | ||
797 | t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" /> | ||
798 | <glyph glyph-name="coffee" unicode="" horiz-adv-x="1920" | ||
799 | d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45 | ||
800 | t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" /> | ||
801 | <glyph glyph-name="food" unicode="" horiz-adv-x="1408" | ||
802 | d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45 | ||
803 | t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" /> | ||
804 | <glyph glyph-name="file_text_alt" unicode="" | ||
805 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
806 | M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704 | ||
807 | q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" /> | ||
808 | <glyph glyph-name="building" unicode="" horiz-adv-x="1408" | ||
809 | d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
810 | M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
811 | M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
812 | M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
813 | M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
814 | M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
815 | M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
816 | M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
817 | M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
818 | M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" /> | ||
819 | <glyph glyph-name="hospital" unicode="" horiz-adv-x="1408" | ||
820 | d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
821 | M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
822 | M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
823 | M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
824 | M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z | ||
825 | M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5 | ||
826 | t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320 | ||
827 | v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" /> | ||
828 | <glyph glyph-name="ambulance" unicode="" horiz-adv-x="1920" | ||
829 | d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5 | ||
830 | t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152 | ||
831 | q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" /> | ||
832 | <glyph glyph-name="medkit" unicode="" horiz-adv-x="1792" | ||
833 | d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32 | ||
834 | q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" /> | ||
835 | <glyph glyph-name="fighter_jet" unicode="" horiz-adv-x="1920" | ||
836 | d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96 | ||
837 | q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" /> | ||
838 | <glyph glyph-name="beer" unicode="" horiz-adv-x="1664" | ||
839 | d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" /> | ||
840 | <glyph glyph-name="h_sign" unicode="" | ||
841 | d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960 | ||
842 | q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
843 | <glyph glyph-name="f0fe" unicode="" | ||
844 | d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960 | ||
845 | q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
846 | <glyph glyph-name="double_angle_left" unicode="" horiz-adv-x="1024" | ||
847 | d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 | ||
848 | t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" /> | ||
849 | <glyph glyph-name="double_angle_right" unicode="" horiz-adv-x="1024" | ||
850 | d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23 | ||
851 | l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" /> | ||
852 | <glyph glyph-name="double_angle_up" unicode="" horiz-adv-x="1152" | ||
853 | d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393 | ||
854 | q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" /> | ||
855 | <glyph glyph-name="double_angle_down" unicode="" horiz-adv-x="1152" | ||
856 | d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 | ||
857 | t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" /> | ||
858 | <glyph glyph-name="angle_left" unicode="" horiz-adv-x="640" | ||
859 | d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" /> | ||
860 | <glyph glyph-name="angle_right" unicode="" horiz-adv-x="640" | ||
861 | d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" /> | ||
862 | <glyph glyph-name="angle_up" unicode="" horiz-adv-x="1152" | ||
863 | d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" /> | ||
864 | <glyph glyph-name="angle_down" unicode="" horiz-adv-x="1152" | ||
865 | d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" /> | ||
866 | <glyph glyph-name="desktop" unicode="" horiz-adv-x="1920" | ||
867 | d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19 | ||
868 | t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" /> | ||
869 | <glyph glyph-name="laptop" unicode="" horiz-adv-x="1920" | ||
870 | d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z | ||
871 | M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" /> | ||
872 | <glyph glyph-name="tablet" unicode="" horiz-adv-x="1152" | ||
873 | d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832 | ||
874 | q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" /> | ||
875 | <glyph glyph-name="mobile_phone" unicode="" horiz-adv-x="768" | ||
876 | d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136 | ||
877 | q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" /> | ||
878 | <glyph glyph-name="circle_blank" unicode="" | ||
879 | d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103 | ||
880 | t279.5 -279.5t103 -385.5z" /> | ||
881 | <glyph glyph-name="quote_left" unicode="" horiz-adv-x="1664" | ||
882 | d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z | ||
883 | M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" /> | ||
884 | <glyph glyph-name="quote_right" unicode="" horiz-adv-x="1664" | ||
885 | d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216 | ||
886 | v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" /> | ||
887 | <glyph glyph-name="spinner" unicode="" horiz-adv-x="1792" | ||
888 | d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5 | ||
889 | t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z | ||
890 | M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5 | ||
891 | q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" /> | ||
892 | <glyph glyph-name="circle" unicode="" | ||
893 | d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
894 | <glyph glyph-name="reply" unicode="" horiz-adv-x="1792" | ||
895 | d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19 | ||
896 | l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" /> | ||
897 | <glyph glyph-name="github_alt" unicode="" horiz-adv-x="1664" | ||
898 | d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 | ||
899 | q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 | ||
900 | t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 | ||
901 | q0 -87 -27 -168q136 -160 136 -398z" /> | ||
902 | <glyph glyph-name="folder_close_alt" unicode="" horiz-adv-x="1664" | ||
903 | d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 | ||
904 | q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" /> | ||
905 | <glyph glyph-name="folder_open_alt" unicode="" horiz-adv-x="1920" | ||
906 | d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 | ||
907 | v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z | ||
908 | " /> | ||
909 | <glyph glyph-name="expand_alt" unicode="" horiz-adv-x="1792" | ||
910 | /> | ||
911 | <glyph glyph-name="collapse_alt" unicode="" horiz-adv-x="1792" | ||
912 | /> | ||
913 | <glyph glyph-name="smile" unicode="" | ||
914 | d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 | ||
915 | t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 | ||
916 | t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
917 | <glyph glyph-name="frown" unicode="" | ||
918 | d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 | ||
919 | t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 | ||
920 | t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
921 | <glyph glyph-name="meh" unicode="" | ||
922 | d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 | ||
923 | t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 | ||
924 | q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
925 | <glyph glyph-name="gamepad" unicode="" horiz-adv-x="1920" | ||
926 | d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 | ||
927 | t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150 | ||
928 | t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" /> | ||
929 | <glyph glyph-name="keyboard" unicode="" horiz-adv-x="1920" | ||
930 | d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16 | ||
931 | h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16 | ||
932 | h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96 | ||
933 | q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896 | ||
934 | h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" /> | ||
935 | <glyph glyph-name="flag_alt" unicode="" horiz-adv-x="1792" | ||
936 | d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9 | ||
937 | h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102 | ||
938 | q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" /> | ||
939 | <glyph glyph-name="flag_checkered" unicode="" horiz-adv-x="1792" | ||
940 | d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2 | ||
941 | q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266 | ||
942 | q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8 | ||
943 | q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" /> | ||
944 | <glyph glyph-name="terminal" unicode="" horiz-adv-x="1664" | ||
945 | d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9 | ||
946 | t9 -23z" /> | ||
947 | <glyph glyph-name="code" unicode="" horiz-adv-x="1920" | ||
948 | d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5 | ||
949 | l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" /> | ||
950 | <glyph glyph-name="reply_all" unicode="" horiz-adv-x="1792" | ||
951 | d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1 | ||
952 | q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" /> | ||
953 | <glyph glyph-name="star_half_empty" unicode="" horiz-adv-x="1664" | ||
954 | d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5 | ||
955 | l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" /> | ||
956 | <glyph glyph-name="location_arrow" unicode="" horiz-adv-x="1408" | ||
957 | d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" /> | ||
958 | <glyph glyph-name="crop" unicode="" horiz-adv-x="1664" | ||
959 | d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23 | ||
960 | v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" /> | ||
961 | <glyph glyph-name="code_fork" unicode="" horiz-adv-x="1024" | ||
962 | d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5 | ||
963 | q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497 | ||
964 | q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" /> | ||
965 | <glyph glyph-name="unlink" unicode="" horiz-adv-x="1664" | ||
966 | d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320 | ||
967 | q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18 | ||
968 | l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9 | ||
969 | t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" /> | ||
970 | <glyph glyph-name="question" unicode="" horiz-adv-x="1024" | ||
971 | d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5 | ||
972 | t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" /> | ||
973 | <glyph glyph-name="_279" unicode="" horiz-adv-x="640" | ||
974 | d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192 | ||
975 | q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" /> | ||
976 | <glyph glyph-name="exclamation" unicode="" horiz-adv-x="640" | ||
977 | d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" /> | ||
978 | <glyph glyph-name="superscript" unicode="" | ||
979 | d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z | ||
980 | M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5 | ||
981 | t-65.5 -51.5t-30.5 -63h232v80h126z" /> | ||
982 | <glyph glyph-name="subscript" unicode="" | ||
983 | d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z | ||
984 | M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73 | ||
985 | h232v80h126z" /> | ||
986 | <glyph glyph-name="_283" unicode="" horiz-adv-x="1920" | ||
987 | d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" /> | ||
988 | <glyph glyph-name="puzzle_piece" unicode="" horiz-adv-x="1664" | ||
989 | d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5 | ||
990 | t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89 | ||
991 | q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117 | ||
992 | q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" /> | ||
993 | <glyph glyph-name="microphone" unicode="" horiz-adv-x="1152" | ||
994 | d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5 | ||
995 | t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" /> | ||
996 | <glyph glyph-name="microphone_off" unicode="" horiz-adv-x="1408" | ||
997 | d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128 | ||
998 | q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23 | ||
999 | t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" /> | ||
1000 | <glyph glyph-name="shield" unicode="" horiz-adv-x="1280" | ||
1001 | d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150 | ||
1002 | t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" /> | ||
1003 | <glyph glyph-name="calendar_empty" unicode="" horiz-adv-x="1664" | ||
1004 | d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 | ||
1005 | q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" /> | ||
1006 | <glyph glyph-name="fire_extinguisher" unicode="" horiz-adv-x="1408" | ||
1007 | d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 | ||
1008 | q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 | ||
1009 | q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" /> | ||
1010 | <glyph glyph-name="rocket" unicode="" horiz-adv-x="1664" | ||
1011 | d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 | ||
1012 | q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" /> | ||
1013 | <glyph glyph-name="maxcdn" unicode="" horiz-adv-x="1792" | ||
1014 | d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" /> | ||
1015 | <glyph glyph-name="chevron_sign_left" unicode="" | ||
1016 | d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 | ||
1017 | t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1018 | <glyph glyph-name="chevron_sign_right" unicode="" | ||
1019 | d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 | ||
1020 | t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1021 | <glyph glyph-name="chevron_sign_up" unicode="" | ||
1022 | d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 | ||
1023 | t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1024 | <glyph glyph-name="chevron_sign_down" unicode="" | ||
1025 | d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 | ||
1026 | t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1027 | <glyph glyph-name="html5" unicode="" horiz-adv-x="1408" | ||
1028 | d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" /> | ||
1029 | <glyph glyph-name="css3" unicode="" horiz-adv-x="1792" | ||
1030 | d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" /> | ||
1031 | <glyph glyph-name="anchor" unicode="" horiz-adv-x="1792" | ||
1032 | d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352 | ||
1033 | q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19 | ||
1034 | t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" /> | ||
1035 | <glyph glyph-name="unlock_alt" unicode="" horiz-adv-x="1152" | ||
1036 | d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181 | ||
1037 | v-320h736z" /> | ||
1038 | <glyph glyph-name="bullseye" unicode="" | ||
1039 | d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150 | ||
1040 | t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 | ||
1041 | q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1042 | <glyph glyph-name="ellipsis_horizontal" unicode="" horiz-adv-x="1408" | ||
1043 | d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192 | ||
1044 | q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" /> | ||
1045 | <glyph glyph-name="ellipsis_vertical" unicode="" horiz-adv-x="384" | ||
1046 | d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192 | ||
1047 | q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" /> | ||
1048 | <glyph glyph-name="_303" unicode="" | ||
1049 | d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128 | ||
1050 | q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960 | ||
1051 | q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1052 | <glyph glyph-name="play_sign" unicode="" | ||
1053 | d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56 | ||
1054 | q16 -8 32 -8q17 0 32 9z" /> | ||
1055 | <glyph glyph-name="ticket" unicode="" horiz-adv-x="1792" | ||
1056 | d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136 | ||
1057 | t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" /> | ||
1058 | <glyph glyph-name="minus_sign_alt" unicode="" | ||
1059 | d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 | ||
1060 | t84.5 -203.5z" /> | ||
1061 | <glyph glyph-name="check_minus" unicode="" horiz-adv-x="1408" | ||
1062 | d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5 | ||
1063 | t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1064 | <glyph glyph-name="level_up" unicode="" horiz-adv-x="1024" | ||
1065 | d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" /> | ||
1066 | <glyph glyph-name="level_down" unicode="" horiz-adv-x="1024" | ||
1067 | d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" /> | ||
1068 | <glyph glyph-name="check_sign" unicode="" | ||
1069 | d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5 | ||
1070 | t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1071 | <glyph glyph-name="edit_sign" unicode="" | ||
1072 | d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120 | ||
1073 | v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1074 | <glyph glyph-name="_312" unicode="" | ||
1075 | d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 | ||
1076 | q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1077 | <glyph glyph-name="share_sign" unicode="" | ||
1078 | d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5 | ||
1079 | t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1080 | <glyph glyph-name="compass" unicode="" | ||
1081 | d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 | ||
1082 | t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1083 | <glyph glyph-name="collapse" unicode="" | ||
1084 | d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120 | ||
1085 | v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1086 | <glyph glyph-name="collapse_top" unicode="" | ||
1087 | d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960 | ||
1088 | q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1089 | <glyph glyph-name="_317" unicode="" | ||
1090 | d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5 | ||
1091 | t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1092 | <glyph glyph-name="eur" unicode="" horiz-adv-x="1024" | ||
1093 | d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9 | ||
1094 | t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26 | ||
1095 | l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" /> | ||
1096 | <glyph glyph-name="gbp" unicode="" horiz-adv-x="1024" | ||
1097 | d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7 | ||
1098 | q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" /> | ||
1099 | <glyph glyph-name="usd" unicode="" horiz-adv-x="1024" | ||
1100 | d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 | ||
1101 | t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 | ||
1102 | t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 | ||
1103 | t53 -63.5t31.5 -76.5t13 -94z" /> | ||
1104 | <glyph glyph-name="inr" unicode="" horiz-adv-x="898" | ||
1105 | d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 | ||
1106 | q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" /> | ||
1107 | <glyph glyph-name="jpy" unicode="" horiz-adv-x="1027" | ||
1108 | d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 | ||
1109 | l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" /> | ||
1110 | <glyph glyph-name="rub" unicode="" horiz-adv-x="1280" | ||
1111 | d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128 | ||
1112 | q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" /> | ||
1113 | <glyph glyph-name="krw" unicode="" horiz-adv-x="1792" | ||
1114 | d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 | ||
1115 | t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 | ||
1116 | q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" /> | ||
1117 | <glyph glyph-name="btc" unicode="" horiz-adv-x="1280" | ||
1118 | d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 | ||
1119 | l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 | ||
1120 | t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" /> | ||
1121 | <glyph glyph-name="file" unicode="" | ||
1122 | d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" /> | ||
1123 | <glyph glyph-name="file_text" unicode="" | ||
1124 | d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704 | ||
1125 | q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" /> | ||
1126 | <glyph glyph-name="sort_by_alphabet" unicode="" horiz-adv-x="1664" | ||
1127 | d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23 | ||
1128 | v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162 | ||
1129 | l230 -662h70z" /> | ||
1130 | <glyph glyph-name="_329" unicode="" horiz-adv-x="1664" | ||
1131 | d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150 | ||
1132 | v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248 | ||
1133 | v119h121z" /> | ||
1134 | <glyph glyph-name="sort_by_attributes" unicode="" horiz-adv-x="1792" | ||
1135 | d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832 | ||
1136 | q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256 | ||
1137 | q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" /> | ||
1138 | <glyph glyph-name="sort_by_attributes_alt" unicode="" horiz-adv-x="1792" | ||
1139 | d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192 | ||
1140 | q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832 | ||
1141 | q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" /> | ||
1142 | <glyph glyph-name="sort_by_order" unicode="" | ||
1143 | d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23 | ||
1144 | zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5 | ||
1145 | t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" /> | ||
1146 | <glyph glyph-name="sort_by_order_alt" unicode="" | ||
1147 | d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9 | ||
1148 | t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13 | ||
1149 | q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" /> | ||
1150 | <glyph glyph-name="_334" unicode="" horiz-adv-x="1664" | ||
1151 | d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76 | ||
1152 | q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5 | ||
1153 | t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" /> | ||
1154 | <glyph glyph-name="_335" unicode="" horiz-adv-x="1664" | ||
1155 | d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135 | ||
1156 | t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121 | ||
1157 | t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" /> | ||
1158 | <glyph glyph-name="youtube_sign" unicode="" | ||
1159 | d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15 | ||
1160 | q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38 | ||
1161 | q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5 | ||
1162 | q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38 | ||
1163 | q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5 | ||
1164 | h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1165 | <glyph glyph-name="youtube" unicode="" | ||
1166 | d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73 | ||
1167 | q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51 | ||
1168 | q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99 | ||
1169 | q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51 | ||
1170 | q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" /> | ||
1171 | <glyph glyph-name="xing" unicode="" horiz-adv-x="1408" | ||
1172 | d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942 | ||
1173 | q25 45 64 45h241q22 0 31 -15z" /> | ||
1174 | <glyph glyph-name="xing_sign" unicode="" | ||
1175 | d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 | ||
1176 | l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1177 | <glyph glyph-name="youtube_play" unicode="" horiz-adv-x="1792" | ||
1178 | d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5 | ||
1179 | l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136 | ||
1180 | q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" /> | ||
1181 | <glyph glyph-name="dropbox" unicode="" horiz-adv-x="1792" | ||
1182 | d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" /> | ||
1183 | <glyph glyph-name="stackexchange" unicode="" | ||
1184 | d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" /> | ||
1185 | <glyph glyph-name="instagram" unicode="" | ||
1186 | d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270 | ||
1187 | q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5 | ||
1188 | t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317 | ||
1189 | q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" /> | ||
1190 | <glyph glyph-name="flickr" unicode="" | ||
1191 | d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 | ||
1192 | t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" /> | ||
1193 | <glyph glyph-name="adn" unicode="" | ||
1194 | d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1195 | <glyph glyph-name="f171" unicode="" horiz-adv-x="1408" | ||
1196 | d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22 | ||
1197 | t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18 | ||
1198 | t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5 | ||
1199 | t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" /> | ||
1200 | <glyph glyph-name="bitbucket_sign" unicode="" | ||
1201 | d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5 | ||
1202 | t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z | ||
1203 | M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120 | ||
1204 | v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1205 | <glyph glyph-name="tumblr" unicode="" horiz-adv-x="1024" | ||
1206 | d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14 | ||
1207 | q78 2 134 29z" /> | ||
1208 | <glyph glyph-name="tumblr_sign" unicode="" | ||
1209 | d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z | ||
1210 | M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1211 | <glyph glyph-name="long_arrow_down" unicode="" horiz-adv-x="768" | ||
1212 | d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" /> | ||
1213 | <glyph glyph-name="long_arrow_up" unicode="" horiz-adv-x="768" | ||
1214 | d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" /> | ||
1215 | <glyph glyph-name="long_arrow_left" unicode="" horiz-adv-x="1792" | ||
1216 | d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" /> | ||
1217 | <glyph glyph-name="long_arrow_right" unicode="" horiz-adv-x="1792" | ||
1218 | d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" /> | ||
1219 | <glyph glyph-name="apple" unicode="" horiz-adv-x="1408" | ||
1220 | d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65 | ||
1221 | q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" /> | ||
1222 | <glyph glyph-name="windows" unicode="" horiz-adv-x="1664" | ||
1223 | d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" /> | ||
1224 | <glyph glyph-name="android" unicode="" horiz-adv-x="1408" | ||
1225 | d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30 | ||
1226 | t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5 | ||
1227 | h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" /> | ||
1228 | <glyph glyph-name="linux" unicode="" | ||
1229 | d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z | ||
1230 | M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7 | ||
1231 | q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15 | ||
1232 | q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5 | ||
1233 | t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19 | ||
1234 | q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63 | ||
1235 | q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92 | ||
1236 | q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152 | ||
1237 | q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4 | ||
1238 | t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5 | ||
1239 | t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43 | ||
1240 | q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49 | ||
1241 | t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54 | ||
1242 | q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5 | ||
1243 | t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5 | ||
1244 | t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" /> | ||
1245 | <glyph glyph-name="dribble" unicode="" | ||
1246 | d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81 | ||
1247 | t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19 | ||
1248 | q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6 | ||
1249 | t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1250 | <glyph glyph-name="skype" unicode="" | ||
1251 | d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5 | ||
1252 | t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5 | ||
1253 | q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80 | ||
1254 | q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" /> | ||
1255 | <glyph glyph-name="foursquare" unicode="" horiz-adv-x="1280" | ||
1256 | d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z | ||
1257 | M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324 | ||
1258 | l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" /> | ||
1259 | <glyph glyph-name="trello" unicode="" | ||
1260 | d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408 | ||
1261 | q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" /> | ||
1262 | <glyph glyph-name="female" unicode="" horiz-adv-x="1280" | ||
1263 | d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43 | ||
1264 | q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" /> | ||
1265 | <glyph glyph-name="male" unicode="" horiz-adv-x="1024" | ||
1266 | d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z | ||
1267 | M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" /> | ||
1268 | <glyph glyph-name="gittip" unicode="" | ||
1269 | d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 | ||
1270 | t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1271 | <glyph glyph-name="sun" unicode="" horiz-adv-x="1792" | ||
1272 | d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4 | ||
1273 | l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94 | ||
1274 | q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" /> | ||
1275 | <glyph glyph-name="_366" unicode="" | ||
1276 | d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61 | ||
1277 | t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" /> | ||
1278 | <glyph glyph-name="archive" unicode="" horiz-adv-x="1792" | ||
1279 | d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536 | ||
1280 | q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" /> | ||
1281 | <glyph glyph-name="bug" unicode="" horiz-adv-x="1664" | ||
1282 | d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 | ||
1283 | q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 | ||
1284 | t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" /> | ||
1285 | <glyph glyph-name="vk" unicode="" horiz-adv-x="1920" | ||
1286 | d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 | ||
1287 | t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 | ||
1288 | q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24 | ||
1289 | q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 | ||
1290 | q39 5 64 -2.5t31 -16.5z" /> | ||
1291 | <glyph glyph-name="weibo" unicode="" horiz-adv-x="1792" | ||
1292 | d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 | ||
1293 | q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 | ||
1294 | q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 | ||
1295 | q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z | ||
1296 | M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" /> | ||
1297 | <glyph glyph-name="renren" unicode="" | ||
1298 | d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495 | ||
1299 | q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" /> | ||
1300 | <glyph glyph-name="_372" unicode="" horiz-adv-x="1408" | ||
1301 | d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5 | ||
1302 | t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56 | ||
1303 | t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5 | ||
1304 | t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" /> | ||
1305 | <glyph glyph-name="stack_exchange" unicode="" horiz-adv-x="1280" | ||
1306 | d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z | ||
1307 | " /> | ||
1308 | <glyph glyph-name="_374" unicode="" | ||
1309 | d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 | ||
1310 | t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1311 | <glyph glyph-name="arrow_circle_alt_left" unicode="" | ||
1312 | d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 | ||
1313 | t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1314 | <glyph glyph-name="_376" unicode="" | ||
1315 | d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z | ||
1316 | M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1317 | <glyph glyph-name="dot_circle_alt" unicode="" | ||
1318 | d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 | ||
1319 | t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1320 | <glyph glyph-name="_378" unicode="" horiz-adv-x="1664" | ||
1321 | d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 | ||
1322 | q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" /> | ||
1323 | <glyph glyph-name="vimeo_square" unicode="" | ||
1324 | d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179 | ||
1325 | q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1326 | <glyph glyph-name="_380" unicode="" horiz-adv-x="1152" | ||
1327 | d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 | ||
1328 | q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" /> | ||
1329 | <glyph glyph-name="plus_square_o" unicode="" horiz-adv-x="1408" | ||
1330 | d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 | ||
1331 | q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1332 | <glyph glyph-name="_382" unicode="" horiz-adv-x="2176" | ||
1333 | d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40 | ||
1334 | t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29 | ||
1335 | q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" /> | ||
1336 | <glyph glyph-name="_383" unicode="" horiz-adv-x="1664" | ||
1337 | d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9 | ||
1338 | q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102 | ||
1339 | t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" /> | ||
1340 | <glyph glyph-name="_384" unicode="" | ||
1341 | d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69 | ||
1342 | q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13 | ||
1343 | t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" /> | ||
1344 | <glyph glyph-name="_385" unicode="" horiz-adv-x="1792" | ||
1345 | d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5 | ||
1346 | t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21 | ||
1347 | t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286 | ||
1348 | t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273 | ||
1349 | t273 -182.5t331.5 -68z" /> | ||
1350 | <glyph glyph-name="_386" unicode="" horiz-adv-x="1792" | ||
1351 | d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" /> | ||
1352 | <glyph glyph-name="_387" unicode="" horiz-adv-x="2048" | ||
1353 | d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64 | ||
1354 | q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" /> | ||
1355 | <glyph glyph-name="_388" unicode="" horiz-adv-x="2304" | ||
1356 | d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433 | ||
1357 | q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" /> | ||
1358 | <glyph glyph-name="_389" unicode="" | ||
1359 | d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0 | ||
1360 | q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" /> | ||
1361 | <glyph glyph-name="uniF1A0" unicode="" | ||
1362 | d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5 | ||
1363 | t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" /> | ||
1364 | <glyph glyph-name="f1a1" unicode="" horiz-adv-x="1792" | ||
1365 | d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26 | ||
1366 | t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37 | ||
1367 | q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191 | ||
1368 | t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
1369 | <glyph glyph-name="_392" unicode="" | ||
1370 | d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54 | ||
1371 | q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83 | ||
1372 | q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 | ||
1373 | q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1374 | <glyph glyph-name="_393" unicode="" | ||
1375 | d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150 | ||
1376 | v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103 | ||
1377 | t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1378 | <glyph glyph-name="f1a4" unicode="" horiz-adv-x="1920" | ||
1379 | d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328 | ||
1380 | v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" /> | ||
1381 | <glyph glyph-name="_395" unicode="" | ||
1382 | d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 | ||
1383 | t84.5 -203.5z" /> | ||
1384 | <glyph glyph-name="_396" unicode="" horiz-adv-x="2048" | ||
1385 | d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123 | ||
1386 | v-369h123z" /> | ||
1387 | <glyph glyph-name="_397" unicode="" | ||
1388 | d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101 | ||
1389 | v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 | ||
1390 | q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1391 | <glyph glyph-name="_398" unicode="" horiz-adv-x="2038" | ||
1392 | d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14 | ||
1393 | q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24 | ||
1394 | q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33 | ||
1395 | q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5 | ||
1396 | t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43 | ||
1397 | q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5 | ||
1398 | t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13 | ||
1399 | t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" /> | ||
1400 | <glyph glyph-name="_399" unicode="" | ||
1401 | d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10 | ||
1402 | q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14 | ||
1403 | q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14 | ||
1404 | t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44 | ||
1405 | q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" /> | ||
1406 | <glyph glyph-name="_400" unicode="" | ||
1407 | d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z | ||
1408 | M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5 | ||
1409 | t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5 | ||
1410 | q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126 | ||
1411 | t135.5 51q85 0 145 -60.5t60 -145.5z" /> | ||
1412 | <glyph glyph-name="f1ab" unicode="" | ||
1413 | d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5 | ||
1414 | q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28 | ||
1415 | q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z | ||
1416 | M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11 | ||
1417 | q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q107 36 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5 | ||
1418 | q20 0 20 -21v-418z" /> | ||
1419 | <glyph glyph-name="_402" unicode="" horiz-adv-x="1792" | ||
1420 | d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48 | ||
1421 | l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23 | ||
1422 | t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128 | ||
1423 | q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128 | ||
1424 | q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" /> | ||
1425 | <glyph glyph-name="_403" unicode="" | ||
1426 | d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9 | ||
1427 | t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64 | ||
1428 | q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64 | ||
1429 | q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9 | ||
1430 | t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64 | ||
1431 | q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64 | ||
1432 | q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9 | ||
1433 | t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" /> | ||
1434 | <glyph glyph-name="_404" unicode="" horiz-adv-x="1280" | ||
1435 | d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68q29 28 68.5 28t67.5 -28l228 -228h368l228 228q28 28 68 28t68 -28q28 -29 28 -68.5t-28 -67.5zM864 1152 | ||
1436 | q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" /> | ||
1437 | <glyph glyph-name="uniF1B1" unicode="" horiz-adv-x="1664" | ||
1438 | d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5 | ||
1439 | q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819 | ||
1440 | q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5 | ||
1441 | t100.5 134t141.5 55.5z" /> | ||
1442 | <glyph glyph-name="_406" unicode="" horiz-adv-x="768" | ||
1443 | d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" /> | ||
1444 | <glyph glyph-name="_407" unicode="" horiz-adv-x="1792" | ||
1445 | d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z | ||
1446 | " /> | ||
1447 | <glyph glyph-name="_408" unicode="" horiz-adv-x="2304" | ||
1448 | d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67 | ||
1449 | t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-4 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70 | ||
1450 | v-400l434 -186q36 -16 57 -48t21 -70z" /> | ||
1451 | <glyph glyph-name="_409" unicode="" horiz-adv-x="2048" | ||
1452 | d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658 | ||
1453 | q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204 | ||
1454 | q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" /> | ||
1455 | <glyph glyph-name="_410" unicode="" | ||
1456 | d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5 | ||
1457 | t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217 | ||
1458 | t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" /> | ||
1459 | <glyph glyph-name="_411" unicode="" horiz-adv-x="1792" | ||
1460 | d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5 | ||
1461 | q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89 | ||
1462 | q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" /> | ||
1463 | <glyph glyph-name="_412" unicode="" | ||
1464 | d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5 | ||
1465 | q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5 | ||
1466 | q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z | ||
1467 | " /> | ||
1468 | <glyph glyph-name="_413" unicode="" horiz-adv-x="1792" | ||
1469 | d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188 | ||
1470 | l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5 | ||
1471 | t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1 | ||
1472 | q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" /> | ||
1473 | <glyph glyph-name="_414" unicode="" horiz-adv-x="2048" | ||
1474 | d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384 | ||
1475 | q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5 | ||
1476 | l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" /> | ||
1477 | <glyph glyph-name="_415" unicode="" horiz-adv-x="2048" | ||
1478 | d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5 | ||
1479 | t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z | ||
1480 | M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" /> | ||
1481 | <glyph glyph-name="_416" unicode="" | ||
1482 | d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384 | ||
1483 | q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" /> | ||
1484 | <glyph glyph-name="_417" unicode="" | ||
1485 | d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64 | ||
1486 | q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37 | ||
1487 | q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1488 | <glyph glyph-name="_418" unicode="" horiz-adv-x="1024" | ||
1489 | d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" /> | ||
1490 | <glyph glyph-name="_419" unicode="" horiz-adv-x="2304" | ||
1491 | d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11 | ||
1492 | q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245 | ||
1493 | q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785 | ||
1494 | l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242 | ||
1495 | q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236 | ||
1496 | q0 -11 -8 -19t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786 | ||
1497 | q-13 2 -22 11t-9 22v899q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" /> | ||
1498 | <glyph glyph-name="uniF1C0" unicode="" | ||
1499 | d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127 | ||
1500 | t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5 | ||
1501 | t-103 128v128q0 69 103 128t280 93.5t385 34.5z" /> | ||
1502 | <glyph glyph-name="uniF1C1" unicode="" | ||
1503 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
1504 | M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197 | ||
1505 | q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8 | ||
1506 | q-1 1 -1 2q-1 2 -1 3q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" /> | ||
1507 | <glyph glyph-name="_422" unicode="" | ||
1508 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
1509 | M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4q0 3 -0.5 6.5t-1.5 8t-1 6.5q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5 | ||
1510 | t-3.5 -21.5l-4 -21h-4l-2 21q-2 26 -7 46l-99 438h90v107h-300z" /> | ||
1511 | <glyph glyph-name="_423" unicode="" | ||
1512 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
1513 | M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107 | ||
1514 | h-290v-107h68l189 -272l-194 -283h-68z" /> | ||
1515 | <glyph glyph-name="_424" unicode="" | ||
1516 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
1517 | M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" /> | ||
1518 | <glyph glyph-name="_425" unicode="" | ||
1519 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
1520 | M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" /> | ||
1521 | <glyph glyph-name="_426" unicode="" | ||
1522 | d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400 | ||
1523 | v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79 | ||
1524 | q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" /> | ||
1525 | <glyph glyph-name="_427" unicode="" | ||
1526 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
1527 | M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5 | ||
1528 | q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" /> | ||
1529 | <glyph glyph-name="_428" unicode="" | ||
1530 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
1531 | M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" /> | ||
1532 | <glyph glyph-name="_429" unicode="" | ||
1533 | d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z | ||
1534 | M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243 | ||
1535 | l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" /> | ||
1536 | <glyph glyph-name="_430" unicode="" | ||
1537 | d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406 | ||
1538 | q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" /> | ||
1539 | <glyph glyph-name="_431" unicode="" horiz-adv-x="1792" | ||
1540 | d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546 | ||
1541 | q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" /> | ||
1542 | <glyph glyph-name="_432" unicode="" horiz-adv-x="2048" | ||
1543 | d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94 | ||
1544 | q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55 | ||
1545 | t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97l93 -108q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5t-85 -189.5z" /> | ||
1546 | <glyph glyph-name="_433" unicode="" horiz-adv-x="1792" | ||
1547 | d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194 | ||
1548 | q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5 | ||
1549 | t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" /> | ||
1550 | <glyph glyph-name="_434" unicode="" horiz-adv-x="1792" | ||
1551 | d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5 | ||
1552 | t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" /> | ||
1553 | <glyph glyph-name="uniF1D0" unicode="" horiz-adv-x="1792" | ||
1554 | d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41 | ||
1555 | t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170 | ||
1556 | t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136 | ||
1557 | q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" /> | ||
1558 | <glyph glyph-name="uniF1D1" unicode="" horiz-adv-x="1792" | ||
1559 | d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251 | ||
1560 | l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162 | ||
1561 | q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33 | ||
1562 | q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5 | ||
1563 | t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71 | ||
1564 | t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
1565 | <glyph glyph-name="uniF1D2" unicode="" | ||
1566 | d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85 | ||
1567 | q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392 | ||
1568 | q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072 | ||
1569 | q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1570 | <glyph glyph-name="_438" unicode="" horiz-adv-x="1792" | ||
1571 | d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58 | ||
1572 | q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47 | ||
1573 | q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171 | ||
1574 | v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" /> | ||
1575 | <glyph glyph-name="_439" unicode="" | ||
1576 | d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1577 | <glyph glyph-name="uniF1D5" unicode="" horiz-adv-x="1280" | ||
1578 | d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5 | ||
1579 | t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153 | ||
1580 | t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" /> | ||
1581 | <glyph glyph-name="uniF1D6" unicode="" horiz-adv-x="1792" | ||
1582 | d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5 | ||
1583 | q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20 | ||
1584 | t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5 | ||
1585 | t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" /> | ||
1586 | <glyph glyph-name="uniF1D7" unicode="" horiz-adv-x="2048" | ||
1587 | d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25 | ||
1588 | q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5 | ||
1589 | q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109 | ||
1590 | q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" /> | ||
1591 | <glyph glyph-name="_443" unicode="" horiz-adv-x="1792" | ||
1592 | d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" /> | ||
1593 | <glyph glyph-name="_444" unicode="" horiz-adv-x="1792" | ||
1594 | d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137 | ||
1595 | l863 639l-478 -797z" /> | ||
1596 | <glyph glyph-name="_445" unicode="" | ||
1597 | d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5 | ||
1598 | t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23 | ||
1599 | t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" /> | ||
1600 | <glyph glyph-name="_446" unicode="" | ||
1601 | d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 | ||
1602 | t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1603 | <glyph glyph-name="_447" unicode="" horiz-adv-x="1792" | ||
1604 | d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15 | ||
1605 | t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2 | ||
1606 | t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160 | ||
1607 | q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5 | ||
1608 | q0 -26 -12 -48t-36 -22z" /> | ||
1609 | <glyph glyph-name="_448" unicode="" horiz-adv-x="1280" | ||
1610 | d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179 | ||
1611 | q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" /> | ||
1612 | <glyph glyph-name="_449" unicode="" | ||
1613 | d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256 | ||
1614 | q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" /> | ||
1615 | <glyph glyph-name="uniF1E0" unicode="" | ||
1616 | d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5 | ||
1617 | t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" /> | ||
1618 | <glyph glyph-name="_451" unicode="" | ||
1619 | d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5 | ||
1620 | t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1621 | <glyph glyph-name="_452" unicode="" horiz-adv-x="1792" | ||
1622 | d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5 | ||
1623 | t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91 | ||
1624 | q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9 | ||
1625 | t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" /> | ||
1626 | <glyph glyph-name="_453" unicode="" horiz-adv-x="1792" | ||
1627 | d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323 | ||
1628 | l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" /> | ||
1629 | <glyph glyph-name="_454" unicode="" horiz-adv-x="1792" | ||
1630 | d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23 | ||
1631 | v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192 | ||
1632 | q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23 | ||
1633 | zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5 | ||
1634 | t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" /> | ||
1635 | <glyph glyph-name="_455" unicode="" horiz-adv-x="1792" | ||
1636 | d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z | ||
1637 | M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" /> | ||
1638 | <glyph glyph-name="_456" unicode="" horiz-adv-x="1792" | ||
1639 | d="M1755 1083q37 -38 37 -90.5t-37 -90.5l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234 | ||
1640 | l401 400q38 37 91 37t90 -37z" /> | ||
1641 | <glyph glyph-name="_457" unicode="" horiz-adv-x="1792" | ||
1642 | d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5 | ||
1643 | t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z | ||
1644 | M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q4 -2 11.5 -7 | ||
1645 | t10.5 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" /> | ||
1646 | <glyph glyph-name="_458" unicode="" horiz-adv-x="1792" | ||
1647 | d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" /> | ||
1648 | <glyph glyph-name="_459" unicode="" | ||
1649 | d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36 | ||
1650 | q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q71 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5 | ||
1651 | t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87 | ||
1652 | q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" /> | ||
1653 | <glyph glyph-name="_460" unicode="" horiz-adv-x="2048" | ||
1654 | d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19 | ||
1655 | t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" /> | ||
1656 | <glyph glyph-name="_461" unicode="" horiz-adv-x="2048" | ||
1657 | d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121 | ||
1658 | q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z | ||
1659 | M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" /> | ||
1660 | <glyph glyph-name="_462" unicode="" horiz-adv-x="1792" | ||
1661 | d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 | ||
1662 | t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5 | ||
1663 | t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5 | ||
1664 | t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z | ||
1665 | M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38 | ||
1666 | h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" /> | ||
1667 | <glyph glyph-name="_463" unicode="" | ||
1668 | d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246 | ||
1669 | q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598 | ||
1670 | q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" /> | ||
1671 | <glyph glyph-name="_464" unicode="" horiz-adv-x="1792" | ||
1672 | d="M441 864q33 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640 | ||
1673 | q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" /> | ||
1674 | <glyph glyph-name="uniF1F0" unicode="" horiz-adv-x="2304" | ||
1675 | d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27 | ||
1676 | q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128 | ||
1677 | q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" /> | ||
1678 | <glyph glyph-name="_466" unicode="" horiz-adv-x="2304" | ||
1679 | d="M1119 1195q-128 85 -281 85q-103 0 -197.5 -40.5t-162.5 -108.5t-108.5 -162t-40.5 -197q0 -104 40.5 -198t108.5 -162t162 -108.5t198 -40.5q153 0 281 85q-131 107 -178 265.5t0.5 316.5t177.5 265zM1152 1171q-126 -99 -172 -249.5t-0.5 -300.5t172.5 -249 | ||
1680 | q127 99 172.5 249t-0.5 300.5t-172 249.5zM1185 1195q130 -107 177.5 -265.5t0.5 -317t-178 -264.5q128 -85 281 -85q104 0 198 40.5t162 108.5t108.5 162t40.5 198q0 103 -40.5 197t-108.5 162t-162.5 108.5t-197.5 40.5q-153 0 -281 -85zM1926 473h7v3h-17v-3h7v-17h3v17z | ||
1681 | M1955 456h4v20h-5l-6 -13l-6 13h-5v-20h3v15l6 -13h4l5 13v-15zM1947 16v-2h-2h-3v3h3h2v-1zM1947 7h3l-4 5h2l1 1q1 1 1 3t-1 3l-1 1h-3h-6v-13h3v5h1zM685 75q0 19 11 31t30 12q18 0 29 -12.5t11 -30.5q0 -19 -11 -31t-29 -12q-19 0 -30 12t-11 31zM1158 119q30 0 35 -32 | ||
1682 | h-70q5 32 35 32zM1514 75q0 19 11 31t29 12t29.5 -12.5t11.5 -30.5q0 -19 -11 -31t-30 -12q-18 0 -29 12t-11 31zM1786 75q0 18 11.5 30.5t29.5 12.5t29.5 -12.5t11.5 -30.5q0 -19 -11.5 -31t-29.5 -12t-29.5 12.5t-11.5 30.5zM1944 3q-2 0 -4 1q-1 0 -3 2t-2 3q-1 2 -1 4 | ||
1683 | q0 3 1 4q0 2 2 4l1 1q2 0 2 1q2 1 4 1q3 0 4 -1l4 -2l2 -4v-1q1 -2 1 -3l-1 -1v-3t-1 -1l-1 -2q-2 -2 -4 -2q-1 -1 -4 -1zM599 7h30v85q0 24 -14.5 38.5t-39.5 15.5q-32 0 -47 -24q-14 24 -45 24q-24 0 -39 -20v16h-30v-135h30v75q0 36 33 36q30 0 30 -36v-75h29v75 | ||
1684 | q0 36 33 36q30 0 30 -36v-75zM765 7h29v68v67h-29v-16q-17 20 -43 20q-29 0 -48 -20t-19 -51t19 -51t48 -20q28 0 43 20v-17zM943 48q0 34 -47 40l-14 2q-23 4 -23 14q0 15 25 15q23 0 43 -11l12 24q-22 14 -55 14q-26 0 -41 -12t-15 -32q0 -33 47 -39l13 -2q24 -4 24 -14 | ||
1685 | q0 -17 -31 -17q-25 0 -45 14l-13 -23q25 -17 58 -17q29 0 45.5 12t16.5 32zM1073 14l-8 25q-13 -7 -26 -7q-19 0 -19 22v61h48v27h-48v41h-30v-41h-28v-27h28v-61q0 -50 47 -50q21 0 36 10zM1159 146q-29 0 -48 -20t-19 -51q0 -32 19.5 -51.5t49.5 -19.5q33 0 55 19l-14 22 | ||
1686 | q-18 -15 -39 -15q-34 0 -41 33h101v12q0 32 -18 51.5t-46 19.5zM1318 146q-23 0 -35 -20v16h-30v-135h30v76q0 35 29 35q10 0 18 -4l9 28q-9 4 -21 4zM1348 75q0 -31 19.5 -51t52.5 -20q29 0 48 16l-14 24q-18 -13 -35 -12q-18 0 -29.5 12t-11.5 31t11.5 31t29.5 12 | ||
1687 | q19 0 35 -12l14 24q-20 16 -48 16q-33 0 -52.5 -20t-19.5 -51zM1593 7h30v68v67h-30v-16q-15 20 -42 20q-29 0 -48.5 -20t-19.5 -51t19.5 -51t48.5 -20q28 0 42 20v-17zM1726 146q-23 0 -35 -20v16h-29v-135h29v76q0 35 29 35q10 0 18 -4l9 28q-8 4 -21 4zM1866 7h29v68v122 | ||
1688 | h-29v-71q-15 20 -43 20t-47.5 -20.5t-19.5 -50.5t19.5 -50.5t47.5 -20.5q29 0 43 20v-17zM1944 27l-2 -1h-3q-2 -1 -4 -3q-3 -1 -3 -4q-1 -2 -1 -6q0 -3 1 -5q0 -2 3 -4q2 -2 4 -3t5 -1q4 0 6 1q0 1 2 2l2 1q1 1 3 4q1 2 1 5q0 4 -1 6q-1 1 -3 4q0 1 -2 2l-2 1q-1 0 -3 0.5 | ||
1689 | t-3 0.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" /> | ||
1690 | <glyph glyph-name="_467" unicode="" horiz-adv-x="2304" | ||
1691 | d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42 | ||
1692 | q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604 | ||
1693 | v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569 | ||
1694 | q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73 | ||
1695 | t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" /> | ||
1696 | <glyph glyph-name="f1f3" unicode="" horiz-adv-x="2304" | ||
1697 | d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z | ||
1698 | M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260 | ||
1699 | l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279 | ||
1700 | v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040 | ||
1701 | q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168 | ||
1702 | q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5 | ||
1703 | t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21 | ||
1704 | h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5 | ||
1705 | t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" /> | ||
1706 | <glyph glyph-name="_469" unicode="" horiz-adv-x="2304" | ||
1707 | d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16 | ||
1708 | t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76 | ||
1709 | q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59 | ||
1710 | t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489 | ||
1711 | l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66 | ||
1712 | q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" /> | ||
1713 | <glyph glyph-name="_470" unicode="" horiz-adv-x="2304" | ||
1714 | d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109 | ||
1715 | q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118 | ||
1716 | q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151 | ||
1717 | q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31 | ||
1718 | q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" /> | ||
1719 | <glyph glyph-name="_471" unicode="" horiz-adv-x="2048" | ||
1720 | d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5 | ||
1721 | l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5 | ||
1722 | l418 363q10 8 23.5 7t21.5 -11z" /> | ||
1723 | <glyph glyph-name="_472" unicode="" horiz-adv-x="2048" | ||
1724 | d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128 | ||
1725 | q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161 | ||
1726 | q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" /> | ||
1727 | <glyph glyph-name="_473" unicode="" horiz-adv-x="1408" | ||
1728 | d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704 | ||
1729 | q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167 | ||
1730 | q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" /> | ||
1731 | <glyph glyph-name="_474" unicode="" | ||
1732 | d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5 | ||
1733 | t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5 | ||
1734 | t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1735 | <glyph glyph-name="_475" unicode="" | ||
1736 | d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53 | ||
1737 | q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24 | ||
1738 | t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61 | ||
1739 | t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" /> | ||
1740 | <glyph glyph-name="_476" unicode="" horiz-adv-x="1792" | ||
1741 | d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10 | ||
1742 | t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" /> | ||
1743 | <glyph glyph-name="f1fc" unicode="" horiz-adv-x="1792" | ||
1744 | d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5 | ||
1745 | t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" /> | ||
1746 | <glyph glyph-name="_478" unicode="" horiz-adv-x="1792" | ||
1747 | d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11q24 0 44 -7t31 -15t33 -27q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5 | ||
1748 | t47 37.5q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-24 0 -44 7t-31 15t-33 27q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38 | ||
1749 | t-58 27t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448 | ||
1750 | h256v448h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5 | ||
1751 | q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" /> | ||
1752 | <glyph glyph-name="_479" unicode="" horiz-adv-x="2048" | ||
1753 | d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" /> | ||
1754 | <glyph glyph-name="_480" unicode="" horiz-adv-x="1792" | ||
1755 | d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
1756 | <glyph glyph-name="_481" unicode="" horiz-adv-x="2048" | ||
1757 | d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9 | ||
1758 | t9 -23z" /> | ||
1759 | <glyph glyph-name="_482" unicode="" horiz-adv-x="1792" | ||
1760 | d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20 | ||
1761 | q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50 | ||
1762 | t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1 | ||
1763 | q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" /> | ||
1764 | <glyph glyph-name="_483" unicode="" | ||
1765 | d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73 | ||
1766 | q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110 | ||
1767 | q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960 | ||
1768 | q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
1769 | <glyph glyph-name="_484" unicode="" horiz-adv-x="2048" | ||
1770 | d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5 | ||
1771 | t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5 | ||
1772 | t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" /> | ||
1773 | <glyph glyph-name="_485" unicode="" horiz-adv-x="2048" | ||
1774 | d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5 | ||
1775 | t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" /> | ||
1776 | <glyph glyph-name="_486" unicode="" horiz-adv-x="2304" | ||
1777 | d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94 | ||
1778 | q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469 | ||
1779 | q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400 | ||
1780 | q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" /> | ||
1781 | <glyph glyph-name="_487" unicode="" | ||
1782 | d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5 | ||
1783 | h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 | ||
1784 | t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" /> | ||
1785 | <glyph glyph-name="_488" unicode="" horiz-adv-x="2048" | ||
1786 | d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327 | ||
1787 | q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5 | ||
1788 | q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" /> | ||
1789 | <glyph glyph-name="_489" unicode="" horiz-adv-x="1280" | ||
1790 | d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q17 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119 | ||
1791 | t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5 | ||
1792 | t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14 | ||
1793 | q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-43 0 -70 -44.5t-27 -90.5zM11 264q0 101 42.5 163t136.5 88 | ||
1794 | q-28 74 -28 104q0 62 61 123t122 61q29 0 70 -15q-163 462 -163 567q0 80 41 130.5t119 50.5q131 0 325 -581q6 -17 8 -23q6 16 29 79.5t43.5 118.5t54 127.5t64.5 123t70.5 86.5t76.5 36q71 0 112 -49t41 -122q0 -108 -159 -550q61 -15 100.5 -46t58.5 -78t26 -93.5 | ||
1795 | t7 -110.5q0 -150 -47 -280t-132 -225t-211 -150t-278 -55q-111 0 -223 42q-149 57 -258 191.5t-109 286.5z" /> | ||
1796 | <glyph glyph-name="_490" unicode="" horiz-adv-x="2048" | ||
1797 | d="M785 528h207q-14 -158 -98.5 -248.5t-214.5 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-203q-5 64 -35.5 99t-81.5 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t40 -51.5t66 -18q95 0 109 139zM1497 528h206 | ||
1798 | q-14 -158 -98 -248.5t-214 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-204q-4 64 -35 99t-81 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t39.5 -51.5t65.5 -18q49 0 76.5 38t33.5 101zM1856 647q0 207 -15.5 307 | ||
1799 | t-60.5 161q-6 8 -13.5 14t-21.5 15t-16 11q-86 63 -697 63q-625 0 -710 -63q-5 -4 -17.5 -11.5t-21 -14t-14.5 -14.5q-45 -60 -60 -159.5t-15 -308.5q0 -208 15 -307.5t60 -160.5q6 -8 15 -15t20.5 -14t17.5 -12q44 -33 239.5 -49t470.5 -16q610 0 697 65q5 4 17 11t20.5 14 | ||
1800 | t13.5 16q46 60 61 159t15 309zM2048 1408v-1536h-2048v1536h2048z" /> | ||
1801 | <glyph glyph-name="_491" unicode="" | ||
1802 | d="M992 912v-496q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v496q0 112 -80 192t-192 80h-272v-1152q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v1344q0 14 9 23t23 9h464q135 0 249 -66.5t180.5 -180.5t66.5 -249zM1376 1376v-880q0 -135 -66.5 -249t-180.5 -180.5 | ||
1803 | t-249 -66.5h-464q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h160q14 0 23 -9t9 -23v-768h272q112 0 192 80t80 192v880q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" /> | ||
1804 | <glyph glyph-name="_492" unicode="" | ||
1805 | d="M1311 694v-114q0 -24 -13.5 -38t-37.5 -14h-202q-24 0 -38 14t-14 38v114q0 24 14 38t38 14h202q24 0 37.5 -14t13.5 -38zM821 464v250q0 53 -32.5 85.5t-85.5 32.5h-133q-68 0 -96 -52q-28 52 -96 52h-130q-53 0 -85.5 -32.5t-32.5 -85.5v-250q0 -22 21 -22h55 | ||
1806 | q22 0 22 22v230q0 24 13.5 38t38.5 14h94q24 0 38 -14t14 -38v-230q0 -22 21 -22h54q22 0 22 22v230q0 24 14 38t38 14h97q24 0 37.5 -14t13.5 -38v-230q0 -22 22 -22h55q21 0 21 22zM1410 560v154q0 53 -33 85.5t-86 32.5h-264q-53 0 -86 -32.5t-33 -85.5v-410 | ||
1807 | q0 -21 22 -21h55q21 0 21 21v180q31 -42 94 -42h191q53 0 86 32.5t33 85.5zM1536 1176v-1072q0 -96 -68 -164t-164 -68h-1072q-96 0 -164 68t-68 164v1072q0 96 68 164t164 68h1072q96 0 164 -68t68 -164z" /> | ||
1808 | <glyph glyph-name="_493" unicode="" | ||
1809 | d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960q0 -118 -85 -203t-203 -85h-960q-118 0 -203 85t-85 203v960q0 118 85 203t203 85h960q118 0 203 -85t85 -203z" /> | ||
1810 | <glyph glyph-name="_494" unicode="" horiz-adv-x="2048" | ||
1811 | d="M2048 641q0 -21 -13 -36.5t-33 -19.5l-205 -356q3 -9 3 -18q0 -20 -12.5 -35.5t-32.5 -19.5l-193 -337q3 -8 3 -16q0 -23 -16.5 -40t-40.5 -17q-25 0 -41 18h-400q-17 -20 -43 -20t-43 20h-399q-17 -20 -43 -20q-23 0 -40 16.5t-17 40.5q0 8 4 20l-193 335 | ||
1812 | q-20 4 -32.5 19.5t-12.5 35.5q0 9 3 18l-206 356q-20 5 -32.5 20.5t-12.5 35.5q0 21 13.5 36.5t33.5 19.5l199 344q0 1 -0.5 3t-0.5 3q0 36 34 51l209 363q-4 10 -4 18q0 24 17 40.5t40 16.5q26 0 44 -21h396q16 21 43 21t43 -21h398q18 21 44 21q23 0 40 -16.5t17 -40.5 | ||
1813 | q0 -6 -4 -18l207 -358q23 -1 39 -17.5t16 -38.5q0 -13 -7 -27l187 -324q19 -4 31.5 -19.5t12.5 -35.5zM1063 -158h389l-342 354h-143l-342 -354h360q18 16 39 16t39 -16zM112 654q1 -4 1 -13q0 -10 -2 -15l208 -360l15 -6l188 199v347l-187 194q-13 -8 -29 -10zM986 1438 | ||
1814 | h-388l190 -200l554 200h-280q-16 -16 -38 -16t-38 16zM1689 226q1 6 5 11l-64 68l-17 -79h76zM1583 226l22 105l-252 266l-296 -307l63 -64h463zM1495 -142l16 28l65 310h-427l333 -343q8 4 13 5zM578 -158h5l342 354h-373v-335l4 -6q14 -5 22 -13zM552 226h402l64 66 | ||
1815 | l-309 321l-157 -166v-221zM359 226h163v189l-168 -177q4 -8 5 -12zM358 1051q0 -1 0.5 -2t0.5 -2q0 -16 -8 -29l171 -177v269zM552 1121v-311l153 -157l297 314l-223 236zM556 1425l-4 -8v-264l205 74l-191 201q-6 -2 -10 -3zM1447 1438h-16l-621 -224l213 -225zM1023 946 | ||
1816 | l-297 -315l311 -319l296 307zM688 634l-136 141v-284zM1038 270l-42 -44h85zM1374 618l238 -251l132 624l-3 5l-1 1zM1718 1018q-8 13 -8 29v2l-216 376q-5 1 -13 5l-437 -463l310 -327zM522 1142v223l-163 -282zM522 196h-163l163 -283v283zM1607 196l-48 -227l130 227h-82 | ||
1817 | zM1729 266l207 361q-2 10 -2 14q0 1 3 16l-171 296l-129 -612l77 -82q5 3 15 7z" /> | ||
1818 | <glyph glyph-name="f210" unicode="" | ||
1819 | d="M0 856q0 131 91.5 226.5t222.5 95.5h742l352 358v-1470q0 -132 -91.5 -227t-222.5 -95h-780q-131 0 -222.5 95t-91.5 227v790zM1232 102l-176 180v425q0 46 -32 79t-78 33h-484q-46 0 -78 -33t-32 -79v-492q0 -46 32.5 -79.5t77.5 -33.5h770z" /> | ||
1820 | <glyph glyph-name="_496" unicode="" | ||
1821 | d="M934 1386q-317 -121 -556 -362.5t-358 -560.5q-20 89 -20 176q0 208 102.5 384.5t278.5 279t384 102.5q82 0 169 -19zM1203 1267q93 -65 164 -155q-389 -113 -674.5 -400.5t-396.5 -676.5q-93 72 -155 162q112 386 395 671t667 399zM470 -67q115 356 379.5 622t619.5 384 | ||
1822 | q40 -92 54 -195q-292 -120 -516 -345t-343 -518q-103 14 -194 52zM1536 -125q-193 50 -367 115q-135 -84 -290 -107q109 205 274 370.5t369 275.5q-21 -152 -101 -284q65 -175 115 -370z" /> | ||
1823 | <glyph glyph-name="f212" unicode="" horiz-adv-x="2048" | ||
1824 | d="M1893 1144l155 -1272q-131 0 -257 57q-200 91 -393 91q-226 0 -374 -148q-148 148 -374 148q-193 0 -393 -91q-128 -57 -252 -57h-5l155 1272q224 127 482 127q233 0 387 -106q154 106 387 106q258 0 482 -127zM1398 157q129 0 232 -28.5t260 -93.5l-124 1021 | ||
1825 | q-171 78 -368 78q-224 0 -374 -141q-150 141 -374 141q-197 0 -368 -78l-124 -1021q105 43 165.5 65t148.5 39.5t178 17.5q202 0 374 -108q172 108 374 108zM1438 191l-55 907q-211 -4 -359 -155q-152 155 -374 155q-176 0 -336 -66l-114 -941q124 51 228.5 76t221.5 25 | ||
1826 | q209 0 374 -102q172 107 374 102z" /> | ||
1827 | <glyph glyph-name="_498" unicode="" horiz-adv-x="2048" | ||
1828 | d="M1500 165v733q0 21 -15 36t-35 15h-93q-20 0 -35 -15t-15 -36v-733q0 -20 15 -35t35 -15h93q20 0 35 15t15 35zM1216 165v531q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-531q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM924 165v429q0 20 -15 35t-35 15h-101 | ||
1829 | q-20 0 -35 -15t-15 -35v-429q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM632 165v362q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-362q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM2048 311q0 -166 -118 -284t-284 -118h-1244q-166 0 -284 118t-118 284 | ||
1830 | q0 116 63 214.5t168 148.5q-10 34 -10 73q0 113 80.5 193.5t193.5 80.5q102 0 180 -67q45 183 194 300t338 117q149 0 275 -73.5t199.5 -199.5t73.5 -275q0 -66 -14 -122q135 -33 221 -142.5t86 -247.5z" /> | ||
1831 | <glyph glyph-name="_499" unicode="" | ||
1832 | d="M0 1536h1536v-1392l-776 -338l-760 338v1392zM1436 209v926h-1336v-926l661 -294zM1436 1235v201h-1336v-201h1336zM181 937v-115h-37v115h37zM181 789v-115h-37v115h37zM181 641v-115h-37v115h37zM181 493v-115h-37v115h37zM181 345v-115h-37v115h37zM207 202l15 34 | ||
1833 | l105 -47l-15 -33zM343 142l15 34l105 -46l-15 -34zM478 82l15 34l105 -46l-15 -34zM614 23l15 33l104 -46l-15 -34zM797 10l105 46l15 -33l-105 -47zM932 70l105 46l15 -34l-105 -46zM1068 130l105 46l15 -34l-105 -46zM1203 189l105 47l15 -34l-105 -46zM259 1389v-36h-114 | ||
1834 | v36h114zM421 1389v-36h-115v36h115zM583 1389v-36h-115v36h115zM744 1389v-36h-114v36h114zM906 1389v-36h-114v36h114zM1068 1389v-36h-115v36h115zM1230 1389v-36h-115v36h115zM1391 1389v-36h-114v36h114zM181 1049v-79h-37v115h115v-36h-78zM421 1085v-36h-115v36h115z | ||
1835 | M583 1085v-36h-115v36h115zM744 1085v-36h-114v36h114zM906 1085v-36h-114v36h114zM1068 1085v-36h-115v36h115zM1230 1085v-36h-115v36h115zM1355 970v79h-78v36h115v-115h-37zM1355 822v115h37v-115h-37zM1355 674v115h37v-115h-37zM1355 526v115h37v-115h-37zM1355 378 | ||
1836 | v115h37v-115h-37zM1355 230v115h37v-115h-37zM760 265q-129 0 -221 91.5t-92 221.5q0 129 92 221t221 92q130 0 221.5 -92t91.5 -221q0 -130 -91.5 -221.5t-221.5 -91.5zM595 646q0 -36 19.5 -56.5t49.5 -25t64 -7t64 -2t49.5 -9t19.5 -30.5q0 -49 -112 -49q-97 0 -123 51 | ||
1837 | h-3l-31 -63q67 -42 162 -42q29 0 56.5 5t55.5 16t45.5 33t17.5 53q0 46 -27.5 69.5t-67.5 27t-79.5 3t-67 5t-27.5 25.5q0 21 20.5 33t40.5 15t41 3q34 0 70.5 -11t51.5 -34h3l30 58q-3 1 -21 8.5t-22.5 9t-19.5 7t-22 7t-20 4.5t-24 4t-23 1q-29 0 -56.5 -5t-54 -16.5 | ||
1838 | t-43 -34t-16.5 -53.5z" /> | ||
1839 | <glyph glyph-name="_500" unicode="" horiz-adv-x="2048" | ||
1840 | d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832 | ||
1841 | q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" /> | ||
1842 | <glyph glyph-name="_501" unicode="" horiz-adv-x="2048" | ||
1843 | d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126t-103.5 132.5t-108.5 126.5t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5 | ||
1844 | t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113 | ||
1845 | t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5 | ||
1846 | q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" /> | ||
1847 | <glyph glyph-name="_502" unicode="" horiz-adv-x="1664" | ||
1848 | d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 | ||
1849 | t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 | ||
1850 | q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" /> | ||
1851 | <glyph glyph-name="_503" unicode="" horiz-adv-x="1664" | ||
1852 | d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 | ||
1853 | t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 | ||
1854 | q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" /> | ||
1855 | <glyph glyph-name="_504" unicode="" horiz-adv-x="2048" | ||
1856 | d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20 | ||
1857 | l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" /> | ||
1858 | <glyph glyph-name="_505" unicode="" horiz-adv-x="2048" | ||
1859 | d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 | ||
1860 | q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83 | ||
1861 | q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314 | ||
1862 | v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 | ||
1863 | q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" /> | ||
1864 | <glyph glyph-name="_506" unicode="" | ||
1865 | d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14 | ||
1866 | t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5 | ||
1867 | q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31 | ||
1868 | t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" /> | ||
1869 | <glyph glyph-name="_507" unicode="" horiz-adv-x="2304" | ||
1870 | d="M2301 500q12 -103 -22 -198.5t-99 -163.5t-158.5 -106t-196.5 -31q-161 11 -279.5 125t-134.5 274q-12 111 27.5 210.5t118.5 170.5l-71 107q-96 -80 -151 -194t-55 -244q0 -27 -18.5 -46.5t-45.5 -19.5h-256h-69q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5 | ||
1871 | t-131.5 316.5t131.5 316.5t316.5 131.5q76 0 152 -27l24 45q-123 110 -304 110h-64q-26 0 -45 19t-19 45t19 45t45 19h128q78 0 145 -13.5t116.5 -38.5t71.5 -39.5t51 -36.5h512h115l-85 128h-222q-30 0 -49 22.5t-14 52.5q4 23 23 38t43 15h253q33 0 53 -28l70 -105 | ||
1872 | l114 114q19 19 46 19h101q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-179l115 -172q131 63 275 36q143 -26 244 -134.5t118 -253.5zM448 128q115 0 203 72.5t111 183.5h-314q-35 0 -55 31q-18 32 -1 63l147 277q-47 13 -91 13q-132 0 -226 -94t-94 -226t94 -226 | ||
1873 | t226 -94zM1856 128q132 0 226 94t94 226t-94 226t-226 94q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94z" /> | ||
1874 | <glyph glyph-name="_508" unicode="" | ||
1875 | d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12 | ||
1876 | q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384 | ||
1877 | q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5 | ||
1878 | t158.5 -65.5t65.5 -158.5z" /> | ||
1879 | <glyph glyph-name="_509" unicode="" horiz-adv-x="1792" | ||
1880 | d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221 | ||
1881 | q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124 | ||
1882 | t127 -344z" /> | ||
1883 | <glyph glyph-name="venus" unicode="" horiz-adv-x="1280" | ||
1884 | d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292 | ||
1885 | q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" /> | ||
1886 | <glyph glyph-name="_511" unicode="" | ||
1887 | d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-382 -383q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5 | ||
1888 | q203 0 359 -126l382 382h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> | ||
1889 | <glyph glyph-name="_512" unicode="" horiz-adv-x="1280" | ||
1890 | d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5 | ||
1891 | t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 | ||
1892 | t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> | ||
1893 | <glyph glyph-name="_513" unicode="" | ||
1894 | d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 | ||
1895 | q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 | ||
1896 | t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> | ||
1897 | <glyph glyph-name="_514" unicode="" horiz-adv-x="1792" | ||
1898 | d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 | ||
1899 | q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9 | ||
1900 | t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5 | ||
1901 | t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> | ||
1902 | <glyph glyph-name="_515" unicode="" horiz-adv-x="1792" | ||
1903 | d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23 | ||
1904 | t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391 | ||
1905 | q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391 | ||
1906 | q0 -226 -154 -391q103 -57 218 -57z" /> | ||
1907 | <glyph glyph-name="_516" unicode="" horiz-adv-x="1920" | ||
1908 | d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230 | ||
1909 | q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9 | ||
1910 | t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128 | ||
1911 | q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -28 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" /> | ||
1912 | <glyph glyph-name="_517" unicode="" horiz-adv-x="2048" | ||
1913 | d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23 | ||
1914 | t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9 | ||
1915 | t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5 | ||
1916 | t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" /> | ||
1917 | <glyph glyph-name="_518" unicode="" | ||
1918 | d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-213 -214l140 -140q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-140 141l-78 -79q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5 | ||
1919 | t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5q203 0 359 -126l78 78l-172 172q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l172 -172l213 213h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 | ||
1920 | t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> | ||
1921 | <glyph glyph-name="_519" unicode="" horiz-adv-x="1280" | ||
1922 | d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22 | ||
1923 | t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5 | ||
1924 | t131.5 -316.5t316.5 -131.5z" /> | ||
1925 | <glyph glyph-name="_520" unicode="" horiz-adv-x="2048" | ||
1926 | d="M1901 621q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-132q-24 -217 -187.5 -364.5t-384.5 -147.5q-167 0 -306 87t-212 236t-54 319q15 133 88 245.5 | ||
1927 | t188 182t249 80.5q155 12 292 -52.5t224 -186t103 -271.5h132v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM576 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5 | ||
1928 | t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> | ||
1929 | <glyph glyph-name="_521" unicode="" horiz-adv-x="1280" | ||
1930 | d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5 | ||
1931 | t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> | ||
1932 | <glyph glyph-name="_522" unicode="" horiz-adv-x="1280" | ||
1933 | d="M1024 576q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1152 576q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123 | ||
1934 | t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5z" /> | ||
1935 | <glyph glyph-name="_523" unicode="" horiz-adv-x="1792" | ||
1936 | /> | ||
1937 | <glyph glyph-name="_524" unicode="" horiz-adv-x="1792" | ||
1938 | /> | ||
1939 | <glyph glyph-name="_525" unicode="" | ||
1940 | d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" /> | ||
1941 | <glyph glyph-name="_526" unicode="" horiz-adv-x="1280" | ||
1942 | d="M0 939q0 108 37.5 203.5t103.5 166.5t152 123t185 78t202 26q158 0 294 -66.5t221 -193.5t85 -287q0 -96 -19 -188t-60 -177t-100 -149.5t-145 -103t-189 -38.5q-68 0 -135 32t-96 88q-10 -39 -28 -112.5t-23.5 -95t-20.5 -71t-26 -71t-32 -62.5t-46 -77.5t-62 -86.5 | ||
1943 | l-14 -5l-9 10q-15 157 -15 188q0 92 21.5 206.5t66.5 287.5t52 203q-32 65 -32 169q0 83 52 156t132 73q61 0 95 -40.5t34 -102.5q0 -66 -44 -191t-44 -187q0 -63 45 -104.5t109 -41.5q55 0 102 25t78.5 68t56 95t38 110.5t20 111t6.5 99.5q0 173 -109.5 269.5t-285.5 96.5 | ||
1944 | q-200 0 -334 -129.5t-134 -328.5q0 -44 12.5 -85t27 -65t27 -45.5t12.5 -30.5q0 -28 -15 -73t-37 -45q-2 0 -17 3q-51 15 -90.5 56t-61 94.5t-32.5 108t-11 106.5z" /> | ||
1945 | <glyph glyph-name="_527" unicode="" | ||
1946 | d="M985 562q13 0 97.5 -44t89.5 -53q2 -5 2 -15q0 -33 -17 -76q-16 -39 -71 -65.5t-102 -26.5q-57 0 -190 62q-98 45 -170 118t-148 185q-72 107 -71 194v8q3 91 74 158q24 22 52 22q6 0 18 -1.5t19 -1.5q19 0 26.5 -6.5t15.5 -27.5q8 -20 33 -88t25 -75q0 -21 -34.5 -57.5 | ||
1947 | t-34.5 -46.5q0 -7 5 -15q34 -73 102 -137q56 -53 151 -101q12 -7 22 -7q15 0 54 48.5t52 48.5zM782 32q127 0 243.5 50t200.5 134t134 200.5t50 243.5t-50 243.5t-134 200.5t-200.5 134t-243.5 50t-243.5 -50t-200.5 -134t-134 -200.5t-50 -243.5q0 -203 120 -368l-79 -233 | ||
1948 | l242 77q158 -104 345 -104zM782 1414q153 0 292.5 -60t240.5 -161t161 -240.5t60 -292.5t-60 -292.5t-161 -240.5t-240.5 -161t-292.5 -60q-195 0 -365 94l-417 -134l136 405q-108 178 -108 389q0 153 60 292.5t161 240.5t240.5 161t292.5 60z" /> | ||
1949 | <glyph glyph-name="_528" unicode="" horiz-adv-x="1792" | ||
1950 | d="M128 128h1024v128h-1024v-128zM128 640h1024v128h-1024v-128zM1696 192q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM128 1152h1024v128h-1024v-128zM1696 704q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1696 1216 | ||
1951 | q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1792 384v-384h-1792v384h1792zM1792 896v-384h-1792v384h1792zM1792 1408v-384h-1792v384h1792z" /> | ||
1952 | <glyph glyph-name="_529" unicode="" horiz-adv-x="2048" | ||
1953 | d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1664 512h352q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-352q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5 | ||
1954 | t-9.5 22.5v352h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v352q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5v-352zM928 288q0 -52 38 -90t90 -38h256v-238q-68 -50 -171 -50h-874q-121 0 -194 69t-73 190q0 53 3.5 103.5t14 109t26.5 108.5 | ||
1955 | t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q79 -61 154.5 -91.5t164.5 -30.5t164.5 30.5t154.5 91.5q20 17 39 17q132 0 217 -96h-223q-52 0 -90 -38t-38 -90v-192z" /> | ||
1956 | <glyph glyph-name="_530" unicode="" horiz-adv-x="2048" | ||
1957 | d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1781 320l249 -249q9 -9 9 -23q0 -13 -9 -22l-136 -136q-9 -9 -22 -9q-14 0 -23 9l-249 249l-249 -249q-9 -9 -23 -9q-13 0 -22 9l-136 136 | ||
1958 | q-9 9 -9 22q0 14 9 23l249 249l-249 249q-9 9 -9 23q0 13 9 22l136 136q9 9 22 9q14 0 23 -9l249 -249l249 249q9 9 23 9q13 0 22 -9l136 -136q9 -9 9 -22q0 -14 -9 -23zM1283 320l-181 -181q-37 -37 -37 -91q0 -53 37 -90l83 -83q-21 -3 -44 -3h-874q-121 0 -194 69 | ||
1959 | t-73 190q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q154 -122 319 -122t319 122q20 17 39 17q28 0 57 -6q-28 -27 -41 -50t-13 -56q0 -54 37 -91z" /> | ||
1960 | <glyph glyph-name="_531" unicode="" horiz-adv-x="2048" | ||
1961 | d="M256 512h1728q26 0 45 -19t19 -45v-448h-256v256h-1536v-256h-256v1216q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-704zM832 832q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM2048 576v64q0 159 -112.5 271.5t-271.5 112.5h-704 | ||
1962 | q-26 0 -45 -19t-19 -45v-384h1152z" /> | ||
1963 | <glyph glyph-name="_532" unicode="" | ||
1964 | d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" /> | ||
1965 | <glyph glyph-name="_533" unicode="" | ||
1966 | d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56 | ||
1967 | t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" /> | ||
1968 | <glyph glyph-name="_534" unicode="" | ||
1969 | d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47 | ||
1970 | t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" /> | ||
1971 | <glyph glyph-name="_535" unicode="" horiz-adv-x="1792" | ||
1972 | d="M597 1115v-1173q0 -25 -12.5 -42.5t-36.5 -17.5q-17 0 -33 8l-465 233q-21 10 -35.5 33.5t-14.5 46.5v1140q0 20 10 34t29 14q14 0 44 -15l511 -256q3 -3 3 -5zM661 1014l534 -866l-534 266v600zM1792 996v-1054q0 -25 -14 -40.5t-38 -15.5t-47 13l-441 220zM1789 1116 | ||
1973 | q0 -3 -256.5 -419.5t-300.5 -487.5l-390 634l324 527q17 28 52 28q14 0 26 -6l541 -270q4 -2 4 -6z" /> | ||
1974 | <glyph glyph-name="_536" unicode="" | ||
1975 | d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1408v-1536h-1536v1536h1536z" /> | ||
1976 | <glyph glyph-name="_537" unicode="" horiz-adv-x="2296" | ||
1977 | d="M478 -139q-8 -16 -27 -34.5t-37 -25.5q-25 -9 -51.5 3.5t-28.5 31.5q-1 22 40 55t68 38q23 4 34 -21.5t2 -46.5zM1819 -139q7 -16 26 -34.5t38 -25.5q25 -9 51.5 3.5t27.5 31.5q2 22 -39.5 55t-68.5 38q-22 4 -33 -21.5t-2 -46.5zM1867 -30q13 -27 56.5 -59.5t77.5 -41.5 | ||
1978 | q45 -13 82 4.5t37 50.5q0 46 -67.5 100.5t-115.5 59.5q-40 5 -63.5 -37.5t-6.5 -76.5zM428 -30q-13 -27 -56 -59.5t-77 -41.5q-45 -13 -82 4.5t-37 50.5q0 46 67.5 100.5t115.5 59.5q40 5 63 -37.5t6 -76.5zM1158 1094h1q-41 0 -76 -15q27 -8 44 -30.5t17 -49.5 | ||
1979 | q0 -35 -27 -60t-65 -25q-52 0 -80 43q-5 -23 -5 -42q0 -74 56 -126.5t135 -52.5q80 0 136 52.5t56 126.5t-56 126.5t-136 52.5zM1462 1312q-99 109 -220.5 131.5t-245.5 -44.5q27 60 82.5 96.5t118 39.5t121.5 -17t99.5 -74.5t44.5 -131.5zM2212 73q8 -11 -11 -42 | ||
1980 | q7 -23 7 -40q1 -56 -44.5 -112.5t-109.5 -91.5t-118 -37q-48 -2 -92 21.5t-66 65.5q-687 -25 -1259 0q-23 -41 -66.5 -65t-92.5 -22q-86 3 -179.5 80.5t-92.5 160.5q2 22 7 40q-19 31 -11 42q6 10 31 1q14 22 41 51q-7 29 2 38q11 10 39 -4q29 20 59 34q0 29 13 37 | ||
1981 | q23 12 51 -16q35 5 61 -2q18 -4 38 -19v73q-11 0 -18 2q-53 10 -97 44.5t-55 87.5q-9 38 0 81q15 62 93 95q2 17 19 35.5t36 23.5t33 -7.5t19 -30.5h13q46 -5 60 -23q3 -3 5 -7q10 1 30.5 3.5t30.5 3.5q-15 11 -30 17q-23 40 -91 43q0 6 1 10q-62 2 -118.5 18.5t-84.5 47.5 | ||
1982 | q-32 36 -42.5 92t-2.5 112q16 126 90 179q23 16 52 4.5t32 -40.5q0 -1 1.5 -14t2.5 -21t3 -20t5.5 -19t8.5 -10q27 -14 76 -12q48 46 98 74q-40 4 -162 -14l47 46q61 58 163 111q145 73 282 86q-20 8 -41 15.5t-47 14t-42.5 10.5t-47.5 11t-43 10q595 126 904 -139 | ||
1983 | q98 -84 158 -222q85 -10 121 9h1q5 3 8.5 10t5.5 19t3 19.5t3 21.5l1 14q3 28 32 40t52 -5q73 -52 91 -178q7 -57 -3.5 -113t-42.5 -91q-28 -32 -83.5 -48.5t-115.5 -18.5v-10q-71 -2 -95 -43q-14 -5 -31 -17q11 -1 32 -3.5t30 -3.5q1 5 5 8q16 18 60 23h13q5 18 19 30t33 8 | ||
1984 | t36 -23t19 -36q79 -32 93 -95q9 -40 1 -81q-12 -53 -56 -88t-97 -44q-10 -2 -17 -2q0 -49 -1 -73q20 15 38 19q26 7 61 2q28 28 51 16q14 -9 14 -37q33 -16 59 -34q27 13 38 4q10 -10 2 -38q28 -30 41 -51q23 8 31 -1zM1937 1025q0 -29 -9 -54q82 -32 112 -132 | ||
1985 | q4 37 -9.5 98.5t-41.5 90.5q-20 19 -36 17t-16 -20zM1859 925q35 -42 47.5 -108.5t-0.5 -124.5q67 13 97 45q13 14 18 28q-3 64 -31 114.5t-79 66.5q-15 -15 -52 -21zM1822 921q-30 0 -44 1q42 -115 53 -239q21 0 43 3q16 68 1 135t-53 100zM258 839q30 100 112 132 | ||
1986 | q-9 25 -9 54q0 18 -16.5 20t-35.5 -17q-28 -29 -41.5 -90.5t-9.5 -98.5zM294 737q29 -31 97 -45q-13 58 -0.5 124.5t47.5 108.5v0q-37 6 -52 21q-51 -16 -78.5 -66t-31.5 -115q9 -17 18 -28zM471 683q14 124 73 235q-19 -4 -55 -18l-45 -19v1q-46 -89 -20 -196q25 -3 47 -3z | ||
1987 | M1434 644q8 -38 16.5 -108.5t11.5 -89.5q3 -18 9.5 -21.5t23.5 4.5q40 20 62 85.5t23 125.5q-24 2 -146 4zM1152 1285q-116 0 -199 -82.5t-83 -198.5q0 -117 83 -199.5t199 -82.5t199 82.5t83 199.5q0 116 -83 198.5t-199 82.5zM1380 646q-105 2 -211 0v1q-1 -27 2.5 -86 | ||
1988 | t13.5 -66q29 -14 93.5 -14.5t95.5 10.5q9 3 11 39t-0.5 69.5t-4.5 46.5zM1112 447q8 4 9.5 48t-0.5 88t-4 63v1q-212 -3 -214 -3q-4 -20 -7 -62t0 -83t14 -46q34 -15 101 -16t101 10zM718 636q-16 -59 4.5 -118.5t77.5 -84.5q15 -8 24 -5t12 21q3 16 8 90t10 103 | ||
1989 | q-69 -2 -136 -6zM591 510q3 -23 -34 -36q132 -141 271.5 -240t305.5 -154q172 49 310.5 146t293.5 250q-33 13 -30 34q0 2 0.5 3.5t1.5 3t1 2.5v1v-1q-17 2 -50 5.5t-48 4.5q-26 -90 -82 -132q-51 -38 -82 1q-5 6 -9 14q-7 13 -17 62q-2 -5 -5 -9t-7.5 -7t-8 -5.5t-9.5 -4 | ||
1990 | l-10 -2.5t-12 -2l-12 -1.5t-13.5 -1t-13.5 -0.5q-106 -9 -163 11q-4 -17 -10 -26.5t-21 -15t-23 -7t-36 -3.5q-6 -1 -9 -1q-179 -17 -203 40q-2 -63 -56 -54q-47 8 -91 54q-12 13 -20 26q-17 29 -26 65q-58 -6 -87 -10q1 -2 4 -10zM507 -118q3 14 3 30q-17 71 -51 130 | ||
1991 | t-73 70q-41 12 -101.5 -14.5t-104.5 -80t-39 -107.5q35 -53 100 -93t119 -42q51 -2 94 28t53 79zM510 53q23 -63 27 -119q195 113 392 174q-98 52 -180.5 120t-179.5 165q-6 -4 -29 -13q0 -1 -1 -4t-1 -5q31 -18 22 -37q-12 -23 -56 -34q-10 -13 -29 -24h-1q-2 -83 1 -150 | ||
1992 | q19 -34 35 -73zM579 -113q532 -21 1145 0q-254 147 -428 196q-76 -35 -156 -57q-8 -3 -16 0q-65 21 -129 49q-208 -60 -416 -188h-1v-1q1 0 1 1zM1763 -67q4 54 28 120q14 38 33 71l-1 -1q3 77 3 153q-15 8 -30 25q-42 9 -56 33q-9 20 22 38q-2 4 -2 9q-16 4 -28 12 | ||
1993 | q-204 -190 -383 -284q198 -59 414 -176zM2155 -90q5 54 -39 107.5t-104 80t-102 14.5q-38 -11 -72.5 -70.5t-51.5 -129.5q0 -16 3 -30q10 -49 53 -79t94 -28q54 2 119 42t100 93z" /> | ||
1994 | <glyph glyph-name="_538" unicode="" horiz-adv-x="2304" | ||
1995 | d="M1524 -25q0 -68 -48 -116t-116 -48t-116.5 48t-48.5 116t48.5 116.5t116.5 48.5t116 -48.5t48 -116.5zM775 -25q0 -68 -48.5 -116t-116.5 -48t-116 48t-48 116t48 116.5t116 48.5t116.5 -48.5t48.5 -116.5zM0 1469q57 -60 110.5 -104.5t121 -82t136 -63t166 -45.5 | ||
1996 | t200 -31.5t250 -18.5t304 -9.5t372.5 -2.5q139 0 244.5 -5t181 -16.5t124 -27.5t71 -39.5t24 -51.5t-19.5 -64t-56.5 -76.5t-89.5 -91t-116 -104.5t-139 -119q-185 -157 -286 -247q29 51 76.5 109t94 105.5t94.5 98.5t83 91.5t54 80.5t13 70t-45.5 55.5t-116.5 41t-204 23.5 | ||
1997 | t-304 5q-168 -2 -314 6t-256 23t-204.5 41t-159.5 51.5t-122.5 62.5t-91.5 66.5t-68 71.5t-50.5 69.5t-40 68t-36.5 59.5z" /> | ||
1998 | <glyph glyph-name="_539" unicode="" horiz-adv-x="1792" | ||
1999 | d="M896 1472q-169 0 -323 -66t-265.5 -177.5t-177.5 -265.5t-66 -323t66 -323t177.5 -265.5t265.5 -177.5t323 -66t323 66t265.5 177.5t177.5 265.5t66 323t-66 323t-177.5 265.5t-265.5 177.5t-323 66zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348 | ||
2000 | t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM496 704q16 0 16 -16v-480q0 -16 -16 -16h-32q-16 0 -16 16v480q0 16 16 16h32zM896 640q53 0 90.5 -37.5t37.5 -90.5q0 -35 -17.5 -64t-46.5 -46v-114q0 -14 -9 -23 | ||
2001 | t-23 -9h-64q-14 0 -23 9t-9 23v114q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5zM896 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM544 928v-96 | ||
2002 | q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 93 65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5v-96q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 146 -103 249t-249 103t-249 -103t-103 -249zM1408 192v512q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-512 | ||
2003 | q0 -26 19 -45t45 -19h896q26 0 45 19t19 45z" /> | ||
2004 | <glyph glyph-name="_540" unicode="" horiz-adv-x="2304" | ||
2005 | d="M1920 1024v-768h-1664v768h1664zM2048 448h128v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288zM2304 832v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113 | ||
2006 | v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160q53 0 90.5 -37.5t37.5 -90.5z" /> | ||
2007 | <glyph glyph-name="_541" unicode="" horiz-adv-x="2304" | ||
2008 | d="M256 256v768h1280v-768h-1280zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 | ||
2009 | h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" /> | ||
2010 | <glyph glyph-name="_542" unicode="" horiz-adv-x="2304" | ||
2011 | d="M256 256v768h896v-768h-896zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 | ||
2012 | h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" /> | ||
2013 | <glyph glyph-name="_543" unicode="" horiz-adv-x="2304" | ||
2014 | d="M256 256v768h512v-768h-512zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 | ||
2015 | h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" /> | ||
2016 | <glyph glyph-name="_544" unicode="" horiz-adv-x="2304" | ||
2017 | d="M2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23 | ||
2018 | v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" /> | ||
2019 | <glyph glyph-name="_545" unicode="" horiz-adv-x="1280" | ||
2020 | d="M1133 493q31 -30 14 -69q-17 -40 -59 -40h-382l201 -476q10 -25 0 -49t-34 -35l-177 -75q-25 -10 -49 0t-35 34l-191 452l-312 -312q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v1504q0 42 40 59q12 5 24 5q27 0 45 -19z" /> | ||
2021 | <glyph glyph-name="_546" unicode="" horiz-adv-x="1024" | ||
2022 | d="M832 1408q-320 0 -320 -224v-416h128v-128h-128v-544q0 -224 320 -224h64v-128h-64q-272 0 -384 146q-112 -146 -384 -146h-64v128h64q320 0 320 224v544h-128v128h128v416q0 224 -320 224h-64v128h64q272 0 384 -146q112 146 384 146h64v-128h-64z" /> | ||
2023 | <glyph glyph-name="_547" unicode="" horiz-adv-x="2048" | ||
2024 | d="M2048 1152h-128v-1024h128v-384h-384v128h-1280v-128h-384v384h128v1024h-128v384h384v-128h1280v128h384v-384zM1792 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 -128v128h-128v-128h128zM1664 0v128h128v1024h-128v128h-1280v-128h-128v-1024h128v-128 | ||
2025 | h1280zM1920 -128v128h-128v-128h128zM1280 896h384v-768h-896v256h-384v768h896v-256zM512 512h640v512h-640v-512zM1536 256v512h-256v-384h-384v-128h640z" /> | ||
2026 | <glyph glyph-name="_548" unicode="" horiz-adv-x="2304" | ||
2027 | d="M2304 768h-128v-640h128v-384h-384v128h-896v-128h-384v384h128v128h-384v-128h-384v384h128v640h-128v384h384v-128h896v128h384v-384h-128v-128h384v128h384v-384zM2048 1024v-128h128v128h-128zM1408 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 256 | ||
2028 | v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128h-896v-128h-128v-640h128v-128zM896 -128v128h-128v-128h128zM2176 -128v128h-128v-128h128zM2048 128v640h-128v128h-384v-384h128v-384h-384v128h-384v-128h128v-128h896v128h128z" /> | ||
2029 | <glyph glyph-name="_549" unicode="" | ||
2030 | d="M1024 288v-416h-928q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68v-928h-416q-40 0 -68 -28t-28 -68zM1152 256h381q-15 -82 -65 -132l-184 -184q-50 -50 -132 -65v381z" /> | ||
2031 | <glyph glyph-name="_550" unicode="" | ||
2032 | d="M1400 256h-248v-248q29 10 41 22l185 185q12 12 22 41zM1120 384h288v896h-1280v-1280h896v288q0 40 28 68t68 28zM1536 1312v-1024q0 -40 -20 -88t-48 -76l-184 -184q-28 -28 -76 -48t-88 -20h-1024q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68 | ||
2033 | z" /> | ||
2034 | <glyph glyph-name="_551" unicode="" horiz-adv-x="2304" | ||
2035 | d="M1951 538q0 -26 -15.5 -44.5t-38.5 -23.5q-8 -2 -18 -2h-153v140h153q10 0 18 -2q23 -5 38.5 -23.5t15.5 -44.5zM1933 751q0 -25 -15 -42t-38 -21q-3 -1 -15 -1h-139v129h139q3 0 8.5 -0.5t6.5 -0.5q23 -4 38 -21.5t15 -42.5zM728 587v308h-228v-308q0 -58 -38 -94.5 | ||
2036 | t-105 -36.5q-108 0 -229 59v-112q53 -15 121 -23t109 -9l42 -1q328 0 328 217zM1442 403v113q-99 -52 -200 -59q-108 -8 -169 41t-61 142t61 142t169 41q101 -7 200 -58v112q-48 12 -100 19.5t-80 9.5l-28 2q-127 6 -218.5 -14t-140.5 -60t-71 -88t-22 -106t22 -106t71 -88 | ||
2037 | t140.5 -60t218.5 -14q101 4 208 31zM2176 518q0 54 -43 88.5t-109 39.5v3q57 8 89 41.5t32 79.5q0 55 -41 88t-107 36q-3 0 -12 0.5t-14 0.5h-455v-510h491q74 0 121.5 36.5t47.5 96.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90 | ||
2038 | t90 38h2048q52 0 90 -38t38 -90z" /> | ||
2039 | <glyph glyph-name="_552" unicode="" horiz-adv-x="2304" | ||
2040 | d="M858 295v693q-106 -41 -172 -135.5t-66 -211.5t66 -211.5t172 -134.5zM1362 641q0 117 -66 211.5t-172 135.5v-694q106 41 172 135.5t66 211.5zM1577 641q0 -159 -78.5 -294t-213.5 -213.5t-294 -78.5q-119 0 -227.5 46.5t-187 125t-125 187t-46.5 227.5q0 159 78.5 294 | ||
2041 | t213.5 213.5t294 78.5t294 -78.5t213.5 -213.5t78.5 -294zM1960 634q0 139 -55.5 261.5t-147.5 205.5t-213.5 131t-252.5 48h-301q-176 0 -323.5 -81t-235 -230t-87.5 -335q0 -171 87 -317.5t236 -231.5t323 -85h301q129 0 251.5 50.5t214.5 135t147.5 202.5t55.5 246z | ||
2042 | M2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" /> | ||
2043 | <glyph glyph-name="_553" unicode="" horiz-adv-x="1792" | ||
2044 | d="M1664 -96v1088q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5zM1792 992v-1088q0 -66 -47 -113t-113 -47h-1088q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113 | ||
2045 | zM1408 1376v-160h-128v160q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h160v-128h-160q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113z" /> | ||
2046 | <glyph glyph-name="_554" unicode="" horiz-adv-x="2304" | ||
2047 | d="M1728 1088l-384 -704h768zM448 1088l-384 -704h768zM1269 1280q-14 -40 -45.5 -71.5t-71.5 -45.5v-1291h608q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1344q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h608v1291q-40 14 -71.5 45.5t-45.5 71.5h-491q-14 0 -23 9t-9 23v64 | ||
2048 | q0 14 9 23t23 9h491q21 57 70 92.5t111 35.5t111 -35.5t70 -92.5h491q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-491zM1088 1264q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM2176 384q0 -73 -46.5 -131t-117.5 -91 | ||
2049 | t-144.5 -49.5t-139.5 -16.5t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81zM896 384q0 -73 -46.5 -131t-117.5 -91t-144.5 -49.5t-139.5 -16.5 | ||
2050 | t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81z" /> | ||
2051 | <glyph glyph-name="_555" unicode="" | ||
2052 | d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 | ||
2053 | t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-77 -29 -149 -92.5 | ||
2054 | t-129.5 -152.5t-92.5 -210t-35 -253h1024q0 132 -35 253t-92.5 210t-129.5 152.5t-149 92.5q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" /> | ||
2055 | <glyph glyph-name="_556" unicode="" | ||
2056 | d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 | ||
2057 | t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -66 9 -128h1006q9 61 9 128zM1280 -128q0 130 -34 249.5t-90.5 208t-126.5 152t-146 94.5h-230q-76 -31 -146 -94.5t-126.5 -152t-90.5 -208t-34 -249.5h1024z" /> | ||
2058 | <glyph glyph-name="_557" unicode="" | ||
2059 | d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 | ||
2060 | t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -206 85 -384h854q85 178 85 384zM1223 192q-54 141 -145.5 241.5t-194.5 142.5h-230q-103 -42 -194.5 -142.5t-145.5 -241.5h910z" /> | ||
2061 | <glyph glyph-name="_558" unicode="" | ||
2062 | d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 | ||
2063 | t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-137 -51 -244 -196 | ||
2064 | h700q-107 145 -244 196q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" /> | ||
2065 | <glyph glyph-name="_559" unicode="" | ||
2066 | d="M1504 -64q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472zM130 0q3 55 16 107t30 95t46 87t53.5 76t64.5 69.5t66 60t70.5 55t66.5 47.5t65 43q-43 28 -65 43t-66.5 47.5t-70.5 55t-66 60t-64.5 69.5t-53.5 76t-46 87 | ||
2067 | t-30 95t-16 107h1276q-3 -55 -16 -107t-30 -95t-46 -87t-53.5 -76t-64.5 -69.5t-66 -60t-70.5 -55t-66.5 -47.5t-65 -43q43 -28 65 -43t66.5 -47.5t70.5 -55t66 -60t64.5 -69.5t53.5 -76t46 -87t30 -95t16 -107h-1276zM1504 1536q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9 | ||
2068 | h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472z" /> | ||
2069 | <glyph glyph-name="_560" unicode="" | ||
2070 | d="M768 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-128h-32v93q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-429l-32 30v172q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-224q0 -47 35 -82l310 -296q39 -39 39 -102q0 -26 19 -45t45 -19h640q26 0 45 19t19 45v25 | ||
2071 | q0 41 10 77l108 436q10 36 10 77v246q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-32h-32v125q0 40 -25 72.5t-64 40.5q-14 2 -23 2q-46 0 -79 -33t-33 -79v-128h-32v122q0 51 -32.5 89.5t-82.5 43.5q-5 1 -13 1zM768 1280q84 0 149 -50q57 34 123 34q59 0 111 -27 | ||
2072 | t86 -76q27 7 59 7q100 0 170 -71.5t70 -171.5v-246q0 -51 -13 -108l-109 -436q-6 -24 -6 -71q0 -80 -56 -136t-136 -56h-640q-84 0 -138 58.5t-54 142.5l-308 296q-76 73 -76 175v224q0 99 70.5 169.5t169.5 70.5q11 0 16 -1q6 95 75.5 160t164.5 65q52 0 98 -21 | ||
2073 | q72 69 174 69z" /> | ||
2074 | <glyph glyph-name="_561" unicode="" horiz-adv-x="1792" | ||
2075 | d="M880 1408q-46 0 -79 -33t-33 -79v-656h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528v-256l-154 205q-38 51 -102 51q-53 0 -90.5 -37.5t-37.5 -90.5q0 -43 26 -77l384 -512q38 -51 102 -51h688q34 0 61 22t34 56l76 405q5 32 5 59v498q0 46 -33 79t-79 33t-79 -33 | ||
2076 | t-33 -79v-272h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528h-32v656q0 46 -33 79t-79 33zM880 1536q68 0 125.5 -35.5t88.5 -96.5q19 4 42 4q99 0 169.5 -70.5t70.5 -169.5v-17q105 6 180.5 -64t75.5 -175v-498q0 -40 -8 -83l-76 -404q-14 -79 -76.5 -131t-143.5 -52 | ||
2077 | h-688q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 106 75 181t181 75q78 0 128 -34v434q0 99 70.5 169.5t169.5 70.5q23 0 42 -4q31 61 88.5 96.5t125.5 35.5z" /> | ||
2078 | <glyph glyph-name="_562" unicode="" horiz-adv-x="1792" | ||
2079 | d="M1073 -128h-177q-163 0 -226 141q-23 49 -23 102v5q-62 30 -98.5 88.5t-36.5 127.5q0 38 5 48h-261q-106 0 -181 75t-75 181t75 181t181 75h113l-44 17q-74 28 -119.5 93.5t-45.5 145.5q0 106 75 181t181 75q46 0 91 -17l628 -239h401q106 0 181 -75t75 -181v-668 | ||
2080 | q0 -88 -54 -157.5t-140 -90.5l-339 -85q-92 -23 -186 -23zM1024 583l-155 -71l-163 -74q-30 -14 -48 -41.5t-18 -60.5q0 -46 33 -79t79 -33q26 0 46 10l338 154q-49 10 -80.5 50t-31.5 90v55zM1344 272q0 46 -33 79t-79 33q-26 0 -46 -10l-290 -132q-28 -13 -37 -17 | ||
2081 | t-30.5 -17t-29.5 -23.5t-16 -29t-8 -40.5q0 -50 31.5 -82t81.5 -32q20 0 38 9l352 160q30 14 48 41.5t18 60.5zM1112 1024l-650 248q-24 8 -46 8q-53 0 -90.5 -37.5t-37.5 -90.5q0 -40 22.5 -73t59.5 -47l526 -200v-64h-640q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5 | ||
2082 | t90.5 -37.5h535l233 106v198q0 63 46 106l111 102h-69zM1073 0q82 0 155 19l339 85q43 11 70 45.5t27 78.5v668q0 53 -37.5 90.5t-90.5 37.5h-308l-136 -126q-36 -33 -36 -82v-296q0 -46 33 -77t79 -31t79 35t33 81v208h32v-208q0 -70 -57 -114q52 -8 86.5 -48.5t34.5 -93.5 | ||
2083 | q0 -42 -23 -78t-61 -53l-310 -141h91z" /> | ||
2084 | <glyph glyph-name="_563" unicode="" horiz-adv-x="2048" | ||
2085 | d="M1151 1536q61 0 116 -28t91 -77l572 -781q118 -159 118 -359v-355q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v177l-286 143h-546q-80 0 -136 56t-56 136v32q0 119 84.5 203.5t203.5 84.5h420l42 128h-686q-100 0 -173.5 67.5t-81.5 166.5q-65 79 -65 182v32 | ||
2086 | q0 80 56 136t136 56h959zM1920 -64v355q0 157 -93 284l-573 781q-39 52 -103 52h-959q-26 0 -45 -19t-19 -45q0 -32 1.5 -49.5t9.5 -40.5t25 -43q10 31 35.5 50t56.5 19h832v-32h-832q-26 0 -45 -19t-19 -45q0 -44 3 -58q8 -44 44 -73t81 -29h640h91q40 0 68 -28t28 -68 | ||
2087 | q0 -15 -5 -30l-64 -192q-10 -29 -35 -47.5t-56 -18.5h-443q-66 0 -113 -47t-47 -113v-32q0 -26 19 -45t45 -19h561q16 0 29 -7l317 -158q24 -13 38.5 -36t14.5 -50v-197q0 -26 19 -45t45 -19h384q26 0 45 19t19 45z" /> | ||
2088 | <glyph glyph-name="_564" unicode="" horiz-adv-x="2048" | ||
2089 | d="M459 -256q-77 0 -137.5 47.5t-79.5 122.5l-101 401q-13 57 -13 108q0 45 -5 67l-116 477q-7 27 -7 57q0 93 62 161t155 78q17 85 82.5 139t152.5 54q83 0 148 -51.5t85 -132.5l83 -348l103 428q20 81 85 132.5t148 51.5q89 0 155.5 -57.5t80.5 -144.5q92 -10 152 -79 | ||
2090 | t60 -162q0 -24 -7 -59l-123 -512q10 7 37.5 28.5t38.5 29.5t35 23t41 20.5t41.5 11t49.5 5.5q105 0 180 -74t75 -179q0 -62 -28.5 -118t-78.5 -94l-507 -380q-68 -51 -153 -51h-694zM1104 1408q-38 0 -68.5 -24t-39.5 -62l-164 -682h-127l-145 602q-9 38 -39.5 62t-68.5 24 | ||
2091 | q-48 0 -80 -33t-32 -80q0 -15 3 -28l132 -547h-26l-99 408q-9 37 -40 62.5t-69 25.5q-47 0 -80 -33t-33 -79q0 -14 3 -26l116 -478q7 -28 9 -86t10 -88l100 -401q8 -32 34 -52.5t59 -20.5h694q42 0 76 26l507 379q56 43 56 110q0 52 -37.5 88.5t-89.5 36.5q-43 0 -77 -26 | ||
2092 | l-307 -230v227q0 4 32 138t68 282t39 161q4 18 4 29q0 47 -32 81t-79 34q-39 0 -69.5 -24t-39.5 -62l-116 -482h-26l150 624q3 14 3 28q0 48 -31.5 82t-79.5 34z" /> | ||
2093 | <glyph glyph-name="_565" unicode="" horiz-adv-x="1792" | ||
2094 | d="M640 1408q-53 0 -90.5 -37.5t-37.5 -90.5v-512v-384l-151 202q-41 54 -107 54q-52 0 -89 -38t-37 -90q0 -43 26 -77l384 -512q38 -51 102 -51h718q22 0 39.5 13.5t22.5 34.5l92 368q24 96 24 194v217q0 41 -28 71t-68 30t-68 -28t-28 -68h-32v61q0 48 -32 81.5t-80 33.5 | ||
2095 | q-46 0 -79 -33t-33 -79v-64h-32v90q0 55 -37 94.5t-91 39.5q-53 0 -90.5 -37.5t-37.5 -90.5v-96h-32v570q0 55 -37 94.5t-91 39.5zM640 1536q107 0 181.5 -77.5t74.5 -184.5v-220q22 2 32 2q99 0 173 -69q47 21 99 21q113 0 184 -87q27 7 56 7q94 0 159 -67.5t65 -161.5 | ||
2096 | v-217q0 -116 -28 -225l-92 -368q-16 -64 -68 -104.5t-118 -40.5h-718q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 105 74.5 180.5t179.5 75.5q71 0 130 -35v547q0 106 75 181t181 75zM768 128v384h-32v-384h32zM1024 128v384h-32v-384h32zM1280 128v384h-32 | ||
2097 | v-384h32z" /> | ||
2098 | <glyph glyph-name="_566" unicode="" | ||
2099 | d="M1288 889q60 0 107 -23q141 -63 141 -226v-177q0 -94 -23 -186l-85 -339q-21 -86 -90.5 -140t-157.5 -54h-668q-106 0 -181 75t-75 181v401l-239 628q-17 45 -17 91q0 106 75 181t181 75q80 0 145.5 -45.5t93.5 -119.5l17 -44v113q0 106 75 181t181 75t181 -75t75 -181 | ||
2100 | v-261q27 5 48 5q69 0 127.5 -36.5t88.5 -98.5zM1072 896q-33 0 -60.5 -18t-41.5 -48l-74 -163l-71 -155h55q50 0 90 -31.5t50 -80.5l154 338q10 20 10 46q0 46 -33 79t-79 33zM1293 761q-22 0 -40.5 -8t-29 -16t-23.5 -29.5t-17 -30.5t-17 -37l-132 -290q-10 -20 -10 -46 | ||
2101 | q0 -46 33 -79t79 -33q33 0 60.5 18t41.5 48l160 352q9 18 9 38q0 50 -32 81.5t-82 31.5zM128 1120q0 -22 8 -46l248 -650v-69l102 111q43 46 106 46h198l106 233v535q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5v-640h-64l-200 526q-14 37 -47 59.5t-73 22.5 | ||
2102 | q-53 0 -90.5 -37.5t-37.5 -90.5zM1180 -128q44 0 78.5 27t45.5 70l85 339q19 73 19 155v91l-141 -310q-17 -38 -53 -61t-78 -23q-53 0 -93.5 34.5t-48.5 86.5q-44 -57 -114 -57h-208v32h208q46 0 81 33t35 79t-31 79t-77 33h-296q-49 0 -82 -36l-126 -136v-308 | ||
2103 | q0 -53 37.5 -90.5t90.5 -37.5h668z" /> | ||
2104 | <glyph glyph-name="_567" unicode="" horiz-adv-x="1973" | ||
2105 | d="M857 992v-117q0 -13 -9.5 -22t-22.5 -9h-298v-812q0 -13 -9 -22.5t-22 -9.5h-135q-13 0 -22.5 9t-9.5 23v812h-297q-13 0 -22.5 9t-9.5 22v117q0 14 9 23t23 9h793q13 0 22.5 -9.5t9.5 -22.5zM1895 995l77 -961q1 -13 -8 -24q-10 -10 -23 -10h-134q-12 0 -21 8.5 | ||
2106 | t-10 20.5l-46 588l-189 -425q-8 -19 -29 -19h-120q-20 0 -29 19l-188 427l-45 -590q-1 -12 -10 -20.5t-21 -8.5h-135q-13 0 -23 10q-9 10 -9 24l78 961q1 12 10 20.5t21 8.5h142q20 0 29 -19l220 -520q10 -24 20 -51q3 7 9.5 24.5t10.5 26.5l221 520q9 19 29 19h141 | ||
2107 | q13 0 22 -8.5t10 -20.5z" /> | ||
2108 | <glyph glyph-name="_568" unicode="" horiz-adv-x="1792" | ||
2109 | d="M1042 833q0 88 -60 121q-33 18 -117 18h-123v-281h162q66 0 102 37t36 105zM1094 548l205 -373q8 -17 -1 -31q-8 -16 -27 -16h-152q-20 0 -28 17l-194 365h-155v-350q0 -14 -9 -23t-23 -9h-134q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h294q128 0 190 -24q85 -31 134 -109 | ||
2110 | t49 -180q0 -92 -42.5 -165.5t-115.5 -109.5q6 -10 9 -16zM896 1376q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM1792 640 | ||
2111 | q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
2112 | <glyph glyph-name="_569" unicode="" horiz-adv-x="1792" | ||
2113 | d="M605 303q153 0 257 104q14 18 3 36l-45 82q-6 13 -24 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78 | ||
2114 | q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-148 0 -246 -96.5t-98 -240.5q0 -146 97 -241.5t247 -95.5zM1235 303q153 0 257 104q14 18 4 36l-45 82q-8 14 -25 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5 | ||
2115 | t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-147 0 -245.5 -96.5t-98.5 -240.5q0 -146 97 -241.5t247 -95.5zM896 1376 | ||
2116 | q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191 | ||
2117 | t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71z" /> | ||
2118 | <glyph glyph-name="f260" unicode="" horiz-adv-x="2048" | ||
2119 | d="M736 736l384 -384l-384 -384l-672 672l672 672l168 -168l-96 -96l-72 72l-480 -480l480 -480l193 193l-289 287zM1312 1312l672 -672l-672 -672l-168 168l96 96l72 -72l480 480l-480 480l-193 -193l289 -287l-96 -96l-384 384z" /> | ||
2120 | <glyph glyph-name="f261" unicode="" horiz-adv-x="1792" | ||
2121 | d="M717 182l271 271l-279 279l-88 -88l192 -191l-96 -96l-279 279l279 279l40 -40l87 87l-127 128l-454 -454zM1075 190l454 454l-454 454l-271 -271l279 -279l88 88l-192 191l96 96l279 -279l-279 -279l-40 40l-87 -88zM1792 640q0 -182 -71 -348t-191 -286t-286 -191 | ||
2122 | t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
2123 | <glyph glyph-name="_572" unicode="" horiz-adv-x="2304" | ||
2124 | d="M651 539q0 -39 -27.5 -66.5t-65.5 -27.5q-39 0 -66.5 27.5t-27.5 66.5q0 38 27.5 65.5t66.5 27.5q38 0 65.5 -27.5t27.5 -65.5zM1805 540q0 -39 -27.5 -66.5t-66.5 -27.5t-66.5 27.5t-27.5 66.5t27.5 66t66.5 27t66.5 -27t27.5 -66zM765 539q0 79 -56.5 136t-136.5 57 | ||
2125 | t-136.5 -56.5t-56.5 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM1918 540q0 80 -56.5 136.5t-136.5 56.5q-79 0 -136 -56.5t-57 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM850 539q0 -116 -81.5 -197.5t-196.5 -81.5q-116 0 -197.5 82t-81.5 197 | ||
2126 | t82 196.5t197 81.5t196.5 -81.5t81.5 -196.5zM2004 540q0 -115 -81.5 -196.5t-197.5 -81.5q-115 0 -196.5 81.5t-81.5 196.5t81.5 196.5t196.5 81.5q116 0 197.5 -81.5t81.5 -196.5zM1040 537q0 191 -135.5 326.5t-326.5 135.5q-125 0 -231 -62t-168 -168.5t-62 -231.5 | ||
2127 | t62 -231.5t168 -168.5t231 -62q191 0 326.5 135.5t135.5 326.5zM1708 1110q-254 111 -556 111q-319 0 -573 -110q117 0 223 -45.5t182.5 -122.5t122 -183t45.5 -223q0 115 43.5 219.5t118 180.5t177.5 123t217 50zM2187 537q0 191 -135 326.5t-326 135.5t-326.5 -135.5 | ||
2128 | t-135.5 -326.5t135.5 -326.5t326.5 -135.5t326 135.5t135 326.5zM1921 1103h383q-44 -51 -75 -114.5t-40 -114.5q110 -151 110 -337q0 -156 -77 -288t-209 -208.5t-287 -76.5q-133 0 -249 56t-196 155q-47 -56 -129 -179q-11 22 -53.5 82.5t-74.5 97.5 | ||
2129 | q-80 -99 -196.5 -155.5t-249.5 -56.5q-155 0 -287 76.5t-209 208.5t-77 288q0 186 110 337q-9 51 -40 114.5t-75 114.5h365q149 100 355 156.5t432 56.5q224 0 421 -56t348 -157z" /> | ||
2130 | <glyph glyph-name="f263" unicode="" horiz-adv-x="1280" | ||
2131 | d="M640 629q-188 0 -321 133t-133 320q0 188 133 321t321 133t321 -133t133 -321q0 -187 -133 -320t-321 -133zM640 1306q-92 0 -157.5 -65.5t-65.5 -158.5q0 -92 65.5 -157.5t157.5 -65.5t157.5 65.5t65.5 157.5q0 93 -65.5 158.5t-157.5 65.5zM1163 574q13 -27 15 -49.5 | ||
2132 | t-4.5 -40.5t-26.5 -38.5t-42.5 -37t-61.5 -41.5q-115 -73 -315 -94l73 -72l267 -267q30 -31 30 -74t-30 -73l-12 -13q-31 -30 -74 -30t-74 30q-67 68 -267 268l-267 -268q-31 -30 -74 -30t-73 30l-12 13q-31 30 -31 73t31 74l267 267l72 72q-203 21 -317 94 | ||
2133 | q-39 25 -61.5 41.5t-42.5 37t-26.5 38.5t-4.5 40.5t15 49.5q10 20 28 35t42 22t56 -2t65 -35q5 -4 15 -11t43 -24.5t69 -30.5t92 -24t113 -11q91 0 174 25.5t120 50.5l38 25q33 26 65 35t56 2t42 -22t28 -35z" /> | ||
2134 | <glyph glyph-name="_574" unicode="" | ||
2135 | d="M927 956q0 -66 -46.5 -112.5t-112.5 -46.5t-112.5 46.5t-46.5 112.5t46.5 112.5t112.5 46.5t112.5 -46.5t46.5 -112.5zM1141 593q-10 20 -28 32t-47.5 9.5t-60.5 -27.5q-10 -8 -29 -20t-81 -32t-127 -20t-124 18t-86 36l-27 18q-31 25 -60.5 27.5t-47.5 -9.5t-28 -32 | ||
2136 | q-22 -45 -2 -74.5t87 -73.5q83 -53 226 -67l-51 -52q-142 -142 -191 -190q-22 -22 -22 -52.5t22 -52.5l9 -9q22 -22 52.5 -22t52.5 22l191 191q114 -115 191 -191q22 -22 52.5 -22t52.5 22l9 9q22 22 22 52.5t-22 52.5l-191 190l-52 52q141 14 225 67q67 44 87 73.5t-2 74.5 | ||
2137 | zM1092 956q0 134 -95 229t-229 95t-229 -95t-95 -229t95 -229t229 -95t229 95t95 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
2138 | <glyph glyph-name="_575" unicode="" horiz-adv-x="1720" | ||
2139 | d="M1565 1408q65 0 110 -45.5t45 -110.5v-519q0 -176 -68 -336t-182.5 -275t-274 -182.5t-334.5 -67.5q-176 0 -335.5 67.5t-274.5 182.5t-183 275t-68 336v519q0 64 46 110t110 46h1409zM861 344q47 0 82 33l404 388q37 35 37 85q0 49 -34.5 83.5t-83.5 34.5q-47 0 -82 -33 | ||
2140 | l-323 -310l-323 310q-35 33 -81 33q-49 0 -83.5 -34.5t-34.5 -83.5q0 -51 36 -85l405 -388q33 -33 81 -33z" /> | ||
2141 | <glyph glyph-name="_576" unicode="" horiz-adv-x="2304" | ||
2142 | d="M1494 -103l-295 695q-25 -49 -158.5 -305.5t-198.5 -389.5q-1 -1 -27.5 -0.5t-26.5 1.5q-82 193 -255.5 587t-259.5 596q-21 50 -66.5 107.5t-103.5 100.5t-102 43q0 5 -0.5 24t-0.5 27h583v-50q-39 -2 -79.5 -16t-66.5 -43t-10 -64q26 -59 216.5 -499t235.5 -540 | ||
2143 | q31 61 140 266.5t131 247.5q-19 39 -126 281t-136 295q-38 69 -201 71v50l513 -1v-47q-60 -2 -93.5 -25t-12.5 -69q33 -70 87 -189.5t86 -187.5q110 214 173 363q24 55 -10 79.5t-129 26.5q1 7 1 25v24q64 0 170.5 0.5t180 1t92.5 0.5v-49q-62 -2 -119 -33t-90 -81 | ||
2144 | l-213 -442q13 -33 127.5 -290t121.5 -274l441 1017q-14 38 -49.5 62.5t-65 31.5t-55.5 8v50l460 -4l1 -2l-1 -44q-139 -4 -201 -145q-526 -1216 -559 -1291h-49z" /> | ||
2145 | <glyph glyph-name="_577" unicode="" horiz-adv-x="1792" | ||
2146 | d="M949 643q0 -26 -16.5 -45t-41.5 -19q-26 0 -45 16.5t-19 41.5q0 26 17 45t42 19t44 -16.5t19 -41.5zM964 585l350 581q-9 -8 -67.5 -62.5t-125.5 -116.5t-136.5 -127t-117 -110.5t-50.5 -51.5l-349 -580q7 7 67 62t126 116.5t136 127t117 111t50 50.5zM1611 640 | ||
2147 | q0 -201 -104 -371q-3 2 -17 11t-26.5 16.5t-16.5 7.5q-13 0 -13 -13q0 -10 59 -44q-74 -112 -184.5 -190.5t-241.5 -110.5l-16 67q-1 10 -15 10q-5 0 -8 -5.5t-2 -9.5l16 -68q-72 -15 -146 -15q-199 0 -372 105q1 2 13 20.5t21.5 33.5t9.5 19q0 13 -13 13q-6 0 -17 -14.5 | ||
2148 | t-22.5 -34.5t-13.5 -23q-113 75 -192 187.5t-110 244.5l69 15q10 3 10 15q0 5 -5.5 8t-10.5 2l-68 -15q-14 72 -14 139q0 206 109 379q2 -1 18.5 -12t30 -19t17.5 -8q13 0 13 12q0 6 -12.5 15.5t-32.5 21.5l-20 12q77 112 189 189t244 107l15 -67q2 -10 15 -10q5 0 8 5.5 | ||
2149 | t2 10.5l-15 66q71 13 134 13q204 0 379 -109q-39 -56 -39 -65q0 -13 12 -13q11 0 48 64q111 -75 187.5 -186t107.5 -241l-56 -12q-10 -2 -10 -16q0 -5 5.5 -8t9.5 -2l57 13q14 -72 14 -140zM1696 640q0 163 -63.5 311t-170.5 255t-255 170.5t-311 63.5t-311 -63.5 | ||
2150 | t-255 -170.5t-170.5 -255t-63.5 -311t63.5 -311t170.5 -255t255 -170.5t311 -63.5t311 63.5t255 170.5t170.5 255t63.5 311zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191 | ||
2151 | t191 -286t71 -348z" /> | ||
2152 | <glyph glyph-name="_578" unicode="" horiz-adv-x="1792" | ||
2153 | d="M893 1536q240 2 451 -120q232 -134 352 -372l-742 39q-160 9 -294 -74.5t-185 -229.5l-276 424q128 159 311 245.5t383 87.5zM146 1131l337 -663q72 -143 211 -217t293 -45l-230 -451q-212 33 -385 157.5t-272.5 316t-99.5 411.5q0 267 146 491zM1732 962 | ||
2154 | q58 -150 59.5 -310.5t-48.5 -306t-153 -272t-246 -209.5q-230 -133 -498 -119l405 623q88 131 82.5 290.5t-106.5 277.5zM896 942q125 0 213.5 -88.5t88.5 -213.5t-88.5 -213.5t-213.5 -88.5t-213.5 88.5t-88.5 213.5t88.5 213.5t213.5 88.5z" /> | ||
2155 | <glyph glyph-name="_579" unicode="" horiz-adv-x="1792" | ||
2156 | d="M903 -256q-283 0 -504.5 150.5t-329.5 398.5q-58 131 -67 301t26 332.5t111 312t179 242.5l-11 -281q11 14 68 15.5t70 -15.5q42 81 160.5 138t234.5 59q-54 -45 -119.5 -148.5t-58.5 -163.5q25 -8 62.5 -13.5t63 -7.5t68 -4t50.5 -3q15 -5 9.5 -45.5t-30.5 -75.5 | ||
2157 | q-5 -7 -16.5 -18.5t-56.5 -35.5t-101 -34l15 -189l-139 67q-18 -43 -7.5 -81.5t36 -66.5t65.5 -41.5t81 -6.5q51 9 98 34.5t83.5 45t73.5 17.5q61 -4 89.5 -33t19.5 -65q-1 -2 -2.5 -5.5t-8.5 -12.5t-18 -15.5t-31.5 -10.5t-46.5 -1q-60 -95 -144.5 -135.5t-209.5 -29.5 | ||
2158 | q74 -61 162.5 -82.5t168.5 -6t154.5 52t128 87.5t80.5 104q43 91 39 192.5t-37.5 188.5t-78.5 125q87 -38 137 -79.5t77 -112.5q15 170 -57.5 343t-209.5 284q265 -77 412 -279.5t151 -517.5q2 -127 -40.5 -255t-123.5 -238t-189 -196t-247.5 -135.5t-288.5 -49.5z" /> | ||
2159 | <glyph glyph-name="_580" unicode="" horiz-adv-x="1792" | ||
2160 | d="M1493 1308q-165 110 -359 110q-155 0 -293 -73t-240 -200q-75 -93 -119.5 -218t-48.5 -266v-42q4 -141 48.5 -266t119.5 -218q102 -127 240 -200t293 -73q194 0 359 110q-121 -108 -274.5 -168t-322.5 -60q-29 0 -43 1q-175 8 -333 82t-272 193t-181 281t-67 339 | ||
2161 | q0 182 71 348t191 286t286 191t348 71h3q168 -1 320.5 -60.5t273.5 -167.5zM1792 640q0 -192 -77 -362.5t-213 -296.5q-104 -63 -222 -63q-137 0 -255 84q154 56 253.5 233t99.5 405q0 227 -99 404t-253 234q119 83 254 83q119 0 226 -65q135 -125 210.5 -295t75.5 -361z | ||
2162 | " /> | ||
2163 | <glyph glyph-name="_581" unicode="" horiz-adv-x="1792" | ||
2164 | d="M1792 599q0 -56 -7 -104h-1151q0 -146 109.5 -244.5t257.5 -98.5q99 0 185.5 46.5t136.5 130.5h423q-56 -159 -170.5 -281t-267.5 -188.5t-321 -66.5q-187 0 -356 83q-228 -116 -394 -116q-237 0 -237 263q0 115 45 275q17 60 109 229q199 360 475 606 | ||
2165 | q-184 -79 -427 -354q63 274 283.5 449.5t501.5 175.5q30 0 45 -1q255 117 433 117q64 0 116 -13t94.5 -40.5t66.5 -76.5t24 -115q0 -116 -75 -286q101 -182 101 -390zM1722 1239q0 83 -53 132t-137 49q-108 0 -254 -70q121 -47 222.5 -131.5t170.5 -195.5q51 135 51 216z | ||
2166 | M128 2q0 -86 48.5 -132.5t134.5 -46.5q115 0 266 83q-122 72 -213.5 183t-137.5 245q-98 -205 -98 -332zM632 715h728q-5 142 -113 237t-251 95q-144 0 -251.5 -95t-112.5 -237z" /> | ||
2167 | <glyph glyph-name="_582" unicode="" horiz-adv-x="2048" | ||
2168 | d="M1792 288v960q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1248v-960q0 -66 -47 -113t-113 -47h-736v-128h352q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23 | ||
2169 | v64q0 14 9 23t23 9h352v128h-736q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" /> | ||
2170 | <glyph glyph-name="_583" unicode="" horiz-adv-x="1792" | ||
2171 | d="M138 1408h197q-70 -64 -126 -149q-36 -56 -59 -115t-30 -125.5t-8.5 -120t10.5 -132t21 -126t28 -136.5q4 -19 6 -28q51 -238 81 -329q57 -171 152 -275h-272q-48 0 -82 34t-34 82v1304q0 48 34 82t82 34zM1346 1408h308q48 0 82 -34t34 -82v-1304q0 -48 -34 -82t-82 -34 | ||
2172 | h-178q212 210 196 565l-469 -101q-2 -45 -12 -82t-31 -72t-59.5 -59.5t-93.5 -36.5q-123 -26 -199 40q-32 27 -53 61t-51.5 129t-64.5 258q-35 163 -45.5 263t-5.5 139t23 77q20 41 62.5 73t102.5 45q45 12 83.5 6.5t67 -17t54 -35t43 -48t34.5 -56.5l468 100 | ||
2173 | q-68 175 -180 287z" /> | ||
2174 | <glyph glyph-name="_584" unicode="" | ||
2175 | d="M1401 -11l-6 -6q-113 -113 -259 -175q-154 -64 -317 -64q-165 0 -317 64q-148 63 -259 175q-113 112 -175 258q-42 103 -54 189q-4 28 48 36q51 8 56 -20q1 -1 1 -4q18 -90 46 -159q50 -124 152 -226q98 -98 226 -152q132 -56 276 -56q143 0 276 56q128 55 225 152l6 6 | ||
2176 | q10 10 25 6q12 -3 33 -22q36 -37 17 -58zM929 604l-66 -66l63 -63q21 -21 -7 -49q-17 -17 -32 -17q-10 0 -19 10l-62 61l-66 -66q-5 -5 -15 -5q-15 0 -31 16l-2 2q-18 15 -18 29q0 7 8 17l66 65l-66 66q-16 16 14 45q18 18 31 18q6 0 13 -5l65 -66l65 65q18 17 48 -13 | ||
2177 | q27 -27 11 -44zM1400 547q0 -118 -46 -228q-45 -105 -126 -186q-80 -80 -187 -126t-228 -46t-228 46t-187 126q-82 82 -125 186q-15 33 -15 40h-1q-9 27 43 44q50 16 60 -12q37 -99 97 -167h1v339v2q3 136 102 232q105 103 253 103q147 0 251 -103t104 -249 | ||
2178 | q0 -147 -104.5 -251t-250.5 -104q-58 0 -112 16q-28 11 -13 61q16 51 44 43l14 -3q14 -3 33 -6t30 -3q104 0 176 71.5t72 174.5q0 101 -72 171q-71 71 -175 71q-107 0 -178 -80q-64 -72 -64 -160v-413q110 -67 242 -67q96 0 185 36.5t156 103.5t103.5 155t36.5 183 | ||
2179 | q0 198 -141 339q-140 140 -339 140q-200 0 -340 -140q-53 -53 -77 -87l-2 -2q-8 -11 -13 -15.5t-21.5 -9.5t-38.5 3q-21 5 -36.5 16.5t-15.5 26.5v680q0 15 10.5 26.5t27.5 11.5h877q30 0 30 -55t-30 -55h-811v-483h1q40 42 102 84t108 61q109 46 231 46q121 0 228 -46 | ||
2180 | t187 -126q81 -81 126 -186q46 -112 46 -229zM1369 1128q9 -8 9 -18t-5.5 -18t-16.5 -21q-26 -26 -39 -26q-9 0 -16 7q-106 91 -207 133q-128 56 -276 56q-133 0 -262 -49q-27 -10 -45 37q-9 25 -8 38q3 16 16 20q130 57 299 57q164 0 316 -64q137 -58 235 -152z" /> | ||
2181 | <glyph glyph-name="_585" unicode="" horiz-adv-x="1792" | ||
2182 | d="M1551 60q15 6 26 3t11 -17.5t-15 -33.5q-13 -16 -44 -43.5t-95.5 -68t-141 -74t-188 -58t-229.5 -24.5q-119 0 -238 31t-209 76.5t-172.5 104t-132.5 105t-84 87.5q-8 9 -10 16.5t1 12t8 7t11.5 2t11.5 -4.5q192 -117 300 -166q389 -176 799 -90q190 40 391 135z | ||
2183 | M1758 175q11 -16 2.5 -69.5t-28.5 -102.5q-34 -83 -85 -124q-17 -14 -26 -9t0 24q21 45 44.5 121.5t6.5 98.5q-5 7 -15.5 11.5t-27 6t-29.5 2.5t-35 0t-31.5 -2t-31 -3t-22.5 -2q-6 -1 -13 -1.5t-11 -1t-8.5 -1t-7 -0.5h-5.5h-4.5t-3 0.5t-2 1.5l-1.5 3q-6 16 47 40t103 30 | ||
2184 | q46 7 108 1t76 -24zM1364 618q0 -31 13.5 -64t32 -58t37.5 -46t33 -32l13 -11l-227 -224q-40 37 -79 75.5t-58 58.5l-19 20q-11 11 -25 33q-38 -59 -97.5 -102.5t-127.5 -63.5t-140 -23t-137.5 21t-117.5 65.5t-83 113t-31 162.5q0 84 28 154t72 116.5t106.5 83t122.5 57 | ||
2185 | t130 34.5t119.5 18.5t99.5 6.5v127q0 65 -21 97q-34 53 -121 53q-6 0 -16.5 -1t-40.5 -12t-56 -29.5t-56 -59.5t-48 -96l-294 27q0 60 22 119t67 113t108 95t151.5 65.5t190.5 24.5q100 0 181 -25t129.5 -61.5t81 -83t45 -86t12.5 -73.5v-589zM692 597q0 -86 70 -133 | ||
2186 | q66 -44 139 -22q84 25 114 123q14 45 14 101v162q-59 -2 -111 -12t-106.5 -33.5t-87 -71t-32.5 -114.5z" /> | ||
2187 | <glyph glyph-name="_586" unicode="" horiz-adv-x="1792" | ||
2188 | d="M1536 1280q52 0 90 -38t38 -90v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128zM1152 1376v-288q0 -14 9 -23t23 -9 | ||
2189 | h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 1376v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM1536 -128v1024h-1408v-1024h1408zM896 448h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224 | ||
2190 | v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224z" /> | ||
2191 | <glyph glyph-name="_587" unicode="" horiz-adv-x="1792" | ||
2192 | d="M1152 416v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23 | ||
2193 | t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47 | ||
2194 | t47 -113v-96h128q52 0 90 -38t38 -90z" /> | ||
2195 | <glyph glyph-name="_588" unicode="" horiz-adv-x="1792" | ||
2196 | d="M1111 151l-46 -46q-9 -9 -22 -9t-23 9l-188 189l-188 -189q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22t9 23l189 188l-189 188q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l188 -188l188 188q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23l-188 -188l188 -188q9 -10 9 -23t-9 -22z | ||
2197 | M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 | ||
2198 | q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" /> | ||
2199 | <glyph glyph-name="_589" unicode="" horiz-adv-x="1792" | ||
2200 | d="M1303 572l-512 -512q-10 -9 -23 -9t-23 9l-288 288q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l220 -220l444 444q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23 | ||
2201 | t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47 | ||
2202 | t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" /> | ||
2203 | <glyph glyph-name="_590" unicode="" horiz-adv-x="1792" | ||
2204 | d="M448 1536q26 0 45 -19t19 -45v-891l536 429q17 14 40 14q26 0 45 -19t19 -45v-379l536 429q17 14 40 14q26 0 45 -19t19 -45v-1152q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h384z" /> | ||
2205 | <glyph glyph-name="_591" unicode="" horiz-adv-x="1024" | ||
2206 | d="M512 448q66 0 128 15v-655q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v655q62 -15 128 -15zM512 1536q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM512 1312q14 0 23 9t9 23t-9 23t-23 9q-146 0 -249 -103t-103 -249 | ||
2207 | q0 -14 9 -23t23 -9t23 9t9 23q0 119 84.5 203.5t203.5 84.5z" /> | ||
2208 | <glyph glyph-name="_592" unicode="" horiz-adv-x="1792" | ||
2209 | d="M1745 1239q10 -10 10 -23t-10 -23l-141 -141q-28 -28 -68 -28h-1344q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h576v64q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-64h512q40 0 68 -28zM768 320h256v-512q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v512zM1600 768 | ||
2210 | q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-1344q-40 0 -68 28l-141 141q-10 10 -10 23t10 23l141 141q28 28 68 28h512v192h256v-192h576z" /> | ||
2211 | <glyph glyph-name="_593" unicode="" horiz-adv-x="2048" | ||
2212 | d="M2020 1525q28 -20 28 -53v-1408q0 -20 -11 -36t-29 -23l-640 -256q-24 -11 -48 0l-616 246l-616 -246q-10 -5 -24 -5q-19 0 -36 11q-28 20 -28 53v1408q0 20 11 36t29 23l640 256q24 11 48 0l616 -246l616 246q32 13 60 -6zM736 1390v-1270l576 -230v1270zM128 1173 | ||
2213 | v-1270l544 217v1270zM1920 107v1270l-544 -217v-1270z" /> | ||
2214 | <glyph glyph-name="_594" unicode="" horiz-adv-x="1792" | ||
2215 | d="M512 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472q0 20 17 28l480 256q7 4 15 4zM1760 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472 | ||
2216 | q0 20 17 28l480 256q7 4 15 4zM640 1536q8 0 14 -3l512 -256q18 -10 18 -29v-1472q0 -13 -9.5 -22.5t-22.5 -9.5q-8 0 -14 3l-512 256q-18 10 -18 29v1472q0 13 9.5 22.5t22.5 9.5z" /> | ||
2217 | <glyph glyph-name="_595" unicode="" horiz-adv-x="1792" | ||
2218 | d="M640 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 640q0 53 -37.5 90.5t-90.5 37.5 | ||
2219 | t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-110 0 -211 18q-173 -173 -435 -229q-52 -10 -86 -13q-12 -1 -22 6t-13 18q-4 15 20 37q5 5 23.5 21.5t25.5 23.5t23.5 25.5t24 31.5t20.5 37 | ||
2220 | t20 48t14.5 57.5t12.5 72.5q-146 90 -229.5 216.5t-83.5 269.5q0 174 120 321.5t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" /> | ||
2221 | <glyph glyph-name="_596" unicode="" horiz-adv-x="1792" | ||
2222 | d="M640 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 -53 -37.5 -90.5t-90.5 -37.5 | ||
2223 | t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5 | ||
2224 | t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51 | ||
2225 | t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 130 71 248.5t191 204.5t286 136.5t348 50.5t348 -50.5t286 -136.5t191 -204.5t71 -248.5z" /> | ||
2226 | <glyph glyph-name="_597" unicode="" horiz-adv-x="1024" | ||
2227 | d="M512 345l512 295v-591l-512 -296v592zM0 640v-591l512 296zM512 1527v-591l-512 -296v591zM512 936l512 295v-591z" /> | ||
2228 | <glyph glyph-name="_598" unicode="" horiz-adv-x="1792" | ||
2229 | d="M1709 1018q-10 -236 -332 -651q-333 -431 -562 -431q-142 0 -240 263q-44 160 -132 482q-72 262 -157 262q-18 0 -127 -76l-77 98q24 21 108 96.5t130 115.5q156 138 241 146q95 9 153 -55.5t81 -203.5q44 -287 66 -373q55 -249 120 -249q51 0 154 161q101 161 109 246 | ||
2230 | q13 139 -109 139q-57 0 -121 -26q120 393 459 382q251 -8 236 -326z" /> | ||
2231 | <glyph glyph-name="f27e" unicode="" | ||
2232 | d="M0 1408h1536v-1536h-1536v1536zM1085 293l-221 631l221 297h-634l221 -297l-221 -631l317 -304z" /> | ||
2233 | <glyph glyph-name="uniF280" unicode="" | ||
2234 | d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925q32 0 44.5 -16t11.5 -63l174 21q0 55 -17.5 92.5t-50.5 56t-69 25.5t-85 7q-133 0 -199 -57.5t-66 -182.5v-72 | ||
2235 | h-96v-128h76q20 0 20 -8v-382q0 -14 -5 -20t-18 -7l-73 -7v-88h448v86l-149 14q-6 1 -8.5 1.5t-3.5 2.5t-0.5 4t1 7t0.5 10v387h191l38 128h-231q-6 0 -2 6t4 9v80q0 27 1.5 40.5t7.5 28t19.5 20t36.5 5.5zM1248 96v86l-54 9q-7 1 -9.5 2.5t-2.5 3t1 7.5t1 12v520h-275 | ||
2236 | l-23 -101l83 -22q23 -7 23 -27v-370q0 -14 -6 -18.5t-20 -6.5l-70 -9v-86h352z" /> | ||
2237 | <glyph glyph-name="uniF281" unicode="" horiz-adv-x="1792" | ||
2238 | d="M1792 690q0 -58 -29.5 -105.5t-79.5 -72.5q12 -46 12 -96q0 -155 -106.5 -287t-290.5 -208.5t-400 -76.5t-399.5 76.5t-290 208.5t-106.5 287q0 47 11 94q-51 25 -82 73.5t-31 106.5q0 82 58 140.5t141 58.5q85 0 145 -63q218 152 515 162l116 521q3 13 15 21t26 5 | ||
2239 | l369 -81q18 37 54 59.5t79 22.5q62 0 106 -43.5t44 -105.5t-44 -106t-106 -44t-105.5 43.5t-43.5 105.5l-334 74l-104 -472q300 -9 519 -160q58 61 143 61q83 0 141 -58.5t58 -140.5zM418 491q0 -62 43.5 -106t105.5 -44t106 44t44 106t-44 105.5t-106 43.5q-61 0 -105 -44 | ||
2240 | t-44 -105zM1228 136q11 11 11 26t-11 26q-10 10 -25 10t-26 -10q-41 -42 -121 -62t-160 -20t-160 20t-121 62q-11 10 -26 10t-25 -10q-11 -10 -11 -25.5t11 -26.5q43 -43 118.5 -68t122.5 -29.5t91 -4.5t91 4.5t122.5 29.5t118.5 68zM1225 341q62 0 105.5 44t43.5 106 | ||
2241 | q0 61 -44 105t-105 44q-62 0 -106 -43.5t-44 -105.5t44 -106t106 -44z" /> | ||
2242 | <glyph glyph-name="_602" unicode="" horiz-adv-x="1792" | ||
2243 | d="M69 741h1q16 126 58.5 241.5t115 217t167.5 176t223.5 117.5t276.5 43q231 0 414 -105.5t294 -303.5q104 -187 104 -442v-188h-1125q1 -111 53.5 -192.5t136.5 -122.5t189.5 -57t213 -3t208 46.5t173.5 84.5v-377q-92 -55 -229.5 -92t-312.5 -38t-316 53 | ||
2244 | q-189 73 -311.5 249t-124.5 372q-3 242 111 412t325 268q-48 -60 -78 -125.5t-46 -159.5h635q8 77 -8 140t-47 101.5t-70.5 66.5t-80.5 41t-75 20.5t-56 8.5l-22 1q-135 -5 -259.5 -44.5t-223.5 -104.5t-176 -140.5t-138 -163.5z" /> | ||
2245 | <glyph glyph-name="_603" unicode="" horiz-adv-x="2304" | ||
2246 | d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" /> | ||
2247 | <glyph glyph-name="_604" unicode="" horiz-adv-x="1792" | ||
2248 | d="M1584 246l-218 111q-74 -120 -196.5 -189t-263.5 -69q-147 0 -271 72t-196 196t-72 270q0 110 42.5 209.5t115 172t172 115t209.5 42.5q131 0 247.5 -60.5t192.5 -168.5l215 125q-110 169 -286.5 265t-378.5 96q-161 0 -308 -63t-253 -169t-169 -253t-63 -308t63 -308 | ||
2249 | t169 -253t253 -169t308 -63q213 0 397.5 107t290.5 292zM1030 643l693 -352q-116 -253 -334.5 -400t-492.5 -147q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q260 0 470.5 -133.5t335.5 -366.5zM1543 640h-39v-160h-96v352h136q32 0 54.5 -20 | ||
2250 | t28.5 -48t1 -56t-27.5 -48t-57.5 -20z" /> | ||
2251 | <glyph glyph-name="uniF285" unicode="" horiz-adv-x="1792" | ||
2252 | d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" /> | ||
2253 | <glyph glyph-name="uniF286" unicode="" horiz-adv-x="1792" | ||
2254 | d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96 | ||
2255 | q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 6 2.5 9.5t8.5 5t9.5 2t11.5 0t9 -0.5v391q-32 15 -32 50q0 23 16.5 39t38.5 16t38.5 -16t16.5 -39q0 -35 -32 -50v-17q45 10 83 10q21 0 59.5 -7.5t54.5 -7.5 | ||
2256 | q17 0 47 7.5t37 7.5q16 0 16 -16v-210q0 -15 -35 -21.5t-62 -6.5q-18 0 -54.5 7.5t-55.5 7.5q-40 0 -90 -12v-133q1 0 9 0.5t11.5 0t9.5 -2t8.5 -5t2.5 -9.5v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96 | ||
2257 | q16 0 16 -16z" /> | ||
2258 | <glyph glyph-name="_607" unicode="" horiz-adv-x="2304" | ||
2259 | d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96 | ||
2260 | q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5 | ||
2261 | t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" /> | ||
2262 | <glyph glyph-name="_608" unicode="" horiz-adv-x="1792" | ||
2263 | d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348 | ||
2264 | t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
2265 | <glyph glyph-name="_609" unicode="" horiz-adv-x="2304" | ||
2266 | d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22 | ||
2267 | q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5 | ||
2268 | q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13 | ||
2269 | q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" /> | ||
2270 | <glyph glyph-name="_610" unicode="" | ||
2271 | d="M1500 -13q0 -89 -63 -152.5t-153 -63.5t-153.5 63.5t-63.5 152.5q0 90 63.5 153.5t153.5 63.5t153 -63.5t63 -153.5zM1267 268q-115 -15 -192.5 -102.5t-77.5 -205.5q0 -74 33 -138q-146 -78 -379 -78q-109 0 -201 21t-153.5 54.5t-110.5 76.5t-76 85t-44.5 83 | ||
2272 | t-23.5 66.5t-6 39.5q0 19 4.5 42.5t18.5 56t36.5 58t64 43.5t94.5 18t94 -17.5t63 -41t35.5 -53t17.5 -49t4 -33.5q0 -34 -23 -81q28 -27 82 -42t93 -17l40 -1q115 0 190 51t75 133q0 26 -9 48.5t-31.5 44.5t-49.5 41t-74 44t-93.5 47.5t-119.5 56.5q-28 13 -43 20 | ||
2273 | q-116 55 -187 100t-122.5 102t-72 125.5t-20.5 162.5q0 78 20.5 150t66 137.5t112.5 114t166.5 77t221.5 28.5q120 0 220 -26t164.5 -67t109.5 -94t64 -105.5t19 -103.5q0 -46 -15 -82.5t-36.5 -58t-48.5 -36t-49 -19.5t-39 -5h-8h-32t-39 5t-44 14t-41 28t-37 46t-24 70.5 | ||
2274 | t-10 97.5q-15 16 -59 25.5t-81 10.5l-37 1q-68 0 -117.5 -31t-70.5 -70t-21 -76q0 -24 5 -43t24 -46t53 -51t97 -53.5t150 -58.5q76 -25 138.5 -53.5t109 -55.5t83 -59t60.5 -59.5t41 -62.5t26.5 -62t14.5 -63.5t6 -62t1 -62.5z" /> | ||
2275 | <glyph glyph-name="_611" unicode="" | ||
2276 | d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103 | ||
2277 | t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
2278 | <glyph glyph-name="_612" unicode="" | ||
2279 | d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 | ||
2280 | t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z" /> | ||
2281 | <glyph glyph-name="_613" unicode="" | ||
2282 | d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 | ||
2283 | t103 -385.5z" /> | ||
2284 | <glyph glyph-name="_614" unicode="" | ||
2285 | d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 | ||
2286 | t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z" /> | ||
2287 | <glyph glyph-name="_615" unicode="" horiz-adv-x="1792" | ||
2288 | d="M1757 128l35 -313q3 -28 -16 -50q-19 -21 -48 -21h-1664q-29 0 -48 21q-19 22 -16 50l35 313h1722zM1664 967l86 -775h-1708l86 775q3 24 21 40.5t43 16.5h256v-128q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v128h384v-128q0 -53 37.5 -90.5t90.5 -37.5 | ||
2289 | t90.5 37.5t37.5 90.5v128h256q25 0 43 -16.5t21 -40.5zM1280 1152v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" /> | ||
2290 | <glyph glyph-name="_616" unicode="" horiz-adv-x="2048" | ||
2291 | d="M1920 768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-15l-115 -662q-8 -46 -44 -76t-82 -30h-1280q-46 0 -82 30t-44 76l-115 662h-15q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1792zM485 -32q26 2 43.5 22.5t15.5 46.5l-32 416q-2 26 -22.5 43.5 | ||
2292 | t-46.5 15.5t-43.5 -22.5t-15.5 -46.5l32 -416q2 -25 20.5 -42t43.5 -17h5zM896 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1280 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1632 27l32 416 | ||
2293 | q2 26 -15.5 46.5t-43.5 22.5t-46.5 -15.5t-22.5 -43.5l-32 -416q-2 -26 15.5 -46.5t43.5 -22.5h5q25 0 43.5 17t20.5 42zM476 1244l-93 -412h-132l101 441q19 88 89 143.5t160 55.5h167q0 26 19 45t45 19h384q26 0 45 -19t19 -45h167q90 0 160 -55.5t89 -143.5l101 -441 | ||
2294 | h-132l-93 412q-11 44 -45.5 72t-79.5 28h-167q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45h-167q-45 0 -79.5 -28t-45.5 -72z" /> | ||
2295 | <glyph glyph-name="_617" unicode="" horiz-adv-x="1792" | ||
2296 | d="M991 512l64 256h-254l-64 -256h254zM1759 1016l-56 -224q-7 -24 -31 -24h-327l-64 -256h311q15 0 25 -12q10 -14 6 -28l-56 -224q-5 -24 -31 -24h-327l-81 -328q-7 -24 -31 -24h-224q-16 0 -26 12q-9 12 -6 28l78 312h-254l-81 -328q-7 -24 -31 -24h-225q-15 0 -25 12 | ||
2297 | q-9 12 -6 28l78 312h-311q-15 0 -25 12q-9 12 -6 28l56 224q7 24 31 24h327l64 256h-311q-15 0 -25 12q-10 14 -6 28l56 224q5 24 31 24h327l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h254l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h311 | ||
2298 | q15 0 25 -12q9 -12 6 -28z" /> | ||
2299 | <glyph glyph-name="_618" unicode="" | ||
2300 | d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5 | ||
2301 | t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" /> | ||
2302 | <glyph glyph-name="_619" unicode="" horiz-adv-x="1024" | ||
2303 | d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" /> | ||
2304 | <glyph glyph-name="_620" unicode="" | ||
2305 | d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5 | ||
2306 | t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 | ||
2307 | t271.5 -112.5t112.5 -271.5z" /> | ||
2308 | <glyph glyph-name="_621" unicode="" horiz-adv-x="1792" | ||
2309 | d="M104 830l792 -1015l-868 630q-18 13 -25 34.5t0 42.5l101 308v0zM566 830h660l-330 -1015v0zM368 1442l198 -612h-462l198 612q8 23 33 23t33 -23zM1688 830l101 -308q7 -21 0 -42.5t-25 -34.5l-868 -630l792 1015v0zM1688 830h-462l198 612q8 23 33 23t33 -23z" /> | ||
2310 | <glyph glyph-name="_622" unicode="" horiz-adv-x="1792" | ||
2311 | d="M384 704h160v224h-160v-224zM1221 372v92q-104 -36 -243 -38q-135 -1 -259.5 46.5t-220.5 122.5l1 -96q88 -80 212 -128.5t272 -47.5q129 0 238 49zM640 704h640v224h-640v-224zM1792 736q0 -187 -99 -352q89 -102 89 -229q0 -157 -129.5 -268t-313.5 -111 | ||
2312 | q-122 0 -225 52.5t-161 140.5q-19 -1 -57 -1t-57 1q-58 -88 -161 -140.5t-225 -52.5q-184 0 -313.5 111t-129.5 268q0 127 89 229q-99 165 -99 352q0 209 120 385.5t326.5 279.5t449.5 103t449.5 -103t326.5 -279.5t120 -385.5z" /> | ||
2313 | <glyph glyph-name="_623" unicode="" | ||
2314 | d="M515 625v-128h-252v128h252zM515 880v-127h-252v127h252zM1273 369v-128h-341v128h341zM1273 625v-128h-672v128h672zM1273 880v-127h-672v127h672zM1408 20v1240q0 8 -6 14t-14 6h-32l-378 -256l-210 171l-210 -171l-378 256h-32q-8 0 -14 -6t-6 -14v-1240q0 -8 6 -14 | ||
2315 | t14 -6h1240q8 0 14 6t6 14zM553 1130l185 150h-406zM983 1130l221 150h-406zM1536 1260v-1240q0 -62 -43 -105t-105 -43h-1240q-62 0 -105 43t-43 105v1240q0 62 43 105t105 43h1240q62 0 105 -43t43 -105z" /> | ||
2316 | <glyph glyph-name="_624" unicode="" horiz-adv-x="1792" | ||
2317 | d="M896 720q-104 196 -160 278q-139 202 -347 318q-34 19 -70 36q-89 40 -94 32t34 -38l39 -31q62 -43 112.5 -93.5t94.5 -116.5t70.5 -113t70.5 -131q9 -17 13 -25q44 -84 84 -153t98 -154t115.5 -150t131 -123.5t148.5 -90.5q153 -66 154 -60q1 3 -49 37q-53 36 -81 57 | ||
2318 | q-77 58 -179 211t-185 310zM549 177q-76 60 -132.5 125t-98 143.5t-71 154.5t-58.5 186t-52 209t-60.5 252t-76.5 289q273 0 497.5 -36t379 -92t271 -144.5t185.5 -172.5t110 -198.5t56 -199.5t12.5 -198.5t-9.5 -173t-20 -143.5t-13 -107l323 -327h-104l-281 285 | ||
2319 | q-22 -2 -91.5 -14t-121.5 -19t-138 -6t-160.5 17t-167.5 59t-179 111z" /> | ||
2320 | <glyph glyph-name="_625" unicode="" horiz-adv-x="1792" | ||
2321 | d="M1374 879q-6 26 -28.5 39.5t-48.5 7.5q-261 -62 -401 -62t-401 62q-26 6 -48.5 -7.5t-28.5 -39.5t7.5 -48.5t39.5 -28.5q194 -46 303 -58q-2 -158 -15.5 -269t-26.5 -155.5t-41 -115.5l-9 -21q-10 -25 1 -49t36 -34q9 -4 23 -4q44 0 60 41l8 20q54 139 71 259h42 | ||
2322 | q17 -120 71 -259l8 -20q16 -41 60 -41q14 0 23 4q25 10 36 34t1 49l-9 21q-28 71 -41 115.5t-26.5 155.5t-15.5 269q109 12 303 58q26 6 39.5 28.5t7.5 48.5zM1024 1024q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z | ||
2323 | M1600 640q0 -143 -55.5 -273.5t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5zM896 1408q-156 0 -298 -61t-245 -164t-164 -245t-61 -298t61 -298 | ||
2324 | t164 -245t245 -164t298 -61t298 61t245 164t164 245t61 298t-61 298t-164 245t-245 164t-298 61zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
2325 | <glyph glyph-name="_626" unicode="" | ||
2326 | d="M1438 723q34 -35 29 -82l-44 -551q-4 -42 -34.5 -70t-71.5 -28q-6 0 -9 1q-44 3 -72.5 36.5t-25.5 77.5l35 429l-143 -8q55 -113 55 -240q0 -216 -148 -372l-137 137q91 101 91 235q0 145 -102.5 248t-247.5 103q-134 0 -236 -92l-137 138q120 114 284 141l264 300 | ||
2327 | l-149 87l-181 -161q-33 -30 -77 -27.5t-73 35.5t-26.5 77t34.5 73l239 213q26 23 60 26.5t64 -14.5l488 -283q36 -21 48 -68q17 -67 -26 -117l-205 -232l371 20q49 3 83 -32zM1240 1180q-74 0 -126 52t-52 126t52 126t126 52t126.5 -52t52.5 -126t-52.5 -126t-126.5 -52z | ||
2328 | M613 -62q106 0 196 61l139 -139q-146 -116 -335 -116q-148 0 -273.5 73t-198.5 198t-73 273q0 188 116 336l139 -139q-60 -88 -60 -197q0 -145 102.5 -247.5t247.5 -102.5z" /> | ||
2329 | <glyph glyph-name="_627" unicode="" | ||
2330 | d="M880 336v-160q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h160q14 0 23 -9t9 -23zM1136 832q0 -50 -15 -90t-45.5 -69t-52 -44t-59.5 -36q-32 -18 -46.5 -28t-26 -24t-11.5 -29v-32q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v68q0 35 10.5 64.5 | ||
2331 | t24 47.5t39 35.5t41 25.5t44.5 21q53 25 75 43t22 49q0 42 -43.5 71.5t-95.5 29.5q-56 0 -95 -27q-29 -20 -80 -83q-9 -12 -25 -12q-11 0 -19 6l-108 82q-10 7 -12 20t5 23q122 192 349 192q129 0 238.5 -89.5t109.5 -214.5zM768 1280q-130 0 -248.5 -51t-204 -136.5 | ||
2332 | t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5 | ||
2333 | t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
2334 | <glyph glyph-name="_628" unicode="" horiz-adv-x="1408" | ||
2335 | d="M366 1225q-64 0 -110 45.5t-46 110.5q0 64 46 109.5t110 45.5t109.5 -45.5t45.5 -109.5q0 -65 -45.5 -110.5t-109.5 -45.5zM917 583q0 -50 -30 -67.5t-63.5 -6.5t-47.5 34l-367 438q-7 12 -14 15.5t-11 1.5l-3 -3q-7 -8 4 -21l122 -139l1 -354l-161 -457 | ||
2336 | q-67 -192 -92 -234q-15 -26 -28 -32q-50 -26 -103 -1q-29 13 -41.5 43t-9.5 57q2 17 197 618l5 416l-85 -164l35 -222q4 -24 -1 -42t-14 -27.5t-19 -16t-17 -7.5l-7 -2q-19 -3 -34.5 3t-24 16t-14 22t-7.5 19.5t-2 9.5l-46 299l211 381q23 34 113 34q75 0 107 -40l424 -521 | ||
2337 | q7 -5 14 -17l3 -3l-1 -1q7 -13 7 -29zM514 433q43 -113 88.5 -225t69.5 -168l24 -55q36 -93 42 -125q11 -70 -36 -97q-35 -22 -66 -16t-51 22t-29 35h-1q-6 16 -8 25l-124 351zM1338 -159q31 -49 31 -57q0 -5 -3 -7q-9 -5 -14.5 0.5t-15.5 26t-16 30.5q-114 172 -423 661 | ||
2338 | q3 -1 7 1t7 4l3 2q11 9 11 17z" /> | ||
2339 | <glyph glyph-name="_629" unicode="" horiz-adv-x="2304" | ||
2340 | d="M504 542h171l-1 265zM1530 641q0 87 -50.5 140t-146.5 53h-54v-388h52q91 0 145 57t54 138zM956 1018l1 -756q0 -14 -9.5 -24t-23.5 -10h-216q-14 0 -23.5 10t-9.5 24v62h-291l-55 -81q-10 -15 -28 -15h-267q-21 0 -30.5 18t3.5 35l556 757q9 14 27 14h332q14 0 24 -10 | ||
2341 | t10 -24zM1783 641q0 -193 -125.5 -303t-324.5 -110h-270q-14 0 -24 10t-10 24v756q0 14 10 24t24 10h268q200 0 326 -109t126 -302zM1939 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5 | ||
2342 | t-7.5 60t-20 91.5t-41 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2123 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-45 -108t-74 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5 | ||
2343 | h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2304 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66 104.5t41 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96 | ||
2344 | t9.5 -70.5z" /> | ||
2345 | <glyph glyph-name="uniF2A0" unicode="" horiz-adv-x="1408" | ||
2346 | d="M617 -153q0 11 -13 58t-31 107t-20 69q-1 4 -5 26.5t-8.5 36t-13.5 21.5q-15 14 -51 14q-23 0 -70 -5.5t-71 -5.5q-34 0 -47 11q-6 5 -11 15.5t-7.5 20t-6.5 24t-5 18.5q-37 128 -37 255t37 255q1 4 5 18.5t6.5 24t7.5 20t11 15.5q13 11 47 11q24 0 71 -5.5t70 -5.5 | ||
2347 | q36 0 51 14q9 8 13.5 21.5t8.5 36t5 26.5q2 9 20 69t31 107t13 58q0 22 -43.5 52.5t-75.5 42.5q-20 8 -45 8q-34 0 -98 -18q-57 -17 -96.5 -40.5t-71 -66t-46 -70t-45.5 -94.5q-6 -12 -9 -19q-49 -107 -68 -216t-19 -244t19 -244t68 -216q56 -122 83 -161q63 -91 179 -127 | ||
2348 | l6 -2q64 -18 98 -18q25 0 45 8q32 12 75.5 42.5t43.5 52.5zM776 760q-26 0 -45 19t-19 45.5t19 45.5q37 37 37 90q0 52 -37 91q-19 19 -19 45t19 45t45 19t45 -19q75 -75 75 -181t-75 -181q-21 -19 -45 -19zM957 579q-27 0 -45 19q-19 19 -19 45t19 45q112 114 112 272 | ||
2349 | t-112 272q-19 19 -19 45t19 45t45 19t45 -19q150 -150 150 -362t-150 -362q-18 -19 -45 -19zM1138 398q-27 0 -45 19q-19 19 -19 45t19 45q90 91 138.5 208t48.5 245t-48.5 245t-138.5 208q-19 19 -19 45t19 45t45 19t45 -19q109 -109 167 -249t58 -294t-58 -294t-167 -249 | ||
2350 | q-18 -19 -45 -19z" /> | ||
2351 | <glyph glyph-name="uniF2A1" unicode="" horiz-adv-x="2176" | ||
2352 | d="M192 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 352 | ||
2353 | q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 864 | ||
2354 | q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 1376q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 192q0 -80 -56 -136 | ||
2355 | t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 1216q0 -80 -56 -136t-136 -56 | ||
2356 | t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 192q0 -80 -56 -136t-136 -56t-136 56 | ||
2357 | t-56 136t56 136t136 56t136 -56t56 -136zM1664 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136 | ||
2358 | t56 136t136 56t136 -56t56 -136zM2176 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z" /> | ||
2359 | <glyph glyph-name="uniF2A2" unicode="" horiz-adv-x="1792" | ||
2360 | d="M128 -192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM320 0q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM365 365l256 -256l-90 -90l-256 256zM704 384q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45z | ||
2361 | M1411 704q0 -59 -11.5 -108.5t-37.5 -93.5t-44 -67.5t-53 -64.5q-31 -35 -45.5 -54t-33.5 -50t-26.5 -64t-7.5 -74q0 -159 -112.5 -271.5t-271.5 -112.5q-26 0 -45 19t-19 45t19 45t45 19q106 0 181 75t75 181q0 57 11.5 105.5t37 91t43.5 66.5t52 63q40 46 59.5 72 | ||
2362 | t37.5 74.5t18 103.5q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM896 576q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45 | ||
2363 | t45 19t45 -19t19 -45zM1184 704q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 93 -65.5 158.5t-158.5 65.5q-92 0 -158 -65.5t-66 -158.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 146 103 249t249 103t249 -103t103 -249zM1578 993q10 -25 -1 -49t-36 -34q-9 -4 -23 -4 | ||
2364 | q-19 0 -35.5 11t-23.5 30q-68 178 -224 295q-21 16 -25 42t12 47q17 21 43 25t47 -12q183 -137 266 -351zM1788 1074q9 -25 -1.5 -49t-35.5 -34q-11 -4 -23 -4q-44 0 -60 41q-92 238 -297 393q-22 16 -25.5 42t12.5 47q16 22 42 25.5t47 -12.5q235 -175 341 -449z" /> | ||
2365 | <glyph glyph-name="uniF2A3" unicode="" horiz-adv-x="2304" | ||
2366 | d="M1032 576q-59 2 -84 55q-17 34 -48 53.5t-68 19.5q-53 0 -90.5 -37.5t-37.5 -90.5q0 -56 36 -89l10 -8q34 -31 82 -31q37 0 68 19.5t48 53.5q25 53 84 55zM1600 704q0 56 -36 89l-10 8q-34 31 -82 31q-37 0 -68 -19.5t-48 -53.5q-25 -53 -84 -55q59 -2 84 -55 | ||
2367 | q17 -34 48 -53.5t68 -19.5q53 0 90.5 37.5t37.5 90.5zM1174 925q-17 -35 -55 -48t-73 4q-62 31 -134 31q-51 0 -99 -17q3 0 9.5 0.5t9.5 0.5q92 0 170.5 -50t118.5 -133q17 -36 3.5 -73.5t-49.5 -54.5q-18 -9 -39 -9q21 0 39 -9q36 -17 49.5 -54.5t-3.5 -73.5 | ||
2368 | q-40 -83 -118.5 -133t-170.5 -50h-6q-16 2 -44 4l-290 27l-239 -120q-14 -7 -29 -7q-40 0 -57 35l-160 320q-11 23 -4 47.5t29 37.5l209 119l148 267q17 155 91.5 291.5t195.5 236.5q31 25 70.5 21.5t64.5 -34.5t21.5 -70t-34.5 -65q-70 -59 -117 -128q123 84 267 101 | ||
2369 | q40 5 71.5 -19t35.5 -64q5 -40 -19 -71.5t-64 -35.5q-84 -10 -159 -55q46 10 99 10q115 0 218 -50q36 -18 49 -55.5t-5 -73.5zM2137 1085l160 -320q11 -23 4 -47.5t-29 -37.5l-209 -119l-148 -267q-17 -155 -91.5 -291.5t-195.5 -236.5q-26 -22 -61 -22q-45 0 -74 35 | ||
2370 | q-25 31 -21.5 70t34.5 65q70 59 117 128q-123 -84 -267 -101q-4 -1 -12 -1q-36 0 -63.5 24t-31.5 60q-5 40 19 71.5t64 35.5q84 10 159 55q-46 -10 -99 -10q-115 0 -218 50q-36 18 -49 55.5t5 73.5q17 35 55 48t73 -4q62 -31 134 -31q51 0 99 17q-3 0 -9.5 -0.5t-9.5 -0.5 | ||
2371 | q-92 0 -170.5 50t-118.5 133q-17 36 -3.5 73.5t49.5 54.5q18 9 39 9q-21 0 -39 9q-36 17 -49.5 54.5t3.5 73.5q40 83 118.5 133t170.5 50h6h1q14 -2 42 -4l291 -27l239 120q14 7 29 7q40 0 57 -35z" /> | ||
2372 | <glyph glyph-name="uniF2A4" unicode="" horiz-adv-x="1792" | ||
2373 | d="M1056 704q0 -26 19 -45t45 -19t45 19t19 45q0 146 -103 249t-249 103t-249 -103t-103 -249q0 -26 19 -45t45 -19t45 19t19 45q0 93 66 158.5t158 65.5t158 -65.5t66 -158.5zM835 1280q-117 0 -223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5q0 -26 19 -45t45 -19t45 19 | ||
2374 | t19 45q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -55 -18 -103.5t-37.5 -74.5t-59.5 -72q-34 -39 -52 -63t-43.5 -66.5t-37 -91t-11.5 -105.5q0 -106 -75 -181t-181 -75q-26 0 -45 -19t-19 -45t19 -45t45 -19q159 0 271.5 112.5t112.5 271.5q0 41 7.5 74 | ||
2375 | t26.5 64t33.5 50t45.5 54q35 41 53 64.5t44 67.5t37.5 93.5t11.5 108.5q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5zM591 561l226 -226l-579 -579q-12 -12 -29 -12t-29 12l-168 168q-12 12 -12 29t12 29zM1612 1524l168 -168q12 -12 12 -29t-12 -30l-233 -233 | ||
2376 | l-26 -25l-71 -71q-66 153 -195 258l91 91l207 207q13 12 30 12t29 -12z" /> | ||
2377 | <glyph glyph-name="uniF2A5" unicode="" | ||
2378 | d="M866 1021q0 -27 -13 -94q-11 -50 -31.5 -150t-30.5 -150q-2 -11 -4.5 -12.5t-13.5 -2.5q-20 -2 -31 -2q-58 0 -84 49.5t-26 113.5q0 88 35 174t103 124q28 14 51 14q28 0 36.5 -16.5t8.5 -47.5zM1352 597q0 14 -39 75.5t-52 66.5q-21 8 -34 8q-91 0 -226 -77l-2 2 | ||
2379 | q3 22 27.5 135t24.5 178q0 233 -242 233q-24 0 -68 -6q-94 -17 -168.5 -89.5t-111.5 -166.5t-37 -189q0 -146 80.5 -225t227.5 -79q25 0 25 -3t-1 -5q-4 -34 -26 -117q-14 -52 -51.5 -101t-82.5 -49q-42 0 -42 47q0 24 10.5 47.5t25 39.5t29.5 28.5t26 20t11 8.5q0 3 -7 10 | ||
2380 | q-24 22 -58.5 36.5t-65.5 14.5q-35 0 -63.5 -34t-41 -75t-12.5 -75q0 -88 51.5 -142t138.5 -54q82 0 155 53t117.5 126t65.5 153q6 22 15.5 66.5t14.5 66.5q3 12 14 18q118 60 227 60q48 0 127 -18q1 -1 4 -1q5 0 9.5 4.5t4.5 8.5zM1536 1120v-960q0 -119 -84.5 -203.5 | ||
2381 | t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
2382 | <glyph glyph-name="uniF2A6" unicode="" horiz-adv-x="1535" | ||
2383 | d="M744 1231q0 24 -2 38.5t-8.5 30t-21 23t-37.5 7.5q-39 0 -78 -23q-105 -58 -159 -190.5t-54 -269.5q0 -44 8.5 -85.5t26.5 -80.5t52.5 -62.5t81.5 -23.5q4 0 18 -0.5t20 0t16 3t15 8.5t7 16q16 77 48 231.5t48 231.5q19 91 19 146zM1498 575q0 -7 -7.5 -13.5t-15.5 -6.5 | ||
2384 | l-6 1q-22 3 -62 11t-72 12.5t-63 4.5q-167 0 -351 -93q-15 -8 -21 -27q-10 -36 -24.5 -105.5t-22.5 -100.5q-23 -91 -70 -179.5t-112.5 -164.5t-154.5 -123t-185 -47q-135 0 -214.5 83.5t-79.5 219.5q0 53 19.5 117t63 116.5t97.5 52.5q38 0 120 -33.5t83 -61.5 | ||
2385 | q0 -1 -16.5 -12.5t-39.5 -31t-46 -44.5t-39 -61t-16 -74q0 -33 16.5 -53t48.5 -20q45 0 85 31.5t66.5 78t48 105.5t32.5 107t16 90v9q0 2 -3.5 3.5t-8.5 1.5h-10t-10 -0.5t-6 -0.5q-227 0 -352 122.5t-125 348.5q0 108 34.5 221t96 210t156 167.5t204.5 89.5q52 9 106 9 | ||
2386 | q374 0 374 -360q0 -98 -38 -273t-43 -211l3 -3q101 57 182.5 88t167.5 31q22 0 53 -13q19 -7 80 -102.5t61 -116.5z" /> | ||
2387 | <glyph glyph-name="uniF2A7" unicode="" horiz-adv-x="1664" | ||
2388 | d="M831 863q32 0 59 -18l222 -148q61 -40 110 -97l146 -170q40 -46 29 -106l-72 -413q-6 -32 -29.5 -53.5t-55.5 -25.5l-527 -56l-352 -32h-9q-39 0 -67.5 28t-28.5 68q0 37 27 64t65 32l260 32h-448q-41 0 -69.5 30t-26.5 71q2 39 32 65t69 26l442 1l-521 64q-41 5 -66 37 | ||
2389 | t-19 73q6 35 34.5 57.5t65.5 22.5h10l481 -60l-351 94q-38 10 -62 41.5t-18 68.5q6 36 33 58.5t62 22.5q6 0 20 -2l448 -96l217 -37q1 0 3 -0.5t3 -0.5q23 0 30.5 23t-12.5 36l-186 125q-35 23 -42 63.5t18 73.5q27 38 76 38zM761 661l186 -125l-218 37l-5 2l-36 38 | ||
2390 | l-238 262q-1 1 -2.5 3.5t-2.5 3.5q-24 31 -18.5 70t37.5 64q31 23 68 17.5t64 -33.5l142 -147q-2 -1 -5 -3.5t-4 -4.5q-32 -45 -23 -99t55 -85zM1648 1115l15 -266q4 -73 -11 -147l-48 -219q-12 -59 -67 -87l-106 -54q2 62 -39 109l-146 170q-53 61 -117 103l-222 148 | ||
2391 | q-34 23 -76 23q-51 0 -88 -37l-235 312q-25 33 -18 73.5t41 63.5q33 22 71.5 14t62.5 -40l266 -352l-262 455q-21 35 -10.5 75t47.5 59q35 18 72.5 6t57.5 -46l241 -420l-136 337q-15 35 -4.5 74t44.5 56q37 19 76 6t56 -51l193 -415l101 -196q8 -15 23 -17.5t27 7.5t11 26 | ||
2392 | l-12 224q-2 41 26 71t69 31q39 0 67 -28.5t30 -67.5z" /> | ||
2393 | <glyph glyph-name="uniF2A8" unicode="" horiz-adv-x="1792" | ||
2394 | d="M335 180q-2 0 -6 2q-86 57 -168.5 145t-139.5 180q-21 30 -21 69q0 9 2 19t4 18t7 18t8.5 16t10.5 17t10 15t12 15.5t11 14.5q184 251 452 365q-110 198 -110 211q0 19 17 29q116 64 128 64q18 0 28 -16l124 -229q92 19 192 19q266 0 497.5 -137.5t378.5 -369.5 | ||
2395 | q20 -31 20 -69t-20 -69q-91 -142 -218.5 -253.5t-278.5 -175.5q110 -198 110 -211q0 -20 -17 -29q-116 -64 -127 -64q-19 0 -29 16l-124 229l-64 119l-444 820l7 7q-58 -24 -99 -47q3 -5 127 -234t243 -449t119 -223q0 -7 -9 -9q-13 -3 -72 -3q-57 0 -60 7l-456 841 | ||
2396 | q-39 -28 -82 -68q24 -43 214 -393.5t190 -354.5q0 -10 -11 -10q-14 0 -82.5 22t-72.5 28l-106 197l-224 413q-44 -53 -78 -106q2 -3 18 -25t23 -34l176 -327q0 -10 -10 -10zM1165 282l49 -91q273 111 450 385q-180 277 -459 389q67 -64 103 -148.5t36 -176.5 | ||
2397 | q0 -106 -47 -200.5t-132 -157.5zM848 896q0 -20 14 -34t34 -14q86 0 147 -61t61 -147q0 -20 14 -34t34 -14t34 14t14 34q0 126 -89 215t-215 89q-20 0 -34 -14t-14 -34zM1214 961l-9 4l7 -7z" /> | ||
2398 | <glyph glyph-name="uniF2A9" unicode="" horiz-adv-x="1280" | ||
2399 | d="M1050 430q0 -215 -147 -374q-148 -161 -378 -161q-232 0 -378 161q-147 159 -147 374q0 147 68 270.5t189 196.5t268 73q96 0 182 -31q-32 -62 -39 -126q-66 28 -143 28q-167 0 -280.5 -123t-113.5 -291q0 -170 112.5 -288.5t281.5 -118.5t281 118.5t112 288.5 | ||
2400 | q0 89 -32 166q66 13 123 49q41 -98 41 -212zM846 619q0 -192 -79.5 -345t-238.5 -253l-14 -1q-29 0 -62 5q83 32 146.5 102.5t99.5 154.5t58.5 189t30 192.5t7.5 178.5q0 69 -3 103q55 -160 55 -326zM791 947v-2q-73 214 -206 440q88 -59 142.5 -186.5t63.5 -251.5z | ||
2401 | M1035 744q-83 0 -160 75q218 120 290 247q19 37 21 56q-42 -94 -139.5 -166.5t-204.5 -97.5q-35 54 -35 113q0 37 17 79t43 68q46 44 157 74q59 16 106 58.5t74 100.5q74 -105 74 -253q0 -109 -24 -170q-32 -77 -88.5 -130.5t-130.5 -53.5z" /> | ||
2402 | <glyph glyph-name="uniF2AA" unicode="" | ||
2403 | d="M1050 495q0 78 -28 147q-41 -25 -85 -34q22 -50 22 -114q0 -117 -77 -198.5t-193 -81.5t-193.5 81.5t-77.5 198.5q0 115 78 199.5t193 84.5q53 0 98 -19q4 43 27 87q-60 21 -125 21q-154 0 -257.5 -108.5t-103.5 -263.5t103.5 -261t257.5 -106t257.5 106.5t103.5 260.5z | ||
2404 | M872 850q2 -24 2 -71q0 -63 -5 -123t-20.5 -132.5t-40.5 -130t-68.5 -106t-100.5 -70.5q21 -3 42 -3h10q219 139 219 411q0 116 -38 225zM872 850q-4 80 -44 171.5t-98 130.5q92 -156 142 -302zM1207 955q0 102 -51 174q-41 -86 -124 -109q-69 -19 -109 -53.5t-40 -99.5 | ||
2405 | q0 -40 24 -77q74 17 140.5 67t95.5 115q-4 -52 -74.5 -111.5t-138.5 -97.5q52 -52 110 -52q51 0 90 37t60 90q17 42 17 117zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 | ||
2406 | t84.5 -203.5z" /> | ||
2407 | <glyph glyph-name="uniF2AB" unicode="" | ||
2408 | d="M1279 388q0 22 -22 27q-67 15 -118 59t-80 108q-7 19 -7 25q0 15 19.5 26t43 17t43 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-12 0 -32 -8t-31 -8q-4 0 -12 2q5 95 5 114q0 79 -17 114q-36 78 -103 121.5t-152 43.5q-199 0 -275 -165q-17 -35 -17 -114q0 -19 5 -114 | ||
2409 | q-4 -2 -14 -2q-12 0 -32 7.5t-30 7.5q-21 0 -38.5 -12t-17.5 -32q0 -21 19.5 -35.5t43 -20.5t43 -17t19.5 -26q0 -6 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -46 137 -68q2 -5 6 -26t11.5 -30.5t23.5 -9.5q12 0 37.5 4.5t39.5 4.5q35 0 67 -15t54 -32.5t57.5 -32.5 | ||
2410 | t76.5 -15q43 0 79 15t57.5 32.5t53.5 32.5t67 15q14 0 39.5 -4t38.5 -4q16 0 23 10t11 30t6 25q137 22 137 68zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 | ||
2411 | t103 -385.5z" /> | ||
2412 | <glyph glyph-name="uniF2AC" unicode="" horiz-adv-x="1664" | ||
2413 | d="M848 1408q134 1 240.5 -68.5t163.5 -192.5q27 -58 27 -179q0 -47 -9 -191q14 -7 28 -7q18 0 51 13.5t51 13.5q29 0 56 -18t27 -46q0 -32 -31.5 -54t-69 -31.5t-69 -29t-31.5 -47.5q0 -15 12 -43q37 -82 102.5 -150t144.5 -101q28 -12 80 -23q28 -6 28 -35 | ||
2414 | q0 -70 -219 -103q-7 -11 -11 -39t-14 -46.5t-33 -18.5q-20 0 -62 6.5t-64 6.5q-37 0 -62 -5q-32 -5 -63 -22.5t-58 -38t-58 -40.5t-76 -33.5t-99 -13.5q-52 0 -96.5 13.5t-75 33.5t-57.5 40.5t-58 38t-62 22.5q-26 5 -63 5q-24 0 -65.5 -7.5t-58.5 -7.5q-25 0 -35 18.5 | ||
2415 | t-14 47.5t-11 40q-219 33 -219 103q0 29 28 35q52 11 80 23q78 32 144.5 101t102.5 150q12 28 12 43q0 28 -31.5 47.5t-69.5 29.5t-69.5 31.5t-31.5 52.5q0 27 26 45.5t55 18.5q15 0 48 -13t53 -13q18 0 32 7q-9 142 -9 190q0 122 27 180q64 137 172 198t264 63z" /> | ||
2416 | <glyph glyph-name="uniF2AD" unicode="" | ||
2417 | d="M1280 388q0 22 -22 27q-67 14 -118 58t-80 109q-7 14 -7 25q0 15 19.5 26t42.5 17t42.5 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-11 0 -31 -8t-32 -8q-4 0 -12 2q5 63 5 115q0 78 -17 114q-36 78 -102.5 121.5t-152.5 43.5q-198 0 -275 -165q-18 -38 -18 -115 | ||
2418 | q0 -38 6 -114q-10 -2 -15 -2q-11 0 -31.5 8t-30.5 8q-20 0 -37.5 -12.5t-17.5 -32.5q0 -21 19.5 -35.5t42.5 -20.5t42.5 -17t19.5 -26q0 -11 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -47 138 -69q2 -5 6 -26t11 -30.5t23 -9.5q13 0 38.5 5t38.5 5q35 0 67.5 -15 | ||
2419 | t54.5 -32.5t57.5 -32.5t76.5 -15q43 0 79 15t57.5 32.5t54 32.5t67.5 15q13 0 39 -4.5t39 -4.5q15 0 22.5 9.5t11.5 31t5 24.5q138 22 138 69zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960 | ||
2420 | q119 0 203.5 -84.5t84.5 -203.5z" /> | ||
2421 | <glyph glyph-name="uniF2AE" unicode="" horiz-adv-x="2304" | ||
2422 | d="M2304 1536q-69 -46 -125 -92t-89 -81t-59.5 -71.5t-37.5 -57.5t-22 -44.5t-14 -29.5q-10 -18 -35.5 -136.5t-48.5 -164.5q-15 -29 -50 -60.5t-67.5 -50.5t-72.5 -41t-48 -28q-47 -31 -151 -231q-341 14 -630 -158q-92 -53 -303 -179q47 16 86 31t55 22l15 7 | ||
2423 | q71 27 163 64.5t133.5 53.5t108 34.5t142.5 31.5q186 31 465 -7q1 0 10 -3q11 -6 14 -17t-3 -22l-194 -345q-15 -29 -47 -22q-128 24 -354 24q-146 0 -402 -44.5t-392 -46.5q-82 -1 -149 13t-107 37t-61 40t-33 34l-1 1v2q0 6 6 6q138 0 371 55q192 366 374.5 524t383.5 158 | ||
2424 | q5 0 14.5 -0.5t38 -5t55 -12t61.5 -24.5t63 -39.5t54 -59t40 -82.5l102 177q2 4 21 42.5t44.5 86.5t61 109.5t84 133.5t100.5 137q66 82 128 141.5t121.5 96.5t92.5 53.5t88 39.5z" /> | ||
2425 | <glyph glyph-name="uniF2B0" unicode="" | ||
2426 | d="M1322 640q0 -45 -5 -76l-236 14l224 -78q-19 -73 -58 -141l-214 103l177 -158q-44 -61 -107 -108l-157 178l103 -215q-61 -37 -140 -59l-79 228l14 -240q-38 -6 -76 -6t-76 6l14 238l-78 -226q-74 19 -140 59l103 215l-157 -178q-59 43 -108 108l178 158l-214 -104 | ||
2427 | q-39 69 -58 141l224 79l-237 -14q-5 42 -5 76q0 35 5 77l238 -14l-225 79q19 73 58 140l214 -104l-177 159q46 61 107 108l158 -178l-103 215q67 39 140 58l77 -224l-13 236q36 6 75 6q38 0 76 -6l-14 -237l78 225q74 -19 140 -59l-103 -214l158 178q61 -47 107 -108 | ||
2428 | l-177 -159l213 104q37 -62 58 -141l-224 -78l237 14q5 -31 5 -77zM1352 640q0 160 -78.5 295.5t-213 214t-292.5 78.5q-119 0 -227 -46.5t-186.5 -125t-124.5 -187.5t-46 -229q0 -119 46 -228t124.5 -187.5t186.5 -125t227 -46.5q158 0 292.5 78.5t213 214t78.5 294.5z | ||
2429 | M1425 1023v-766l-657 -383l-657 383v766l657 383zM768 -183l708 412v823l-708 411l-708 -411v-823zM1536 1088v-896l-768 -448l-768 448v896l768 448z" /> | ||
2430 | <glyph glyph-name="uniF2B1" unicode="" horiz-adv-x="1664" | ||
2431 | d="M339 1318h691l-26 -72h-665q-110 0 -188.5 -79t-78.5 -189v-771q0 -95 60.5 -169.5t153.5 -93.5q23 -5 98 -5v-72h-45q-140 0 -239.5 100t-99.5 240v771q0 140 99.5 240t239.5 100zM1190 1536h247l-482 -1294q-23 -61 -40.5 -103.5t-45 -98t-54 -93.5t-64.5 -78.5 | ||
2432 | t-79.5 -65t-95.5 -41t-116 -18.5v195q163 26 220 182q20 52 20 105q0 54 -20 106l-285 733h228l187 -585zM1664 978v-1111h-795q37 55 45 73h678v1038q0 85 -49.5 155t-129.5 99l25 67q101 -34 163.5 -123.5t62.5 -197.5z" /> | ||
2433 | <glyph glyph-name="uniF2B2" unicode="" horiz-adv-x="1792" | ||
2434 | d="M852 1227q0 -29 -17 -52.5t-45 -23.5t-45 23.5t-17 52.5t17 52.5t45 23.5t45 -23.5t17 -52.5zM688 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50 -21.5t-20 -51.5v-114q0 -30 20.5 -52t49.5 -22q30 0 50.5 22t20.5 52zM860 -149v114q0 30 -20 51.5t-50 21.5t-50.5 -21.5 | ||
2435 | t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22q29 0 49.5 22t20.5 52zM1034 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1208 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114 | ||
2436 | q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1476 535q-84 -160 -232 -259.5t-323 -99.5q-123 0 -229.5 51.5t-178.5 137t-113 197.5t-41 232q0 88 21 174q-104 -175 -104 -390q0 -162 65 -312t185 -251q30 57 91 57q56 0 86 -50q32 50 87 50q56 0 86 -50q32 50 87 50t87 -50 | ||
2437 | q30 50 86 50q28 0 52.5 -15.5t37.5 -40.5q112 94 177 231.5t73 287.5zM1326 564q0 75 -72 75q-17 0 -47 -6q-95 -19 -149 -19q-226 0 -226 243q0 86 30 204q-83 -127 -83 -275q0 -150 89 -260.5t235 -110.5q111 0 210 70q13 48 13 79zM884 1223q0 50 -32 89.5t-81 39.5 | ||
2438 | t-81 -39.5t-32 -89.5q0 -51 31.5 -90.5t81.5 -39.5t81.5 39.5t31.5 90.5zM1513 884q0 96 -37.5 179t-113 137t-173.5 54q-77 0 -149 -35t-127 -94q-48 -159 -48 -268q0 -104 45.5 -157t147.5 -53q53 0 142 19q36 6 53 6q51 0 77.5 -28t26.5 -80q0 -26 -4 -46 | ||
2439 | q75 68 117.5 165.5t42.5 200.5zM1792 667q0 -111 -33.5 -249.5t-93.5 -204.5q-58 -64 -195 -142.5t-228 -104.5l-4 -1v-114q0 -43 -29.5 -75t-72.5 -32q-56 0 -86 50q-32 -50 -87 -50t-87 50q-30 -50 -86 -50q-55 0 -87 50q-30 -50 -86 -50q-47 0 -75 33.5t-28 81.5 | ||
2440 | q-90 -68 -198 -68q-118 0 -211 80q54 1 106 20q-113 31 -182 127q32 -7 71 -7q89 0 164 46q-192 192 -240 306q-24 56 -24 160q0 57 9 125.5t31.5 146.5t55 141t86.5 105t120 42q59 0 81 -52q19 29 42 54q2 3 12 13t13 16q10 15 23 38t25 42t28 39q87 111 211.5 177 | ||
2441 | t260.5 66q35 0 62 -4q59 64 146 64q83 0 140 -57q5 -5 5 -12q0 -5 -6 -13.5t-12.5 -16t-16 -17l-10.5 -10.5q17 -6 36 -18t19 -24q0 -6 -16 -25q157 -138 197 -378q25 30 60 30q45 0 100 -49q90 -80 90 -279z" /> | ||
2442 | <glyph glyph-name="uniF2B3" unicode="" | ||
2443 | d="M917 631q0 33 -6 64h-362v-132h217q-12 -76 -74.5 -120.5t-142.5 -44.5q-99 0 -169 71.5t-70 170.5t70 170.5t169 71.5q93 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585h109v110 | ||
2444 | h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> | ||
2445 | <glyph glyph-name="uniF2B4" unicode="" | ||
2446 | d="M1536 1024v-839q0 -48 -49 -62q-174 -52 -338 -52q-73 0 -215.5 29.5t-227.5 29.5q-164 0 -370 -48v-338h-160v1368q-63 25 -101 81t-38 124q0 91 64 155t155 64t155 -64t64 -155q0 -68 -38 -124t-101 -81v-68q190 44 343 44q99 0 198 -15q14 -2 111.5 -22.5t149.5 -20.5 | ||
2447 | q77 0 165 18q11 2 80 21t89 19q26 0 45 -19t19 -45z" /> | ||
2448 | <glyph glyph-name="uniF2B5" unicode="" horiz-adv-x="2304" | ||
2449 | d="M192 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32zM1665 442q-10 13 -38.5 50t-41.5 54t-38 49t-42.5 53t-40.5 47t-45 49l-125 -140q-83 -94 -208.5 -92t-205.5 98q-57 69 -56.5 158t58.5 157l177 206q-22 11 -51 16.5t-47.5 6t-56.5 -0.5t-49 -1q-92 0 -158 -66 | ||
2450 | l-158 -158h-155v-544q5 0 21 0.5t22 0t19.5 -2t20.5 -4.5t17.5 -8.5t18.5 -13.5l297 -292q115 -111 227 -111q78 0 125 47q57 -20 112.5 8t72.5 85q74 -6 127 44q20 18 36 45.5t14 50.5q10 -10 43 -10q43 0 77 21t49.5 53t12 71.5t-30.5 73.5zM1824 384h96v512h-93l-157 180 | ||
2451 | q-66 76 -169 76h-167q-89 0 -146 -67l-209 -243q-28 -33 -28 -75t27 -75q43 -51 110 -52t111 49l193 218q25 23 53.5 21.5t47 -27t8.5 -56.5q16 -19 56 -63t60 -68q29 -36 82.5 -105.5t64.5 -84.5q52 -66 60 -140zM2112 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32z | ||
2452 | M2304 960v-640q0 -26 -19 -45t-45 -19h-434q-27 -65 -82 -106.5t-125 -51.5q-33 -48 -80.5 -81.5t-102.5 -45.5q-42 -53 -104.5 -81.5t-128.5 -24.5q-60 -34 -126 -39.5t-127.5 14t-117 53.5t-103.5 81l-287 282h-358q-26 0 -45 19t-19 45v672q0 26 19 45t45 19h421 | ||
2453 | q14 14 47 48t47.5 48t44 40t50.5 37.5t51 25.5t62 19.5t68 5.5h117q99 0 181 -56q82 56 181 56h167q35 0 67 -6t56.5 -14.5t51.5 -26.5t44.5 -31t43 -39.5t39 -42t41 -48t41.5 -48.5h355q26 0 45 -19t19 -45z" /> | ||
2454 | <glyph glyph-name="uniF2B6" unicode="" horiz-adv-x="1792" | ||
2455 | d="M1792 882v-978q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v978q0 15 11 24q8 7 39 34.5t41.5 36t45.5 37.5t70 55.5t96 73t143.5 107t192.5 140.5q5 4 52.5 40t71.5 52.5t64 35t69 18.5t69 -18.5t65 -35.5t71 -52t52 -40q110 -80 192.5 -140.5t143.5 -107 | ||
2456 | t96 -73t70 -55.5t45.5 -37.5t41.5 -36t39 -34.5q11 -9 11 -24zM1228 297q263 191 345 252q11 8 12.5 20.5t-6.5 23.5l-38 52q-8 11 -21 12.5t-24 -6.5q-231 -169 -343 -250q-5 -3 -52 -39t-71.5 -52.5t-64.5 -35t-69 -18.5t-69 18.5t-64.5 35t-71.5 52.5t-52 39 | ||
2457 | q-186 134 -343 250q-11 8 -24 6.5t-21 -12.5l-38 -52q-8 -11 -6.5 -23.5t12.5 -20.5q82 -61 345 -252q10 -8 50 -38t65 -47t64 -39.5t77.5 -33.5t75.5 -11t75.5 11t79 34.5t64.5 39.5t65 47.5t48 36.5z" /> | ||
2458 | <glyph glyph-name="uniF2B7" unicode="" horiz-adv-x="1792" | ||
2459 | d="M1474 623l39 -51q8 -11 6.5 -23.5t-11.5 -20.5q-43 -34 -126.5 -98.5t-146.5 -113t-67 -51.5q-39 -32 -60 -48t-60.5 -41t-76.5 -36.5t-74 -11.5h-1h-1q-37 0 -74 11.5t-76 36.5t-61 41.5t-60 47.5q-5 4 -65 50.5t-143.5 111t-122.5 94.5q-11 8 -12.5 20.5t6.5 23.5 | ||
2460 | l37 52q8 11 21.5 13t24.5 -7q94 -73 306 -236q5 -4 43.5 -35t60.5 -46.5t56.5 -32.5t58.5 -17h1h1q24 0 58.5 17t56.5 32.5t60.5 46.5t43.5 35q258 198 313 242q11 8 24 6.5t21 -12.5zM1664 -96v928q-90 83 -159 139q-91 74 -389 304q-3 2 -43 35t-61 48t-56 32.5t-59 17.5 | ||
2461 | h-1h-1q-24 0 -59 -17.5t-56 -32.5t-61 -48t-43 -35q-215 -166 -315.5 -245.5t-129.5 -104t-82 -74.5q-14 -12 -21 -19v-928q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 832v-928q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v928q0 56 41 94 | ||
2462 | q123 114 350 290.5t233 181.5q36 30 59 47.5t61.5 42t76 36.5t74.5 12h1h1q37 0 74.5 -12t76 -36.5t61.5 -42t59 -47.5q43 -36 156 -122t226 -177t201 -173q41 -38 41 -94z" /> | ||
2463 | <glyph glyph-name="uniF2B8" unicode="" | ||
2464 | d="M330 1l202 -214l-34 236l-216 213zM556 -225l274 218l-11 245l-300 -215zM245 413l227 -213l-48 327l-245 204zM495 189l317 214l-14 324l-352 -200zM843 178l95 -80l-2 239l-103 79q0 -1 1 -8.5t0 -12t-5 -7.5l-78 -52l85 -70q7 -6 7 -88zM138 930l256 -200l-68 465 | ||
2465 | l-279 173zM1173 267l15 234l-230 -164l2 -240zM417 722l373 194l-19 441l-423 -163zM1270 357l20 233l-226 142l-2 -105l144 -95q6 -4 4 -9l-7 -119zM1461 496l30 222l-179 -128l-20 -228zM1273 329l-71 49l-8 -117q0 -5 -4 -8l-234 -187q-7 -5 -14 0l-98 83l7 -161 | ||
2466 | q0 -5 -4 -8l-293 -234q-4 -2 -6 -2q-8 2 -8 3l-228 242q-4 4 -59 277q-2 7 5 11l61 37q-94 86 -95 92l-72 351q-2 7 6 12l94 45q-133 100 -135 108l-96 466q-2 10 7 13l433 135q5 0 8 -1l317 -153q6 -4 6 -9l20 -463q0 -7 -6 -10l-118 -61l126 -85q5 -2 5 -8l5 -123l121 74 | ||
2467 | q5 4 11 0l84 -56l3 110q0 6 5 9l206 126q6 3 11 0l245 -135q4 -4 5 -7t-6.5 -60t-17.5 -124.5t-10 -70.5q0 -5 -4 -7l-191 -153q-6 -5 -13 0z" /> | ||
2468 | <glyph glyph-name="uniF2B9" unicode="" horiz-adv-x="1664" | ||
2469 | d="M1201 298q0 57 -5.5 107t-21 100.5t-39.5 86t-64 58t-91 22.5q-6 -4 -33.5 -20.5t-42.5 -24.5t-40.5 -20t-49 -17t-46.5 -5t-46.5 5t-49 17t-40.5 20t-42.5 24.5t-33.5 20.5q-51 0 -91 -22.5t-64 -58t-39.5 -86t-21 -100.5t-5.5 -107q0 -73 42 -121.5t103 -48.5h576 | ||
2470 | q61 0 103 48.5t42 121.5zM1028 892q0 108 -76.5 184t-183.5 76t-183.5 -76t-76.5 -184q0 -107 76.5 -183t183.5 -76t183.5 76t76.5 183zM1664 352v-192q0 -14 -9 -23t-23 -9h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216 | ||
2471 | q66 0 113 -47t47 -113v-224h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23z" /> | ||
2472 | <glyph glyph-name="uniF2BA" unicode="" horiz-adv-x="1664" | ||
2473 | d="M1028 892q0 -107 -76.5 -183t-183.5 -76t-183.5 76t-76.5 183q0 108 76.5 184t183.5 76t183.5 -76t76.5 -184zM980 672q46 0 82.5 -17t60 -47.5t39.5 -67t24 -81t11.5 -82.5t3.5 -79q0 -67 -39.5 -118.5t-105.5 -51.5h-576q-66 0 -105.5 51.5t-39.5 118.5q0 48 4.5 93.5 | ||
2474 | t18.5 98.5t36.5 91.5t63 64.5t93.5 26h5q7 -4 32 -19.5t35.5 -21t33 -17t37 -16t35 -9t39.5 -4.5t39.5 4.5t35 9t37 16t33 17t35.5 21t32 19.5zM1664 928q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96 | ||
2475 | q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216q66 0 113 -47t47 -113v-224h96q13 0 22.5 -9.5t9.5 -22.5v-192zM1408 -96v1472q0 13 -9.5 22.5t-22.5 9.5h-1216 | ||
2476 | q-13 0 -22.5 -9.5t-9.5 -22.5v-1472q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5z" /> | ||
2477 | <glyph glyph-name="uniF2BB" unicode="" horiz-adv-x="2048" | ||
2478 | d="M1024 405q0 64 -9 117.5t-29.5 103t-60.5 78t-97 28.5q-6 -4 -30 -18t-37.5 -21.5t-35.5 -17.5t-43 -14.5t-42 -4.5t-42 4.5t-43 14.5t-35.5 17.5t-37.5 21.5t-30 18q-57 0 -97 -28.5t-60.5 -78t-29.5 -103t-9 -117.5t37 -106.5t91 -42.5h512q54 0 91 42.5t37 106.5z | ||
2479 | M867 925q0 94 -66.5 160.5t-160.5 66.5t-160.5 -66.5t-66.5 -160.5t66.5 -160.5t160.5 -66.5t160.5 66.5t66.5 160.5zM1792 416v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1792 676v56q0 15 -10.5 25.5t-25.5 10.5h-568 | ||
2480 | q-15 0 -25.5 -10.5t-10.5 -25.5v-56q0 -15 10.5 -25.5t25.5 -10.5h568q15 0 25.5 10.5t10.5 25.5zM1792 928v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-352v96q0 14 -9 23t-23 9 | ||
2481 | h-64q-14 0 -23 -9t-9 -23v-96h-768v96q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-96h-352q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" /> | ||
2482 | <glyph glyph-name="uniF2BC" unicode="" horiz-adv-x="2048" | ||
2483 | d="M1024 405q0 -64 -37 -106.5t-91 -42.5h-512q-54 0 -91 42.5t-37 106.5t9 117.5t29.5 103t60.5 78t97 28.5q6 -4 30 -18t37.5 -21.5t35.5 -17.5t43 -14.5t42 -4.5t42 4.5t43 14.5t35.5 17.5t37.5 21.5t30 18q57 0 97 -28.5t60.5 -78t29.5 -103t9 -117.5zM867 925 | ||
2484 | q0 -94 -66.5 -160.5t-160.5 -66.5t-160.5 66.5t-66.5 160.5t66.5 160.5t160.5 66.5t160.5 -66.5t66.5 -160.5zM1792 480v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1792 732v-56q0 -15 -10.5 -25.5t-25.5 -10.5h-568 | ||
2485 | q-15 0 -25.5 10.5t-10.5 25.5v56q0 15 10.5 25.5t25.5 10.5h568q15 0 25.5 -10.5t10.5 -25.5zM1792 992v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1920 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1728q-13 0 -22.5 -9.5 | ||
2486 | t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h352v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h768v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h352q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113 | ||
2487 | t113 47h1728q66 0 113 -47t47 -113z" /> | ||
2488 | <glyph glyph-name="uniF2BD" unicode="" horiz-adv-x="1792" | ||
2489 | d="M1523 197q-22 155 -87.5 257.5t-184.5 118.5q-67 -74 -159.5 -115.5t-195.5 -41.5t-195.5 41.5t-159.5 115.5q-119 -16 -184.5 -118.5t-87.5 -257.5q106 -150 271 -237.5t356 -87.5t356 87.5t271 237.5zM1280 896q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5 | ||
2490 | t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1792 640q0 -182 -71 -347.5t-190.5 -286t-285.5 -191.5t-349 -71q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
2491 | <glyph glyph-name="uniF2BE" unicode="" horiz-adv-x="1792" | ||
2492 | d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348q0 -181 -70.5 -347t-190.5 -286t-286 -191.5t-349 -71.5t-349 71t-285.5 191.5t-190.5 286t-71 347.5t71 348t191 286t286 191t348 71zM1515 185q149 205 149 455q0 156 -61 298t-164 245t-245 164t-298 61t-298 -61 | ||
2493 | t-245 -164t-164 -245t-61 -298q0 -250 149 -455q66 327 306 327q131 -128 313 -128t313 128q240 0 306 -327zM1280 832q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5z" /> | ||
2494 | <glyph glyph-name="uniF2C0" unicode="" | ||
2495 | d="M1201 752q47 -14 89.5 -38t89 -73t79.5 -115.5t55 -172t22 -236.5q0 -154 -100 -263.5t-241 -109.5h-854q-141 0 -241 109.5t-100 263.5q0 131 22 236.5t55 172t79.5 115.5t89 73t89.5 38q-79 125 -79 272q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5 | ||
2496 | t198.5 -40.5t163.5 -109.5t109.5 -163.5t40.5 -198.5q0 -147 -79 -272zM768 1408q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5zM1195 -128q88 0 150.5 71.5t62.5 173.5q0 239 -78.5 377t-225.5 145 | ||
2497 | q-145 -127 -336 -127t-336 127q-147 -7 -225.5 -145t-78.5 -377q0 -102 62.5 -173.5t150.5 -71.5h854z" /> | ||
2498 | <glyph glyph-name="uniF2C1" unicode="" horiz-adv-x="1280" | ||
2499 | d="M1024 278q0 -64 -37 -107t-91 -43h-512q-54 0 -91 43t-37 107t9 118t29.5 104t61 78.5t96.5 28.5q80 -75 188 -75t188 75q56 0 96.5 -28.5t61 -78.5t29.5 -104t9 -118zM870 797q0 -94 -67.5 -160.5t-162.5 -66.5t-162.5 66.5t-67.5 160.5t67.5 160.5t162.5 66.5 | ||
2500 | t162.5 -66.5t67.5 -160.5zM1152 -96v1376h-1024v-1376q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1280 1376v-1472q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h352v-96q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v96h352 | ||
2501 | q66 0 113 -47t47 -113z" /> | ||
2502 | <glyph glyph-name="uniF2C2" unicode="" horiz-adv-x="2048" | ||
2503 | d="M896 324q0 54 -7.5 100.5t-24.5 90t-51 68.5t-81 25q-64 -64 -156 -64t-156 64q-47 0 -81 -25t-51 -68.5t-24.5 -90t-7.5 -100.5q0 -55 31.5 -93.5t75.5 -38.5h426q44 0 75.5 38.5t31.5 93.5zM768 768q0 80 -56 136t-136 56t-136 -56t-56 -136t56 -136t136 -56t136 56 | ||
2504 | t56 136zM1792 288v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1408 544v64q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1792 544v64q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23 | ||
2505 | v-64q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1792 800v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM128 1152h1792v96q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-96zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728 | ||
2506 | q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" /> | ||
2507 | <glyph glyph-name="uniF2C3" unicode="" horiz-adv-x="2048" | ||
2508 | d="M896 324q0 -55 -31.5 -93.5t-75.5 -38.5h-426q-44 0 -75.5 38.5t-31.5 93.5q0 54 7.5 100.5t24.5 90t51 68.5t81 25q64 -64 156 -64t156 64q47 0 81 -25t51 -68.5t24.5 -90t7.5 -100.5zM768 768q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z | ||
2509 | M1792 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1408 608v-64q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h320q14 0 23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v64 | ||
2510 | q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 864v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1920 32v1120h-1792v-1120q0 -13 9.5 -22.5t22.5 -9.5h1728q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47 | ||
2511 | h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" /> | ||
2512 | <glyph glyph-name="uniF2C4" unicode="" horiz-adv-x="1792" | ||
2513 | d="M1255 749q0 318 -105 474.5t-330 156.5q-222 0 -326 -157t-104 -474q0 -316 104 -471.5t326 -155.5q74 0 131 17q-22 43 -39 73t-44 65t-53.5 56.5t-63 36t-77.5 14.5q-46 0 -79 -16l-49 97q105 91 276 91q132 0 215.5 -54t150.5 -155q67 149 67 402zM1645 117h117 | ||
2514 | q3 -27 -2 -67t-26.5 -95t-58 -100.5t-107 -78t-162.5 -32.5q-71 0 -130.5 19t-105.5 56t-79 78t-66 96q-97 -27 -205 -27q-150 0 -292.5 58t-253 158.5t-178 249t-67.5 317.5q0 170 67.5 319.5t178.5 250.5t253.5 159t291.5 58q121 0 238.5 -36t217 -106t176 -164.5 | ||
2515 | t119.5 -219t43 -261.5q0 -190 -80.5 -347.5t-218.5 -264.5q47 -70 93.5 -106.5t104.5 -36.5q61 0 94 37.5t38 85.5z" /> | ||
2516 | <glyph glyph-name="uniF2C5" unicode="" horiz-adv-x="2304" | ||
2517 | d="M453 -101q0 -21 -16 -37.5t-37 -16.5q-1 0 -13 3q-63 15 -162 140q-225 284 -225 676q0 341 213 614q39 51 95 103.5t94 52.5q19 0 35 -13.5t16 -32.5q0 -27 -63 -90q-98 -102 -147 -184q-119 -199 -119 -449q0 -281 123 -491q50 -85 136 -173q2 -3 14.5 -16t19.5 -21 | ||
2518 | t17 -20.5t14.5 -23.5t4.5 -21zM1796 33q0 -29 -17.5 -48.5t-46.5 -19.5h-1081q-26 0 -45 19t-19 45q0 29 17.5 48.5t46.5 19.5h1081q26 0 45 -19t19 -45zM1581 644q0 -134 -67 -233q-25 -38 -69.5 -78.5t-83.5 -60.5q-16 -10 -27 -10q-7 0 -15 6t-8 12q0 9 19 30t42 46 | ||
2519 | t42 67.5t19 88.5q0 76 -35 130q-29 42 -46 42q-3 0 -3 -5q0 -12 7.5 -35.5t7.5 -36.5q0 -22 -21.5 -35t-44.5 -13q-66 0 -66 76q0 15 1.5 44t1.5 44q0 25 -10 46q-13 25 -42 53.5t-51 28.5q-5 0 -7 -0.5t-3.5 -2.5t-1.5 -6q0 -2 16 -26t16 -54q0 -37 -19 -68t-46 -54 | ||
2520 | t-53.5 -46t-45.5 -54t-19 -68q0 -98 42 -160q29 -43 79 -63q16 -5 17 -10q1 -2 1 -5q0 -16 -18 -16q-6 0 -33 11q-119 43 -195 139.5t-76 218.5q0 55 24.5 115.5t60 115t70.5 108.5t59.5 113.5t24.5 111.5q0 53 -25 94q-29 48 -56 64q-19 9 -19 21q0 20 41 20q50 0 110 -29 | ||
2521 | q41 -19 71 -44.5t49.5 -51t33.5 -62.5t22 -69t16 -80q0 -1 3 -17.5t4.5 -25t5.5 -25t9 -27t11 -21.5t14.5 -16.5t18.5 -5.5q23 0 37 14t14 37q0 25 -20 67t-20 52t10 10q27 0 93 -70q72 -76 102.5 -156t30.5 -186zM2304 615q0 -274 -138 -503q-19 -32 -48 -72t-68 -86.5 | ||
2522 | t-81 -77t-74 -30.5q-16 0 -31 15.5t-15 31.5q0 15 29 50.5t68.5 77t48.5 52.5q183 230 183 531q0 131 -20.5 235t-72.5 211q-58 119 -163 228q-2 3 -13 13.5t-16.5 16.5t-15 17.5t-15 20t-9.5 18.5t-4 19q0 19 16 35.5t35 16.5q70 0 196 -169q98 -131 146 -273t60 -314 | ||
2523 | q2 -42 2 -64z" /> | ||
2524 | <glyph glyph-name="uniF2C6" unicode="" horiz-adv-x="1792" | ||
2525 | d="M1189 229l147 693q9 44 -10.5 63t-51.5 7l-864 -333q-29 -11 -39.5 -25t-2.5 -26.5t32 -19.5l221 -69l513 323q21 14 32 6q7 -5 -4 -15l-415 -375v0v0l-16 -228q23 0 45 22l108 104l224 -165q64 -36 81 38zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71 | ||
2526 | t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
2527 | <glyph glyph-name="uniF2C7" unicode="" horiz-adv-x="1024" | ||
2528 | d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v907h128v-907q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5 | ||
2529 | t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192 | ||
2530 | v128h192z" /> | ||
2531 | <glyph glyph-name="uniF2C8" unicode="" horiz-adv-x="1024" | ||
2532 | d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v651h128v-651q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5 | ||
2533 | t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192 | ||
2534 | v128h192z" /> | ||
2535 | <glyph glyph-name="uniF2C9" unicode="" horiz-adv-x="1024" | ||
2536 | d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v395h128v-395q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5 | ||
2537 | t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192 | ||
2538 | v128h192z" /> | ||
2539 | <glyph glyph-name="uniF2CA" unicode="" horiz-adv-x="1024" | ||
2540 | d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v139h128v-139q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5 | ||
2541 | t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192 | ||
2542 | v128h192z" /> | ||
2543 | <glyph glyph-name="uniF2CB" unicode="" horiz-adv-x="1024" | ||
2544 | d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 79 56 135.5t136 56.5t136 -56.5t56 -135.5zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5t93.5 226.5z | ||
2545 | M896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192v128h192z" /> | ||
2546 | <glyph glyph-name="uniF2CC" unicode="" horiz-adv-x="1920" | ||
2547 | d="M1433 1287q10 -10 10 -23t-10 -23l-626 -626q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l44 44q-72 91 -81.5 207t46.5 215q-74 71 -176 71q-106 0 -181 -75t-75 -181v-1280h-256v1280q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5q106 0 201 -41 | ||
2548 | t166 -115q94 39 197 24.5t185 -79.5l44 44q10 10 23 10t23 -10zM1344 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1600 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1856 1024q26 0 45 -19t19 -45t-19 -45t-45 -19 | ||
2549 | t-45 19t-19 45t19 45t45 19zM1216 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 832q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 768 | ||
2550 | q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19 | ||
2551 | t19 -45t-19 -45t-45 -19zM1472 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 384 | ||
2552 | q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 256q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" /> | ||
2553 | <glyph glyph-name="uniF2CD" unicode="" horiz-adv-x="1792" | ||
2554 | d="M1664 448v-192q0 -169 -128 -286v-194q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v118q-63 -22 -128 -22h-768q-65 0 -128 22v-110q0 -17 -9.5 -28.5t-22.5 -11.5h-64q-13 0 -22.5 11.5t-9.5 28.5v186q-128 117 -128 286v192h1536zM704 864q0 -14 -9 -23t-23 -9t-23 9 | ||
2555 | t-9 23t9 23t23 9t23 -9t9 -23zM768 928q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM704 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1056q0 -14 -9 -23t-23 -9t-23 9 | ||
2556 | t-9 23t9 23t23 9t23 -9t9 -23zM704 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v640q0 106 75 181t181 75q108 0 184 -78q46 19 98 12t93 -39l22 22q11 11 22 0l42 -42 | ||
2557 | q11 -11 0 -22l-314 -314q-11 -11 -22 0l-42 42q-11 11 0 22l22 22q-36 46 -40.5 104t23.5 108q-37 35 -88 35q-53 0 -90.5 -37.5t-37.5 -90.5v-640h1504q14 0 23 -9t9 -23zM896 1056q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1120q0 -14 -9 -23t-23 -9 | ||
2558 | t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM896 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1248q0 -14 -9 -23 | ||
2559 | t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1024 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1088 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23z" /> | ||
2560 | <glyph glyph-name="uniF2CE" unicode="" | ||
2561 | d="M994 344q0 -86 -17 -197q-31 -215 -55 -313q-22 -90 -152 -90t-152 90q-24 98 -55 313q-17 110 -17 197q0 168 224 168t224 -168zM1536 768q0 -240 -134 -434t-350 -280q-8 -3 -15 3t-6 15q7 48 10 66q4 32 6 47q1 9 9 12q159 81 255.5 234t96.5 337q0 180 -91 330.5 | ||
2562 | t-247 234.5t-337 74q-124 -7 -237 -61t-193.5 -140.5t-128 -202t-46.5 -240.5q1 -184 99 -336.5t257 -231.5q7 -3 9 -12q3 -21 6 -45q1 -9 5 -32.5t6 -35.5q1 -9 -6.5 -15t-15.5 -2q-148 58 -261 169.5t-173.5 264t-52.5 319.5q7 143 66 273.5t154.5 227t225 157.5t272.5 70 | ||
2563 | q164 10 315.5 -46.5t261 -160.5t175 -250.5t65.5 -308.5zM994 800q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5zM1282 768q0 -122 -53.5 -228.5t-146.5 -177.5q-8 -6 -16 -2t-10 14q-6 52 -29 92q-7 10 3 20 | ||
2564 | q58 54 91 127t33 155q0 111 -58.5 204t-157.5 141.5t-212 36.5q-133 -15 -229 -113t-109 -231q-10 -92 23.5 -176t98.5 -144q10 -10 3 -20q-24 -41 -29 -93q-2 -9 -10 -13t-16 2q-95 74 -148.5 183t-51.5 234q3 131 69 244t177 181.5t241 74.5q144 7 268 -60t196.5 -187.5 | ||
2565 | t72.5 -263.5z" /> | ||
2566 | <glyph glyph-name="uniF2D0" unicode="" horiz-adv-x="1792" | ||
2567 | d="M256 128h1280v768h-1280v-768zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" /> | ||
2568 | <glyph glyph-name="uniF2D1" unicode="" horiz-adv-x="1792" | ||
2569 | d="M1792 224v-192q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" /> | ||
2570 | <glyph glyph-name="uniF2D2" unicode="" horiz-adv-x="2048" | ||
2571 | d="M256 0h768v512h-768v-512zM1280 512h512v768h-768v-256h96q66 0 113 -47t47 -113v-352zM2048 1376v-960q0 -66 -47 -113t-113 -47h-608v-352q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h608v352q0 66 47 113t113 47h960q66 0 113 -47 | ||
2572 | t47 -113z" /> | ||
2573 | <glyph glyph-name="uniF2D3" unicode="" horiz-adv-x="1792" | ||
2574 | d="M1175 215l146 146q10 10 10 23t-10 23l-233 233l233 233q10 10 10 23t-10 23l-146 146q-10 10 -23 10t-23 -10l-233 -233l-233 233q-10 10 -23 10t-23 -10l-146 -146q-10 -10 -10 -23t10 -23l233 -233l-233 -233q-10 -10 -10 -23t10 -23l146 -146q10 -10 23 -10t23 10 | ||
2575 | l233 233l233 -233q10 -10 23 -10t23 10zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" /> | ||
2576 | <glyph glyph-name="uniF2D4" unicode="" horiz-adv-x="1792" | ||
2577 | d="M1257 425l-146 -146q-10 -10 -23 -10t-23 10l-169 169l-169 -169q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l169 169l-169 169q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l169 -169l169 169q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23 | ||
2578 | l-169 -169l169 -169q10 -10 10 -23t-10 -23zM256 128h1280v1024h-1280v-1024zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" /> | ||
2579 | <glyph glyph-name="uniF2D5" unicode="" horiz-adv-x="1792" | ||
2580 | d="M1070 358l306 564h-654l-306 -564h654zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> | ||
2581 | <glyph glyph-name="uniF2D6" unicode="" horiz-adv-x="1794" | ||
2582 | d="M1291 1060q-15 17 -35 8.5t-26 -28.5t5 -38q14 -17 40 -14.5t34 20.5t-18 52zM895 814q-8 -8 -19.5 -8t-18.5 8q-8 8 -8 19t8 18q7 8 18.5 8t19.5 -8q7 -7 7 -18t-7 -19zM1060 740l-35 -35q-12 -13 -29.5 -13t-30.5 13l-38 38q-12 13 -12 30t12 30l35 35q12 12 29.5 12 | ||
2583 | t30.5 -12l38 -39q12 -12 12 -29.5t-12 -29.5zM951 870q-7 -8 -18.5 -8t-19.5 8q-7 8 -7 19t7 19q8 8 19 8t19 -8t8 -19t-8 -19zM1354 968q-34 -64 -107.5 -85.5t-127.5 16.5q-38 28 -61 66.5t-21 87.5t39 92t75.5 53t70.5 -5t70 -51q2 -2 13 -12.5t14.5 -13.5t13 -13.5 | ||
2584 | t12.5 -15.5t10 -15.5t8.5 -18t4 -18.5t1 -21t-5 -22t-9.5 -24zM1555 486q3 20 -8.5 34.5t-27.5 21.5t-33 17t-23 20q-40 71 -84 98.5t-113 11.5q19 13 40 18.5t33 4.5l12 -1q2 45 -34 90q6 20 6.5 40.5t-2.5 30.5l-3 10q43 24 71 65t34 91q10 84 -43 150.5t-137 76.5 | ||
2585 | q-60 7 -114 -18.5t-82 -74.5q-30 -51 -33.5 -101t14.5 -87t43.5 -64t56.5 -42q-45 4 -88 36t-57 88q-28 108 32 222q-16 21 -29 32q-50 0 -89 -19q19 24 42 37t36 14l13 1q0 50 -13 78q-10 21 -32.5 28.5t-47 -3.5t-37.5 -40q2 4 4 7q-7 -28 -6.5 -75.5t19 -117t48.5 -122.5 | ||
2586 | q-25 -14 -47 -36q-35 -16 -85.5 -70.5t-84.5 -101.5l-33 -46q-90 -34 -181 -125.5t-75 -162.5q1 -16 11 -27q-15 -12 -30 -30q-21 -25 -21 -54t21.5 -40t63.5 6q41 19 77 49.5t55 60.5q-2 2 -6.5 5t-20.5 7.5t-33 3.5q23 5 51 12.5t40 10t27.5 6t26 4t23.5 0.5q14 -7 22 34 | ||
2587 | q7 37 7 90q0 102 -40 150q106 -103 101 -219q-1 -29 -15 -50t-27 -27l-13 -6q-4 -7 -19 -32t-26 -45.5t-26.5 -52t-25 -61t-17 -63t-6.5 -66.5t10 -63q-35 54 -37 80q-22 -24 -34.5 -39t-33.5 -42t-30.5 -46t-16.5 -41t-0.5 -38t25.5 -27q45 -25 144 64t190.5 221.5 | ||
2588 | t122.5 228.5q86 52 145 115.5t86 119.5q47 -93 154 -178q104 -83 167 -80q39 2 46 43zM1794 640q0 -182 -71 -348t-191 -286t-286.5 -191t-348.5 -71t-348.5 71t-286.5 191t-191 286t-71 348t71 348t191 286t286.5 191t348.5 71t348.5 -71t286.5 -191t191 -286t71 -348z" /> | ||
2589 | <glyph glyph-name="uniF2D7" unicode="" | ||
2590 | d="M518 1353v-655q103 -1 191.5 1.5t125.5 5.5l37 3q68 2 90.5 24.5t39.5 94.5l33 142h103l-14 -322l7 -319h-103l-29 127q-15 68 -45 93t-84 26q-87 8 -352 8v-556q0 -78 43.5 -115.5t133.5 -37.5h357q35 0 59.5 2t55 7.5t54 18t48.5 32t46 50.5t39 73l93 216h89 | ||
2591 | q-6 -37 -31.5 -252t-30.5 -276q-146 5 -263.5 8t-162.5 4h-44h-628l-376 -12v102l127 25q67 13 91.5 37t25.5 79l8 643q3 402 -8 645q-2 61 -25.5 84t-91.5 36l-127 24v102l376 -12h702q139 0 374 27q-6 -68 -14 -194.5t-12 -219.5l-5 -92h-93l-32 124q-31 121 -74 179.5 | ||
2592 | t-113 58.5h-548q-28 0 -35.5 -8.5t-7.5 -30.5z" /> | ||
2593 | <glyph glyph-name="uniF2D8" unicode="" | ||
2594 | d="M922 739v-182q0 -4 0.5 -15t0 -15l-1.5 -12t-3.5 -11.5t-6.5 -7.5t-11 -5.5t-16 -1.5v309q9 0 16 -1t11 -5t6.5 -5.5t3.5 -9.5t1 -10.5v-13.5v-14zM1238 643v-121q0 -1 0.5 -12.5t0 -15.5t-2.5 -11.5t-7.5 -10.5t-13.5 -3q-9 0 -14 9q-4 10 -4 165v7v8.5v9t1.5 8.5l3.5 7 | ||
2595 | t5 5.5t8 1.5q6 0 10 -1.5t6.5 -4.5t4 -6t2 -8.5t0.5 -8v-9.5v-9zM180 407h122v472h-122v-472zM614 407h106v472h-159l-28 -221q-20 148 -32 221h-158v-472h107v312l45 -312h76l43 319v-319zM1039 712q0 67 -5 90q-3 16 -11 28.5t-17 20.5t-25 14t-26.5 8.5t-31 4t-29 1.5 | ||
2596 | h-29.5h-12h-91v-472h56q169 -1 197 24.5t25 180.5q-1 62 -1 100zM1356 515v133q0 29 -2 45t-9.5 33.5t-24.5 25t-46 7.5q-46 0 -77 -34v154h-117v-472h110l7 30q30 -36 77 -36q50 0 66 30.5t16 83.5zM1536 1248v-1216q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113 | ||
2597 | v1216q0 66 47 113t113 47h1216q66 0 113 -47t47 -113z" /> | ||
2598 | <glyph glyph-name="uniF2D9" unicode="" horiz-adv-x="2176" | ||
2599 | d="M1143 -197q-6 1 -11 4q-13 8 -36 23t-86 65t-116.5 104.5t-112 140t-89.5 172.5q-17 3 -175 37q66 -213 235 -362t391 -184zM502 409l168 -28q-25 76 -41 167.5t-19 145.5l-4 53q-84 -82 -121 -224q5 -65 17 -114zM612 1018q-43 -64 -77 -148q44 46 74 68zM2049 584 | ||
2600 | q0 161 -62 307t-167.5 252t-250.5 168.5t-304 62.5q-147 0 -281 -52.5t-240 -148.5q-30 -58 -45 -160q60 51 143 83.5t158.5 43t143 13.5t108.5 -1l40 -3q33 -1 53 -15.5t24.5 -33t6.5 -37t-1 -28.5q-126 11 -227.5 0.5t-183 -43.5t-142.5 -71.5t-131 -98.5 | ||
2601 | q4 -36 11.5 -92.5t35.5 -178t62 -179.5q123 -6 247.5 14.5t214.5 53.5t162.5 67t109.5 59l37 24q22 16 39.5 20.5t30.5 -5t17 -34.5q14 -97 -39 -121q-208 -97 -467 -134q-135 -20 -317 -16q41 -96 110 -176.5t137 -127t130.5 -79t101.5 -43.5l39 -12q143 -23 263 15 | ||
2602 | q195 99 314 289t119 418zM2123 621q-14 -135 -40 -212q-70 -208 -181.5 -346.5t-318.5 -253.5q-48 -33 -82 -44q-72 -26 -163 -16q-36 -3 -73 -3q-283 0 -504.5 173t-295.5 442q-1 0 -4 0.5t-5 0.5q-6 -50 2.5 -112.5t26 -115t36 -98t31.5 -71.5l14 -26q8 -12 54 -82 | ||
2603 | q-71 38 -124.5 106.5t-78.5 140t-39.5 137t-17.5 107.5l-2 42q-5 2 -33.5 12.5t-48.5 18t-53 20.5t-57.5 25t-50 25.5t-42.5 27t-25 25.5q19 -10 50.5 -25.5t113 -45.5t145.5 -38l2 32q11 149 94 290q41 202 176 365q28 115 81 214q15 28 32 45t49 32q158 74 303.5 104 | ||
2604 | t302 11t306.5 -97q220 -115 333 -336t87 -474z" /> | ||
2605 | <glyph glyph-name="uniF2DA" unicode="" horiz-adv-x="1792" | ||
2606 | d="M1341 752q29 44 -6.5 129.5t-121.5 142.5q-58 39 -125.5 53.5t-118 4.5t-68.5 -37q-12 -23 -4.5 -28t42.5 -10q23 -3 38.5 -5t44.5 -9.5t56 -17.5q36 -13 67.5 -31.5t53 -37t40 -38.5t30.5 -38t22 -34.5t16.5 -28.5t12 -18.5t10.5 -6t11 9.5zM1704 178 | ||
2607 | q-52 -127 -148.5 -220t-214.5 -141.5t-253 -60.5t-266 13.5t-251 91t-210 161.5t-141.5 235.5t-46.5 303.5q1 41 8.5 84.5t12.5 64t24 80.5t23 73q-51 -208 1 -397t173 -318t291 -206t346 -83t349 74.5t289 244.5q20 27 18 14q0 -4 -4 -14zM1465 627q0 -104 -40.5 -199 | ||
2608 | t-108.5 -164t-162 -109.5t-198 -40.5t-198 40.5t-162 109.5t-108.5 164t-40.5 199t40.5 199t108.5 164t162 109.5t198 40.5t198 -40.5t162 -109.5t108.5 -164t40.5 -199zM1752 915q-65 147 -180.5 251t-253 153.5t-292 53.5t-301 -36.5t-275.5 -129t-220 -211.5t-131 -297 | ||
2609 | t-10 -373q-49 161 -51.5 311.5t35.5 272.5t109 227t165.5 180.5t207 126t232 71t242.5 9t236 -54t216 -124.5t178 -197q33 -50 62 -121t31 -112zM1690 573q12 244 -136.5 416t-396.5 240q-8 0 -10 5t24 8q125 -4 230 -50t173 -120t116 -168.5t58.5 -199t-1 -208 | ||
2610 | t-61.5 -197.5t-122.5 -167t-185 -117.5t-248.5 -46.5q108 30 201.5 80t174 123t129.5 176.5t55 225.5z" /> | ||
2611 | <glyph glyph-name="uniF2DB" unicode="" | ||
2612 | d="M192 256v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 512v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 768v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16 | ||
2613 | q0 16 16 16h112zM192 1024v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 1280v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM1280 1440v-1472q0 -40 -28 -68t-68 -28h-832q-40 0 -68 28 | ||
2614 | t-28 68v1472q0 40 28 68t68 28h832q40 0 68 -28t28 -68zM1536 208v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 464v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 720v-32 | ||
2615 | q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 976v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 1232v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16 | ||
2616 | h48q16 0 16 -16z" /> | ||
2617 | <glyph glyph-name="uniF2DC" unicode="" horiz-adv-x="1664" | ||
2618 | d="M1566 419l-167 -33l186 -107q23 -13 29.5 -38.5t-6.5 -48.5q-14 -23 -39 -29.5t-48 6.5l-186 106l55 -160q13 -38 -12 -63.5t-60.5 -20.5t-48.5 42l-102 300l-271 156v-313l208 -238q16 -18 17 -39t-11 -36.5t-28.5 -25t-37 -5.5t-36.5 22l-112 128v-214q0 -26 -19 -45 | ||
2619 | t-45 -19t-45 19t-19 45v214l-112 -128q-16 -18 -36.5 -22t-37 5.5t-28.5 25t-11 36.5t17 39l208 238v313l-271 -156l-102 -300q-13 -37 -48.5 -42t-60.5 20.5t-12 63.5l55 160l-186 -106q-23 -13 -48 -6.5t-39 29.5q-13 23 -6.5 48.5t29.5 38.5l186 107l-167 33 | ||
2620 | q-29 6 -42 29t-8.5 46.5t25.5 40t50 10.5l310 -62l271 157l-271 157l-310 -62q-4 -1 -13 -1q-27 0 -44 18t-19 40t11 43t40 26l167 33l-186 107q-23 13 -29.5 38.5t6.5 48.5t39 30t48 -7l186 -106l-55 160q-13 38 12 63.5t60.5 20.5t48.5 -42l102 -300l271 -156v313 | ||
2621 | l-208 238q-16 18 -17 39t11 36.5t28.5 25t37 5.5t36.5 -22l112 -128v214q0 26 19 45t45 19t45 -19t19 -45v-214l112 128q16 18 36.5 22t37 -5.5t28.5 -25t11 -36.5t-17 -39l-208 -238v-313l271 156l102 300q13 37 48.5 42t60.5 -20.5t12 -63.5l-55 -160l186 106 | ||
2622 | q23 13 48 6.5t39 -29.5q13 -23 6.5 -48.5t-29.5 -38.5l-186 -107l167 -33q27 -5 40 -26t11 -43t-19 -40t-44 -18q-9 0 -13 1l-310 62l-271 -157l271 -157l310 62q29 6 50 -10.5t25.5 -40t-8.5 -46.5t-42 -29z" /> | ||
2623 | <glyph glyph-name="uniF2DD" unicode="" horiz-adv-x="1792" | ||
2624 | d="M1473 607q7 118 -33 226.5t-113 189t-177 131t-221 57.5q-116 7 -225.5 -32t-192 -110.5t-135 -175t-59.5 -220.5q-7 -118 33 -226.5t113 -189t177.5 -131t221.5 -57.5q155 -9 293 59t224 195.5t94 283.5zM1792 1536l-349 -348q120 -117 180.5 -272t50.5 -321 | ||
2625 | q-11 -183 -102 -339t-241 -255.5t-332 -124.5l-999 -132l347 347q-120 116 -180.5 271.5t-50.5 321.5q11 184 102 340t241.5 255.5t332.5 124.5q167 22 500 66t500 66z" /> | ||
2626 | <glyph glyph-name="uniF2DE" unicode="" horiz-adv-x="1792" | ||
2627 | d="M948 508l163 -329h-51l-175 350l-171 -350h-49l179 374l-78 33l21 49l240 -102l-21 -50zM563 1100l304 -130l-130 -304l-304 130zM907 915l240 -103l-103 -239l-239 102zM1188 765l191 -81l-82 -190l-190 81zM1680 640q0 159 -62 304t-167.5 250.5t-250.5 167.5t-304 62 | ||
2628 | t-304 -62t-250.5 -167.5t-167.5 -250.5t-62 -304t62 -304t167.5 -250.5t250.5 -167.5t304 -62t304 62t250.5 167.5t167.5 250.5t62 304zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71 | ||
2629 | t286 -191t191 -286t71 -348z" /> | ||
2630 | <glyph glyph-name="uniF2E0" unicode="" horiz-adv-x="1920" | ||
2631 | d="M1334 302q-4 24 -27.5 34t-49.5 10.5t-48.5 12.5t-25.5 38q-5 47 33 139.5t75 181t32 127.5q-14 101 -117 103q-45 1 -75 -16l-3 -2l-5 -2.5t-4.5 -2t-5 -2t-5 -0.5t-6 1.5t-6 3.5t-6.5 5q-3 2 -9 8.5t-9 9t-8.5 7.5t-9.5 7.5t-9.5 5.5t-11 4.5t-11.5 2.5q-30 5 -48 -3 | ||
2632 | t-45 -31q-1 -1 -9 -8.5t-12.5 -11t-15 -10t-16.5 -5.5t-17 3q-54 27 -84 40q-41 18 -94 -5t-76 -65q-16 -28 -41 -98.5t-43.5 -132.5t-40 -134t-21.5 -73q-22 -69 18.5 -119t110.5 -46q30 2 50.5 15t38.5 46q7 13 79 199.5t77 194.5q6 11 21.5 18t29.5 0q27 -15 21 -53 | ||
2633 | q-2 -18 -51 -139.5t-50 -132.5q-6 -38 19.5 -56.5t60.5 -7t55 49.5q4 8 45.5 92t81.5 163.5t46 88.5q20 29 41 28q29 0 25 -38q-2 -16 -65.5 -147.5t-70.5 -159.5q-12 -53 13 -103t74 -74q17 -9 51 -15.5t71.5 -8t62.5 14t20 48.5zM383 86q3 -15 -5 -27.5t-23 -15.5 | ||
2634 | q-14 -3 -26.5 5t-15.5 23q-3 14 5 27t22 16t27 -5t16 -23zM953 -177q12 -17 8.5 -37.5t-20.5 -32.5t-37.5 -8t-32.5 21q-11 17 -7.5 37.5t20.5 32.5t37.5 8t31.5 -21zM177 635q-18 -27 -49.5 -33t-57.5 13q-26 18 -32 50t12 58q18 27 49.5 33t57.5 -12q26 -19 32 -50.5 | ||
2635 | t-12 -58.5zM1467 -42q19 -28 13 -61.5t-34 -52.5t-60.5 -13t-51.5 34t-13 61t33 53q28 19 60.5 13t52.5 -34zM1579 562q69 -113 42.5 -244.5t-134.5 -207.5q-90 -63 -199 -60q-20 -80 -84.5 -127t-143.5 -44.5t-140 57.5q-12 -9 -13 -10q-103 -71 -225 -48.5t-193 126.5 | ||
2636 | q-50 73 -53 164q-83 14 -142.5 70.5t-80.5 128t-2 152t81 138.5q-36 60 -38 128t24.5 125t79.5 98.5t121 50.5q32 85 99 148t146.5 91.5t168 17t159.5 -66.5q72 21 140 17.5t128.5 -36t104.5 -80t67.5 -115t17.5 -140.5q52 -16 87 -57t45.5 -89t-5.5 -99.5t-58 -87.5z | ||
2637 | M455 1222q14 -20 9.5 -44.5t-24.5 -38.5q-19 -14 -43.5 -9.5t-37.5 24.5q-14 20 -9.5 44.5t24.5 38.5q19 14 43.5 9.5t37.5 -24.5zM614 1503q4 -16 -5 -30.5t-26 -18.5t-31 5.5t-18 26.5q-3 17 6.5 31t25.5 18q17 4 31 -5.5t17 -26.5zM1800 555q4 -20 -6.5 -37t-30.5 -21 | ||
2638 | q-19 -4 -36 6.5t-21 30.5t6.5 37t30.5 22q20 4 36.5 -7.5t20.5 -30.5zM1136 1448q16 -27 8.5 -58.5t-35.5 -47.5q-27 -16 -57.5 -8.5t-46.5 34.5q-16 28 -8.5 59t34.5 48t58 9t47 -36zM1882 792q4 -15 -4 -27.5t-23 -16.5q-15 -3 -27.5 5.5t-15.5 22.5q-3 15 5 28t23 16 | ||
2639 | q14 3 26.5 -5t15.5 -23zM1691 1033q15 -22 10.5 -49t-26.5 -43q-22 -15 -49 -10t-42 27t-10 49t27 43t48.5 11t41.5 -28z" /> | ||
2640 | <glyph glyph-name="uniF2E1" unicode="" horiz-adv-x="1792" | ||
2641 | /> | ||
2642 | <glyph glyph-name="uniF2E2" unicode="" horiz-adv-x="1792" | ||
2643 | /> | ||
2644 | <glyph glyph-name="uniF2E3" unicode="" horiz-adv-x="1792" | ||
2645 | /> | ||
2646 | <glyph glyph-name="uniF2E4" unicode="" horiz-adv-x="1792" | ||
2647 | /> | ||
2648 | <glyph glyph-name="uniF2E5" unicode="" horiz-adv-x="1792" | ||
2649 | /> | ||
2650 | <glyph glyph-name="uniF2E6" unicode="" horiz-adv-x="1792" | ||
2651 | /> | ||
2652 | <glyph glyph-name="uniF2E7" unicode="" horiz-adv-x="1792" | ||
2653 | /> | ||
2654 | <glyph glyph-name="_698" unicode="" horiz-adv-x="1792" | ||
2655 | /> | ||
2656 | <glyph glyph-name="uniF2E9" unicode="" horiz-adv-x="1792" | ||
2657 | /> | ||
2658 | <glyph glyph-name="uniF2EA" unicode="" horiz-adv-x="1792" | ||
2659 | /> | ||
2660 | <glyph glyph-name="uniF2EB" unicode="" horiz-adv-x="1792" | ||
2661 | /> | ||
2662 | <glyph glyph-name="uniF2EC" unicode="" horiz-adv-x="1792" | ||
2663 | /> | ||
2664 | <glyph glyph-name="uniF2ED" unicode="" horiz-adv-x="1792" | ||
2665 | /> | ||
2666 | <glyph glyph-name="uniF2EE" unicode="" horiz-adv-x="1792" | ||
2667 | /> | ||
2668 | <glyph glyph-name="lessequal" unicode="" horiz-adv-x="1792" | ||
2669 | /> | ||
2670 | </font> | ||
2671 | </defs></svg> | ||
diff --git a/tpl/default/fonts/fontawesome-webfont.ttf b/tpl/default/fonts/fontawesome-webfont.ttf deleted file mode 100644 index 35acda2f..00000000 --- a/tpl/default/fonts/fontawesome-webfont.ttf +++ /dev/null | |||
Binary files differ | |||
diff --git a/tpl/default/fonts/fontawesome-webfont.woff b/tpl/default/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a4..00000000 --- a/tpl/default/fonts/fontawesome-webfont.woff +++ /dev/null | |||
Binary files differ | |||
diff --git a/tpl/default/fonts/fontawesome-webfont.woff2 b/tpl/default/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc60..00000000 --- a/tpl/default/fonts/fontawesome-webfont.woff2 +++ /dev/null | |||
Binary files differ | |||
diff --git a/tpl/default/includes.html b/tpl/default/includes.html index b2bfec30..2c56d3c9 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html | |||
@@ -6,12 +6,7 @@ | |||
6 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> | 6 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> |
7 | <link href="img/favicon.png" rel="shortcut icon" type="image/png" /> | 7 | <link href="img/favicon.png" rel="shortcut icon" type="image/png" /> |
8 | <link href="img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" /> | 8 | <link href="img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" /> |
9 | <link type="text/css" rel="stylesheet" href="css/pure.min.css?v={$version_hash}" /> | 9 | <link type="text/css" rel="stylesheet" href="css/shaarli.min.css?v={$version_hash}" /> |
10 | <link type="text/css" rel="stylesheet" href="css/grids-responsive.min.css?v={$version_hash}"> | ||
11 | <link type="text/css" rel="stylesheet" href="css/pure-extras.css?v={$version_hash}"> | ||
12 | <link type="text/css" rel="stylesheet" href="css/font-awesome.min.css?v={$version_hash}" /> | ||
13 | <link type="text/css" rel="stylesheet" href="inc/awesomplete.css?v={$version_hash}#" /> | ||
14 | <link type="text/css" rel="stylesheet" href="css/shaarli.css?v={$version_hash}" /> | ||
15 | {if="is_file('data/user.css')"} | 10 | {if="is_file('data/user.css')"} |
16 | <link type="text/css" rel="stylesheet" href="data/user.css#" /> | 11 | <link type="text/css" rel="stylesheet" href="data/user.css#" /> |
17 | {/if} | 12 | {/if} |
diff --git a/tpl/default/js/shaarli.js b/tpl/default/js/shaarli.js deleted file mode 100644 index cf628e87..00000000 --- a/tpl/default/js/shaarli.js +++ /dev/null | |||
@@ -1,664 +0,0 @@ | |||
1 | /** @licstart The following is the entire license notice for the | ||
2 | * JavaScript code in this page. | ||
3 | * | ||
4 | * Copyright: (c) 2011-2015 Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | ||
5 | * (c) 2011-2017 The Shaarli Community, see AUTHORS | ||
6 | * | ||
7 | * This software is provided 'as-is', without any express or implied warranty. | ||
8 | * In no event will the authors be held liable for any damages arising from | ||
9 | * the use of this software. | ||
10 | * | ||
11 | * Permission is granted to anyone to use this software for any purpose, | ||
12 | * including commercial applications, and to alter it and redistribute it | ||
13 | * freely, subject to the following restrictions: | ||
14 | * | ||
15 | * 1. The origin of this software must not be misrepresented; you must not | ||
16 | * claim that you wrote the original software. If you use this software | ||
17 | * in a product, an acknowledgment in the product documentation would | ||
18 | * be appreciated but is not required. | ||
19 | * | ||
20 | * 2. Altered source versions must be plainly marked as such, and must | ||
21 | * not be misrepresented as being the original software. | ||
22 | * | ||
23 | * 3. This notice may not be removed or altered from any source distribution. | ||
24 | * | ||
25 | * @licend The above is the entire license notice | ||
26 | * for the JavaScript code in this page. | ||
27 | */ | ||
28 | |||
29 | window.onload = function () { | ||
30 | |||
31 | /** | ||
32 | * Retrieve an element up in the tree from its class name. | ||
33 | */ | ||
34 | function getParentByClass(el, className) { | ||
35 | var p = el.parentNode; | ||
36 | if (p == null || p.classList.contains(className)) { | ||
37 | return p; | ||
38 | } | ||
39 | return getParentByClass(p, className); | ||
40 | } | ||
41 | |||
42 | |||
43 | /** | ||
44 | * Handle responsive menu. | ||
45 | * Source: http://purecss.io/layouts/tucked-menu-vertical/ | ||
46 | */ | ||
47 | (function (window, document) { | ||
48 | var menu = document.getElementById('shaarli-menu'), | ||
49 | WINDOW_CHANGE_EVENT = ('onorientationchange' in window) ? 'orientationchange':'resize'; | ||
50 | |||
51 | function toggleHorizontal() { | ||
52 | [].forEach.call( | ||
53 | document.getElementById('shaarli-menu').querySelectorAll('.menu-transform'), | ||
54 | function(el){ | ||
55 | el.classList.toggle('pure-menu-horizontal'); | ||
56 | } | ||
57 | ); | ||
58 | }; | ||
59 | |||
60 | function toggleMenu() { | ||
61 | // set timeout so that the panel has a chance to roll up | ||
62 | // before the menu switches states | ||
63 | if (menu.classList.contains('open')) { | ||
64 | setTimeout(toggleHorizontal, 500); | ||
65 | } | ||
66 | else { | ||
67 | toggleHorizontal(); | ||
68 | } | ||
69 | menu.classList.toggle('open'); | ||
70 | document.getElementById('menu-toggle').classList.toggle('x'); | ||
71 | }; | ||
72 | |||
73 | function closeMenu() { | ||
74 | if (menu.classList.contains('open')) { | ||
75 | toggleMenu(); | ||
76 | } | ||
77 | } | ||
78 | |||
79 | var menuToggle = document.getElementById('menu-toggle'); | ||
80 | if (menuToggle != null) { | ||
81 | menuToggle.addEventListener('click', function (e) { | ||
82 | toggleMenu(); | ||
83 | }); | ||
84 | } | ||
85 | |||
86 | window.addEventListener(WINDOW_CHANGE_EVENT, closeMenu); | ||
87 | })(this, this.document); | ||
88 | |||
89 | /** | ||
90 | * Fold/Expand shaares description and thumbnail. | ||
91 | */ | ||
92 | var foldAllButtons = document.getElementsByClassName('fold-all'); | ||
93 | var foldButtons = document.getElementsByClassName('fold-button'); | ||
94 | |||
95 | [].forEach.call(foldButtons, function (foldButton) { | ||
96 | // Retrieve description | ||
97 | var description = null; | ||
98 | var thumbnail = null; | ||
99 | var linklistItem = getParentByClass(foldButton, 'linklist-item'); | ||
100 | if (linklistItem != null) { | ||
101 | description = linklistItem.querySelector('.linklist-item-description'); | ||
102 | thumbnail = linklistItem.querySelector('.linklist-item-thumbnail'); | ||
103 | if (description != null || thumbnail != null) { | ||
104 | foldButton.style.display = 'inline'; | ||
105 | } | ||
106 | } | ||
107 | |||
108 | foldButton.addEventListener('click', function (event) { | ||
109 | event.preventDefault(); | ||
110 | toggleFold(event.target, description, thumbnail); | ||
111 | }); | ||
112 | }); | ||
113 | |||
114 | if (foldAllButtons != null) { | ||
115 | [].forEach.call(foldAllButtons, function (foldAllButton) { | ||
116 | foldAllButton.addEventListener('click', function (event) { | ||
117 | event.preventDefault(); | ||
118 | var state = foldAllButton.firstElementChild.getAttribute('class').indexOf('down') != -1 ? 'down' : 'up'; | ||
119 | [].forEach.call(foldButtons, function (foldButton) { | ||
120 | if (foldButton.firstElementChild.classList.contains('fa-chevron-up') && state == 'down' | ||
121 | || foldButton.firstElementChild.classList.contains('fa-chevron-down') && state == 'up' | ||
122 | ) { | ||
123 | return; | ||
124 | } | ||
125 | // Retrieve description | ||
126 | var description = null; | ||
127 | var thumbnail = null; | ||
128 | var linklistItem = getParentByClass(foldButton, 'linklist-item'); | ||
129 | if (linklistItem != null) { | ||
130 | description = linklistItem.querySelector('.linklist-item-description'); | ||
131 | thumbnail = linklistItem.querySelector('.linklist-item-thumbnail'); | ||
132 | if (description != null || thumbnail != null) { | ||
133 | foldButton.style.display = 'inline'; | ||
134 | } | ||
135 | } | ||
136 | |||
137 | toggleFold(foldButton.firstElementChild, description, thumbnail); | ||
138 | }); | ||
139 | foldAllButton.firstElementChild.classList.toggle('fa-chevron-down'); | ||
140 | foldAllButton.firstElementChild.classList.toggle('fa-chevron-up'); | ||
141 | foldAllButton.title = state === 'down' | ||
142 | ? document.getElementById('translation-fold-all').innerHTML | ||
143 | : document.getElementById('translation-expand-all').innerHTML | ||
144 | }); | ||
145 | }); | ||
146 | } | ||
147 | |||
148 | function toggleFold(button, description, thumb) | ||
149 | { | ||
150 | // Switch fold/expand - up = fold | ||
151 | if (button.classList.contains('fa-chevron-up')) { | ||
152 | button.title = document.getElementById('translation-expand').innerHTML; | ||
153 | if (description != null) { | ||
154 | description.style.display = 'none'; | ||
155 | } | ||
156 | if (thumb != null) { | ||
157 | thumb.style.display = 'none'; | ||
158 | } | ||
159 | } | ||
160 | else { | ||
161 | button.title = document.getElementById('translation-fold').innerHTML; | ||
162 | if (description != null) { | ||
163 | description.style.display = 'block'; | ||
164 | } | ||
165 | if (thumb != null) { | ||
166 | thumb.style.display = 'block'; | ||
167 | } | ||
168 | } | ||
169 | button.classList.toggle('fa-chevron-down'); | ||
170 | button.classList.toggle('fa-chevron-up'); | ||
171 | } | ||
172 | |||
173 | /** | ||
174 | * Confirmation message before deletion. | ||
175 | */ | ||
176 | var deleteLinks = document.querySelectorAll('.confirm-delete'); | ||
177 | [].forEach.call(deleteLinks, function(deleteLink) { | ||
178 | deleteLink.addEventListener('click', function(event) { | ||
179 | if(! confirm(document.getElementById('translation-delete-link').innerHTML)) { | ||
180 | event.preventDefault(); | ||
181 | } | ||
182 | }); | ||
183 | }); | ||
184 | |||
185 | /** | ||
186 | * Close alerts | ||
187 | */ | ||
188 | var closeLinks = document.querySelectorAll('.pure-alert-close'); | ||
189 | [].forEach.call(closeLinks, function(closeLink) { | ||
190 | closeLink.addEventListener('click', function(event) { | ||
191 | var alert = getParentByClass(event.target, 'pure-alert-closable'); | ||
192 | alert.style.display = 'none'; | ||
193 | }); | ||
194 | }); | ||
195 | |||
196 | /** | ||
197 | * New version dismiss. | ||
198 | * Hide the message for one week using localStorage. | ||
199 | */ | ||
200 | var newVersionDismiss = document.getElementById('new-version-dismiss'); | ||
201 | var newVersionMessage = document.querySelector('.new-version-message'); | ||
202 | if (newVersionMessage != null | ||
203 | && localStorage.getItem('newVersionDismiss') != null | ||
204 | && parseInt(localStorage.getItem('newVersionDismiss')) + 7*24*60*60*1000 > (new Date()).getTime() | ||
205 | ) { | ||
206 | newVersionMessage.style.display = 'none'; | ||
207 | } | ||
208 | if (newVersionDismiss != null) { | ||
209 | newVersionDismiss.addEventListener('click', function () { | ||
210 | localStorage.setItem('newVersionDismiss', (new Date()).getTime()); | ||
211 | }); | ||
212 | } | ||
213 | |||
214 | var hiddenReturnurl = document.getElementsByName('returnurl'); | ||
215 | if (hiddenReturnurl != null) { | ||
216 | hiddenReturnurl.value = window.location.href; | ||
217 | } | ||
218 | |||
219 | /** | ||
220 | * Autofocus text fields | ||
221 | */ | ||
222 | var autofocusElements = document.querySelectorAll('.autofocus'); | ||
223 | var breakLoop = false; | ||
224 | [].forEach.call(autofocusElements, function(autofocusElement) { | ||
225 | if (autofocusElement.value == '' && ! breakLoop) { | ||
226 | autofocusElement.focus(); | ||
227 | breakLoop = true; | ||
228 | } | ||
229 | }); | ||
230 | |||
231 | /** | ||
232 | * Handle sub menus/forms | ||
233 | */ | ||
234 | var openers = document.getElementsByClassName('subheader-opener'); | ||
235 | if (openers != null) { | ||
236 | [].forEach.call(openers, function(opener) { | ||
237 | opener.addEventListener('click', function(event) { | ||
238 | event.preventDefault(); | ||
239 | |||
240 | var id = opener.getAttribute('data-open-id'); | ||
241 | var sub = document.getElementById(id); | ||
242 | |||
243 | if (sub != null) { | ||
244 | [].forEach.call(document.getElementsByClassName('subheader-form'), function (element) { | ||
245 | if (element != sub) { | ||
246 | removeClass(element, 'open') | ||
247 | } | ||
248 | }); | ||
249 | |||
250 | sub.classList.toggle('open'); | ||
251 | } | ||
252 | }); | ||
253 | }); | ||
254 | } | ||
255 | |||
256 | function removeClass(element, classname) { | ||
257 | element.className = element.className.replace(new RegExp('(?:^|\\s)'+ classname + '(?:\\s|$)'), ' '); | ||
258 | } | ||
259 | |||
260 | /** | ||
261 | * Remove CSS target padding (for fixed bar) | ||
262 | */ | ||
263 | if (location.hash != '') { | ||
264 | var anchor = document.getElementById(location.hash.substr(1)); | ||
265 | if (anchor != null) { | ||
266 | var padsize = anchor.clientHeight; | ||
267 | this.window.scroll(0, this.window.scrollY - padsize); | ||
268 | anchor.style.paddingTop = 0; | ||
269 | } | ||
270 | } | ||
271 | |||
272 | /** | ||
273 | * Text area resizer | ||
274 | */ | ||
275 | var description = document.getElementById('lf_description'); | ||
276 | var observe = function (element, event, handler) { | ||
277 | element.addEventListener(event, handler, false); | ||
278 | }; | ||
279 | function init () { | ||
280 | function resize () { | ||
281 | /* Fix jumpy resizing: https://stackoverflow.com/a/18262927/1484919 */ | ||
282 | var scrollTop = window.pageYOffset || | ||
283 | (document.documentElement || document.body.parentNode || document.body).scrollTop; | ||
284 | |||
285 | description.style.height = 'auto'; | ||
286 | description.style.height = description.scrollHeight+10+'px'; | ||
287 | |||
288 | window.scrollTo(0, scrollTop); | ||
289 | } | ||
290 | /* 0-timeout to get the already changed text */ | ||
291 | function delayedResize () { | ||
292 | window.setTimeout(resize, 0); | ||
293 | } | ||
294 | observe(description, 'change', resize); | ||
295 | observe(description, 'cut', delayedResize); | ||
296 | observe(description, 'paste', delayedResize); | ||
297 | observe(description, 'drop', delayedResize); | ||
298 | observe(description, 'keydown', delayedResize); | ||
299 | |||
300 | resize(); | ||
301 | } | ||
302 | |||
303 | if (description != null) { | ||
304 | init(); | ||
305 | // Submit editlink form with CTRL + Enter in the text area. | ||
306 | description.addEventListener('keydown', function (event) { | ||
307 | if (event.ctrlKey && event.keyCode === 13) { | ||
308 | document.getElementById('button-save-edit').click(); | ||
309 | } | ||
310 | }); | ||
311 | } | ||
312 | |||
313 | /** | ||
314 | * Awesomplete trigger. | ||
315 | */ | ||
316 | var tags = document.getElementById('lf_tags'); | ||
317 | if (tags != null) { | ||
318 | awesompleteUniqueTag('#lf_tags'); | ||
319 | } | ||
320 | |||
321 | /** | ||
322 | * bLazy trigger | ||
323 | */ | ||
324 | var picwall = document.getElementById('picwall_container'); | ||
325 | if (picwall != null) { | ||
326 | var bLazy = new Blazy(); | ||
327 | } | ||
328 | |||
329 | /** | ||
330 | * Bookmarklet alert | ||
331 | */ | ||
332 | var bookmarkletLinks = document.querySelectorAll('.bookmarklet-link'); | ||
333 | var bkmMessage = document.getElementById('bookmarklet-alert'); | ||
334 | [].forEach.call(bookmarkletLinks, function(link) { | ||
335 | link.addEventListener('click', function(event) { | ||
336 | event.preventDefault(); | ||
337 | alert(bkmMessage.value); | ||
338 | }); | ||
339 | }); | ||
340 | |||
341 | /** | ||
342 | * Firefox Social | ||
343 | */ | ||
344 | var ffButton = document.getElementById('ff-social-button'); | ||
345 | if (ffButton != null) { | ||
346 | ffButton.addEventListener('click', function(event) { | ||
347 | activateFirefoxSocial(event.target); | ||
348 | }); | ||
349 | } | ||
350 | |||
351 | /** | ||
352 | * Plugin admin order | ||
353 | */ | ||
354 | var orderPA = document.querySelectorAll('.order'); | ||
355 | [].forEach.call(orderPA, function(link) { | ||
356 | link.addEventListener('click', function(event) { | ||
357 | event.preventDefault(); | ||
358 | if (event.target.classList.contains('order-up')) { | ||
359 | return orderUp(event.target.parentNode.parentNode.getAttribute('data-order')); | ||
360 | } else if (event.target.classList.contains('order-down')) { | ||
361 | return orderDown(event.target.parentNode.parentNode.getAttribute('data-order')); | ||
362 | } | ||
363 | }); | ||
364 | }); | ||
365 | |||
366 | var continent = document.getElementById('continent'); | ||
367 | var city = document.getElementById('city'); | ||
368 | if (continent != null && city != null) { | ||
369 | continent.addEventListener('change', function (event) { | ||
370 | hideTimezoneCities(city, continent.options[continent.selectedIndex].value, true); | ||
371 | }); | ||
372 | hideTimezoneCities(city, continent.options[continent.selectedIndex].value, false); | ||
373 | } | ||
374 | |||
375 | /** | ||
376 | * Bulk actions | ||
377 | */ | ||
378 | var linkCheckboxes = document.querySelectorAll('.delete-checkbox'); | ||
379 | var bar = document.getElementById('actions'); | ||
380 | [].forEach.call(linkCheckboxes, function(checkbox) { | ||
381 | checkbox.style.display = 'inline-block'; | ||
382 | checkbox.addEventListener('click', function(event) { | ||
383 | var count = 0; | ||
384 | var linkCheckedCheckboxes = document.querySelectorAll('.delete-checkbox:checked'); | ||
385 | [].forEach.call(linkCheckedCheckboxes, function(checkbox) { | ||
386 | count++; | ||
387 | }); | ||
388 | if (count == 0 && bar.classList.contains('open')) { | ||
389 | bar.classList.toggle('open'); | ||
390 | } else if (count > 0 && ! bar.classList.contains('open')) { | ||
391 | bar.classList.toggle('open'); | ||
392 | } | ||
393 | }); | ||
394 | }); | ||
395 | |||
396 | var deleteButton = document.getElementById('actions-delete'); | ||
397 | var token = document.querySelector('input[type="hidden"][name="token"]'); | ||
398 | if (deleteButton != null && token != null) { | ||
399 | deleteButton.addEventListener('click', function(event) { | ||
400 | event.preventDefault(); | ||
401 | |||
402 | var links = []; | ||
403 | var linkCheckedCheckboxes = document.querySelectorAll('.delete-checkbox:checked'); | ||
404 | [].forEach.call(linkCheckedCheckboxes, function(checkbox) { | ||
405 | links.push({ | ||
406 | 'id': checkbox.value, | ||
407 | 'title': document.querySelector('.linklist-item[data-id="'+ checkbox.value +'"] .linklist-link').innerHTML | ||
408 | }); | ||
409 | }); | ||
410 | |||
411 | var message = 'Are you sure you want to delete '+ links.length +' links?\n'; | ||
412 | message += 'This action is IRREVERSIBLE!\n\nTitles:\n'; | ||
413 | var ids = []; | ||
414 | links.forEach(function(item) { | ||
415 | message += ' - '+ item['title'] +'\n'; | ||
416 | ids.push(item['id']); | ||
417 | }); | ||
418 | |||
419 | if (window.confirm(message)) { | ||
420 | window.location = '?delete_link&lf_linkdate='+ ids.join('+') +'&token='+ token.value; | ||
421 | } | ||
422 | }); | ||
423 | } | ||
424 | |||
425 | /** | ||
426 | * Tag list operations | ||
427 | * | ||
428 | * TODO: support error code in the backend for AJAX requests | ||
429 | */ | ||
430 | var tagList = document.querySelector('input[name="taglist"]'); | ||
431 | var existingTags = tagList ? tagList.value.split(' ') : []; | ||
432 | var awesomepletes = []; | ||
433 | |||
434 | // Display/Hide rename form | ||
435 | var renameTagButtons = document.querySelectorAll('.rename-tag'); | ||
436 | [].forEach.call(renameTagButtons, function(rename) { | ||
437 | rename.addEventListener('click', function(event) { | ||
438 | event.preventDefault(); | ||
439 | var block = findParent(event.target, 'div', {'class': 'tag-list-item'}); | ||
440 | var form = block.querySelector('.rename-tag-form'); | ||
441 | if (form.style.display == 'none' || form.style.display == '') { | ||
442 | form.style.display = 'block'; | ||
443 | } else { | ||
444 | form.style.display = 'none'; | ||
445 | } | ||
446 | block.querySelector('input').focus(); | ||
447 | }); | ||
448 | }); | ||
449 | |||
450 | // Rename a tag with an AJAX request | ||
451 | var renameTagSubmits = document.querySelectorAll('.validate-rename-tag'); | ||
452 | [].forEach.call(renameTagSubmits, function(rename) { | ||
453 | rename.addEventListener('click', function(event) { | ||
454 | event.preventDefault(); | ||
455 | var block = findParent(event.target, 'div', {'class': 'tag-list-item'}); | ||
456 | var input = block.querySelector('.rename-tag-input'); | ||
457 | var totag = input.value.replace('/"/g', '\\"'); | ||
458 | if (totag.trim() == '') { | ||
459 | return; | ||
460 | } | ||
461 | var fromtag = block.getAttribute('data-tag'); | ||
462 | var token = document.getElementById('token').value; | ||
463 | |||
464 | xhr = new XMLHttpRequest(); | ||
465 | xhr.open('POST', '?do=changetag'); | ||
466 | xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); | ||
467 | xhr.onload = function() { | ||
468 | if (xhr.status !== 200) { | ||
469 | alert('An error occurred. Return code: '+ xhr.status); | ||
470 | location.reload(); | ||
471 | } else { | ||
472 | block.setAttribute('data-tag', totag); | ||
473 | input.setAttribute('name', totag); | ||
474 | input.setAttribute('value', totag); | ||
475 | findParent(input, 'div', {'class': 'rename-tag-form'}).style.display = 'none'; | ||
476 | block.querySelector('a.tag-link').innerHTML = htmlEntities(totag); | ||
477 | block.querySelector('a.tag-link').setAttribute('href', '?searchtags='+ encodeURIComponent(totag)); | ||
478 | block.querySelector('a.rename-tag').setAttribute('href', '?do=changetag&fromtag='+ encodeURIComponent(totag)); | ||
479 | |||
480 | // Refresh awesomplete values | ||
481 | for (var key in existingTags) { | ||
482 | if (existingTags[key] == fromtag) { | ||
483 | existingTags[key] = totag; | ||
484 | } | ||
485 | } | ||
486 | awesomepletes = updateAwesompleteList('.rename-tag-input', existingTags, awesomepletes); | ||
487 | } | ||
488 | }; | ||
489 | xhr.send('renametag=1&fromtag='+ encodeURIComponent(fromtag) +'&totag='+ encodeURIComponent(totag) +'&token='+ token); | ||
490 | refreshToken(); | ||
491 | }); | ||
492 | }); | ||
493 | |||
494 | // Validate input with enter key | ||
495 | var renameTagInputs = document.querySelectorAll('.rename-tag-input'); | ||
496 | [].forEach.call(renameTagInputs, function(rename) { | ||
497 | |||
498 | rename.addEventListener('keypress', function(event) { | ||
499 | if (event.keyCode === 13) { // enter | ||
500 | findParent(event.target, 'div', {'class': 'tag-list-item'}).querySelector('.validate-rename-tag').click(); | ||
501 | } | ||
502 | }); | ||
503 | }); | ||
504 | |||
505 | // Delete a tag with an AJAX query (alert popup confirmation) | ||
506 | var deleteTagButtons = document.querySelectorAll('.delete-tag'); | ||
507 | [].forEach.call(deleteTagButtons, function(rename) { | ||
508 | rename.style.display = 'inline'; | ||
509 | rename.addEventListener('click', function(event) { | ||
510 | event.preventDefault(); | ||
511 | var block = findParent(event.target, 'div', {'class': 'tag-list-item'}); | ||
512 | var tag = block.getAttribute('data-tag'); | ||
513 | var token = document.getElementById('token').value; | ||
514 | |||
515 | if (confirm('Are you sure you want to delete the tag "'+ tag +'"?')) { | ||
516 | xhr = new XMLHttpRequest(); | ||
517 | xhr.open('POST', '?do=changetag'); | ||
518 | xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); | ||
519 | xhr.onload = function() { | ||
520 | block.remove(); | ||
521 | }; | ||
522 | xhr.send(encodeURI('deletetag=1&fromtag='+ tag +'&token='+ token)); | ||
523 | refreshToken(); | ||
524 | } | ||
525 | }); | ||
526 | }); | ||
527 | |||
528 | updateAwesompleteList('.rename-tag-input', existingTags, awesomepletes); | ||
529 | }; | ||
530 | |||
531 | /** | ||
532 | * Find a parent element according to its tag and its attributes | ||
533 | * | ||
534 | * @param element Element where to start the search | ||
535 | * @param tagName Expected parent tag name | ||
536 | * @param attributes Associative array of expected attributes (name=>value). | ||
537 | * | ||
538 | * @returns Found element or null. | ||
539 | */ | ||
540 | function findParent(element, tagName, attributes) | ||
541 | { | ||
542 | while (element) { | ||
543 | if (element.tagName.toLowerCase() == tagName) { | ||
544 | var match = true; | ||
545 | for (var key in attributes) { | ||
546 | if (! element.hasAttribute(key) | ||
547 | || (attributes[key] != '' && element.getAttribute(key).indexOf(attributes[key]) == -1) | ||
548 | ) { | ||
549 | match = false; | ||
550 | break; | ||
551 | } | ||
552 | } | ||
553 | |||
554 | if (match) { | ||
555 | return element; | ||
556 | } | ||
557 | } | ||
558 | element = element.parentElement; | ||
559 | } | ||
560 | return null; | ||
561 | } | ||
562 | |||
563 | /** | ||
564 | * Ajax request to refresh the CSRF token. | ||
565 | */ | ||
566 | function refreshToken() | ||
567 | { | ||
568 | var xhr = new XMLHttpRequest(); | ||
569 | xhr.open('GET', '?do=token'); | ||
570 | xhr.onload = function() { | ||
571 | var token = document.getElementById('token'); | ||
572 | token.setAttribute('value', xhr.responseText); | ||
573 | }; | ||
574 | xhr.send(); | ||
575 | } | ||
576 | |||
577 | /** | ||
578 | * Update awesomplete list of tag for all elements matching the given selector | ||
579 | * | ||
580 | * @param selector CSS selector | ||
581 | * @param tags Array of tags | ||
582 | * @param instances List of existing awesomplete instances | ||
583 | */ | ||
584 | function updateAwesompleteList(selector, tags, instances) | ||
585 | { | ||
586 | // First load: create Awesomplete instances | ||
587 | if (instances.length == 0) { | ||
588 | var elements = document.querySelectorAll(selector); | ||
589 | [].forEach.call(elements, function (element) { | ||
590 | instances.push(new Awesomplete( | ||
591 | element, | ||
592 | {'list': tags} | ||
593 | )); | ||
594 | }); | ||
595 | } else { | ||
596 | // Update awesomplete tag list | ||
597 | for (var key in instances) { | ||
598 | instances[key].list = tags; | ||
599 | } | ||
600 | } | ||
601 | return instances; | ||
602 | } | ||
603 | |||
604 | /** | ||
605 | * html_entities in JS | ||
606 | * | ||
607 | * @see http://stackoverflow.com/questions/18749591/encode-html-entities-in-javascript | ||
608 | */ | ||
609 | function htmlEntities(str) | ||
610 | { | ||
611 | return str.replace(/[\u00A0-\u9999<>\&]/gim, function(i) { | ||
612 | return '&#'+i.charCodeAt(0)+';'; | ||
613 | }); | ||
614 | } | ||
615 | |||
616 | function activateFirefoxSocial(node) { | ||
617 | var loc = location.href; | ||
618 | var baseURL = loc.substring(0, loc.lastIndexOf("/") + 1); | ||
619 | var title = document.title; | ||
620 | |||
621 | // Keeping the data separated (ie. not in the DOM) so that it's maintainable and diffable. | ||
622 | var data = { | ||
623 | name: title, | ||
624 | description: document.getElementById('translation-delete-link').innerHTML, | ||
625 | author: "Shaarli", | ||
626 | version: "1.0.0", | ||
627 | |||
628 | iconURL: baseURL + "/images/favicon.ico", | ||
629 | icon32URL: baseURL + "/images/favicon.ico", | ||
630 | icon64URL: baseURL + "/images/favicon.ico", | ||
631 | |||
632 | shareURL: baseURL + "?post=%{url}&title=%{title}&description=%{text}&source=firefoxsocialapi", | ||
633 | homepageURL: baseURL | ||
634 | }; | ||
635 | node.setAttribute("data-service", JSON.stringify(data)); | ||
636 | |||
637 | var activate = new CustomEvent("ActivateSocialFeature"); | ||
638 | node.dispatchEvent(activate); | ||
639 | } | ||
640 | |||
641 | /** | ||
642 | * Add the class 'hidden' to city options not attached to the current selected continent. | ||
643 | * | ||
644 | * @param cities List of <option> elements | ||
645 | * @param currentContinent Current selected continent | ||
646 | * @param reset Set to true to reset the selected value | ||
647 | */ | ||
648 | function hideTimezoneCities(cities, currentContinent) { | ||
649 | var first = true; | ||
650 | if (reset == null) { | ||
651 | reset = false; | ||
652 | } | ||
653 | [].forEach.call(cities, function (option) { | ||
654 | if (option.getAttribute('data-continent') != currentContinent) { | ||
655 | option.className = 'hidden'; | ||
656 | } else { | ||
657 | option.className = ''; | ||
658 | if (reset === true && first === true) { | ||
659 | option.setAttribute('selected', 'selected'); | ||
660 | first = false; | ||
661 | } | ||
662 | } | ||
663 | }); | ||
664 | } | ||
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index c666e30a..933c1ef2 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -16,7 +16,6 @@ | |||
16 | </div> | 16 | </div> |
17 | 17 | ||
18 | <input type="hidden" name="token" value="{$token}"> | 18 | <input type="hidden" name="token" value="{$token}"> |
19 | |||
20 | <div id="search-linklist"> | 19 | <div id="search-linklist"> |
21 | 20 | ||
22 | <form method="GET" class="pure-form searchform" name="searchform"> | 21 | <form method="GET" class="pure-form searchform" name="searchform"> |
diff --git a/tpl/default/page.footer.html b/tpl/default/page.footer.html index 659e8c7f..f4f09e92 100644 --- a/tpl/default/page.footer.html +++ b/tpl/default/page.footer.html | |||
@@ -38,6 +38,4 @@ | |||
38 | </span> | 38 | </span> |
39 | </div> | 39 | </div> |
40 | 40 | ||
41 | <script src="js/shaarli.js?v={$version_hash}"></script> | 41 | <script src="js/shaarli.min.js?v={$version_hash}"></script> |
42 | <script src="inc/awesomplete.js?v={$version_hash}#"></script> | ||
43 | <script src="inc/awesomplete-multiple-tags.js?v={$version_hash}#"></script> | ||
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html index 248e56df..23796ac9 100644 --- a/tpl/default/picwall.html +++ b/tpl/default/picwall.html | |||
@@ -39,7 +39,7 @@ | |||
39 | </div> | 39 | </div> |
40 | 40 | ||
41 | {include="page.footer"} | 41 | {include="page.footer"} |
42 | <script src="inc/blazy-1.3.1.min.js#"></script> | 42 | <script src="js/picwall.min.js?v={$version_hash}"></script> |
43 | </body> | 43 | </body> |
44 | </html> | 44 | </html> |
45 | 45 | ||
diff --git a/tpl/default/pluginsadmin.html b/tpl/default/pluginsadmin.html index b2d7cdc5..fa26c859 100644 --- a/tpl/default/pluginsadmin.html +++ b/tpl/default/pluginsadmin.html | |||
@@ -176,7 +176,7 @@ | |||
176 | </form> | 176 | </form> |
177 | 177 | ||
178 | {include="page.footer"} | 178 | {include="page.footer"} |
179 | <script src="inc/plugin_admin.js#"></script> | 179 | <script src="js/pluginsadmin.min.js?v={$version_hash}"></script> |
180 | 180 | ||
181 | </body> | 181 | </body> |
182 | </html> | 182 | </html> |
diff --git a/tpl/vintage/changetag.html b/tpl/vintage/changetag.html index a0df3328..670a8dd7 100644 --- a/tpl/vintage/changetag.html +++ b/tpl/vintage/changetag.html | |||
@@ -1,8 +1,6 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head>{include="includes"} | 3 | <head>{include="includes"} |
4 | <link type="text/css" rel="stylesheet" href="inc/awesomplete.css#" /> | ||
5 | <script src="inc/awesomplete.min.js#"></script> | ||
6 | </head> | 4 | </head> |
7 | <body onload="document.changetag.fromtag.focus();"> | 5 | <body onload="document.changetag.fromtag.focus();"> |
8 | <div id="pageheader"> | 6 | <div id="pageheader"> |
diff --git a/tpl/vintage/daily.html b/tpl/vintage/daily.html index e86e90b1..42db16a7 100644 --- a/tpl/vintage/daily.html +++ b/tpl/vintage/daily.html | |||
@@ -24,13 +24,13 @@ | |||
24 | {/loop} | 24 | {/loop} |
25 | 25 | ||
26 | <br> | 26 | <br> |
27 | <a href="?do=dailyrss" title="1 RSS entry per day"><img src="images/feed-icon-14x14.png#" alt="rss_feed">Daily RSS Feed</a> | 27 | <a href="?do=dailyrss" title="1 RSS entry per day"><img src="img/feed-icon-14x14.png" alt="rss_feed">Daily RSS Feed</a> |
28 | </div> | 28 | </div> |
29 | 29 | ||
30 | <div class="dailyTitle"> | 30 | <div class="dailyTitle"> |
31 | <img src="images/floral_left.png" width="51" height="50" class="nomobile" alt="floral_left"> | 31 | <img src="img/floral_left.png" width="51" height="50" class="nomobile" alt="floral_left"> |
32 | The Daily Shaarli | 32 | The Daily Shaarli |
33 | <img src="images/floral_right.png" width="51" height="50" class="nomobile" alt="floral_right"> | 33 | <img src="img/floral_right.png" width="51" height="50" class="nomobile" alt="floral_right"> |
34 | </div> | 34 | </div> |
35 | 35 | ||
36 | <div class="dailyDate"> | 36 | <div class="dailyDate"> |
@@ -50,7 +50,7 @@ | |||
50 | <div class="dailyEntry"> | 50 | <div class="dailyEntry"> |
51 | <div class="dailyEntryPermalink"> | 51 | <div class="dailyEntryPermalink"> |
52 | <a href="?{$value.shorturl}"> | 52 | <a href="?{$value.shorturl}"> |
53 | <img src="images/squiggle.png" width="25" height="26" title="permalink" alt="permalink"> | 53 | <img src="img/squiggle.png" width="25" height="26" title="permalink" alt="permalink"> |
54 | </a> | 54 | </a> |
55 | </div> | 55 | </div> |
56 | {if="!$hide_timestamps || isLoggedIn()"} | 56 | {if="!$hide_timestamps || isLoggedIn()"} |
@@ -94,7 +94,7 @@ | |||
94 | {$value} | 94 | {$value} |
95 | {/loop} | 95 | {/loop} |
96 | </div> | 96 | </div> |
97 | <div id="closing"><img src="images/squiggle_closing.png" width="66" height="61" alt="-"></div> | 97 | <div id="closing"><img src="img/squiggle_closing.png" width="66" height="61" alt="-"></div> |
98 | </div> | 98 | </div> |
99 | {include="page.footer"} | 99 | {include="page.footer"} |
100 | </body> | 100 | </body> |
diff --git a/tpl/vintage/editlink.html b/tpl/vintage/editlink.html index f855dfb1..5fa7d194 100644 --- a/tpl/vintage/editlink.html +++ b/tpl/vintage/editlink.html | |||
@@ -54,10 +54,5 @@ | |||
54 | {if="$source !== 'firefoxsocialapi'"} | 54 | {if="$source !== 'firefoxsocialapi'"} |
55 | {include="page.footer"} | 55 | {include="page.footer"} |
56 | {/if} | 56 | {/if} |
57 | <script src="inc/awesomplete.min.js#"></script> | ||
58 | <script src="inc/awesomplete-multiple-tags.js#"></script> | ||
59 | <script> | ||
60 | awesompleteUniqueTag('#lf_tags'); | ||
61 | </script> | ||
62 | </body> | 57 | </body> |
63 | </html> | 58 | </html> |
diff --git a/tpl/vintage/includes.html b/tpl/vintage/includes.html index 17b78b17..4ddfc840 100644 --- a/tpl/vintage/includes.html +++ b/tpl/vintage/includes.html | |||
@@ -5,9 +5,8 @@ | |||
5 | <meta name="referrer" content="same-origin"> | 5 | <meta name="referrer" content="same-origin"> |
6 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> | 6 | <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" /> |
7 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> | 7 | <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" /> |
8 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> | 8 | <link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon" /> |
9 | <link type="text/css" rel="stylesheet" href="css/reset.css" /> | 9 | <link type="text/css" rel="stylesheet" href="css/shaarli.min.css" /> |
10 | <link type="text/css" rel="stylesheet" href="css/shaarli.css" /> | ||
11 | {if="is_file('data/user.css')"}<link type="text/css" rel="stylesheet" href="data/user.css#" />{/if} | 10 | {if="is_file('data/user.css')"}<link type="text/css" rel="stylesheet" href="data/user.css#" />{/if} |
12 | {loop="$plugins_includes.css_files"} | 11 | {loop="$plugins_includes.css_files"} |
13 | <link type="text/css" rel="stylesheet" href="{$value}#"/> | 12 | <link type="text/css" rel="stylesheet" href="{$value}#"/> |
diff --git a/tpl/vintage/js/shaarli.js b/tpl/vintage/js/shaarli.js deleted file mode 100644 index 9bcc96fb..00000000 --- a/tpl/vintage/js/shaarli.js +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | window.onload = function () { | ||
2 | var continent = document.getElementById('continent'); | ||
3 | var city = document.getElementById('city'); | ||
4 | if (continent != null && city != null) { | ||
5 | continent.addEventListener('change', function(event) { | ||
6 | hideTimezoneCities(city, continent.options[continent.selectedIndex].value, true); | ||
7 | }); | ||
8 | hideTimezoneCities(city, continent.options[continent.selectedIndex].value, false); | ||
9 | } | ||
10 | }; | ||
11 | |||
12 | /** | ||
13 | * Add the class 'hidden' to city options not attached to the current selected continent. | ||
14 | * | ||
15 | * @param cities List of <option> elements | ||
16 | * @param currentContinent Current selected continent | ||
17 | * @param reset Set to true to reset the selected value | ||
18 | */ | ||
19 | function hideTimezoneCities(cities, currentContinent, reset = false) { | ||
20 | var first = true; | ||
21 | [].forEach.call(cities, function(option) { | ||
22 | if (option.getAttribute('data-continent') != currentContinent) { | ||
23 | option.className = 'hidden'; | ||
24 | } else { | ||
25 | option.className = ''; | ||
26 | if (reset === true && first === true) { | ||
27 | option.setAttribute('selected', 'selected'); | ||
28 | first = false; | ||
29 | } | ||
30 | } | ||
31 | }); | ||
32 | } | ||
diff --git a/tpl/vintage/linklist.html b/tpl/vintage/linklist.html index 8458caa1..e7137246 100644 --- a/tpl/vintage/linklist.html +++ b/tpl/vintage/linklist.html | |||
@@ -22,7 +22,7 @@ | |||
22 | {if="!empty($search_tags)"} | 22 | {if="!empty($search_tags)"} |
23 | value="{$search_tags}" | 23 | value="{$search_tags}" |
24 | {/if} | 24 | {/if} |
25 | autocomplete="off" class="awesomplete" data-multiple data-minChars="1" | 25 | autocomplete="off" data-multiple data-minChars="1" |
26 | data-list="{loop="$tags"}{$key}, {/loop}" | 26 | data-list="{loop="$tags"}{$key}, {/loop}" |
27 | > | 27 | > |
28 | <input type="submit" value="Search" class="bigbutton"> | 28 | <input type="submit" value="Search" class="bigbutton"> |
@@ -86,13 +86,13 @@ | |||
86 | <div class="linkeditbuttons"> | 86 | <div class="linkeditbuttons"> |
87 | <form method="GET" class="buttoneditform"> | 87 | <form method="GET" class="buttoneditform"> |
88 | <input type="hidden" name="edit_link" value="{$value.id}"> | 88 | <input type="hidden" name="edit_link" value="{$value.id}"> |
89 | <input type="image" alt="Edit" src="images/edit_icon.png#" title="Edit" class="button_edit"> | 89 | <input type="image" alt="Edit" src="img/edit_icon.png" title="Edit" class="button_edit"> |
90 | </form><br> | 90 | </form><br> |
91 | <form method="GET" class="buttoneditform"> | 91 | <form method="GET" class="buttoneditform"> |
92 | <input type="hidden" name="lf_linkdate" value="{$value.id}"> | 92 | <input type="hidden" name="lf_linkdate" value="{$value.id}"> |
93 | <input type="hidden" name="token" value="{$token}"> | 93 | <input type="hidden" name="token" value="{$token}"> |
94 | <input type="hidden" name="delete_link"> | 94 | <input type="hidden" name="delete_link"> |
95 | <input type="image" alt="Delete" src="images/delete_icon.png#" title="Delete" | 95 | <input type="image" alt="Delete" src="img/delete_icon.png" title="Delete" |
96 | class="button_delete" onClick="return confirmDeleteLink();"> | 96 | class="button_delete" onClick="return confirmDeleteLink();"> |
97 | </form> | 97 | </form> |
98 | </div> | 98 | </div> |
@@ -146,10 +146,5 @@ | |||
146 | 146 | ||
147 | {include="page.footer"} | 147 | {include="page.footer"} |
148 | 148 | ||
149 | <script src="inc/awesomplete.min.js#"></script> | ||
150 | <script src="inc/awesomplete-multiple-tags.js#"></script> | ||
151 | <script> | ||
152 | awesompleteUniqueTag('#tagfilter_value'); | ||
153 | </script> | ||
154 | </body> | 149 | </body> |
155 | </html> | 150 | </html> |
diff --git a/tpl/vintage/linklist.paging.html b/tpl/vintage/linklist.paging.html index 12828a97..e3b88ee6 100644 --- a/tpl/vintage/linklist.paging.html +++ b/tpl/vintage/linklist.paging.html | |||
@@ -1,11 +1,11 @@ | |||
1 | <div class="paging"> | 1 | <div class="paging"> |
2 | {if="isLoggedIn()"} | 2 | {if="isLoggedIn()"} |
3 | <div class="paging_privatelinks"> | 3 | <div class="paging_privatelinks"> |
4 | <a href="?visibility=private"> | 4 | <a href="?visibility=private"> |
5 | {if="$visibility=='private'"} | 5 | {if="$visibility=='private'"} |
6 | <img src="images/private_16x16_active.png#" width="16" height="16" title="Filter links by visibility" alt="Filter links by visibility"> | 6 | <img src="img/private_16x16_active.png" width="16" height="16" title="Click to see all links" alt="Click to see all links"> |
7 | {else} | 7 | {else} |
8 | <img src="images/private_16x16.png#" width="16" height="16" title="Filter links by visibility" alt="Filter links by visibility"> | 8 | <img src="img/private_16x16.png" width="16" height="16" title="Click to see only private links" alt="Click to see only private links"> |
9 | {/if} | 9 | {/if} |
10 | </a> | 10 | </a> |
11 | 11 | ||
diff --git a/tpl/vintage/page.footer.html b/tpl/vintage/page.footer.html index 4ce0803a..1485e1ce 100644 --- a/tpl/vintage/page.footer.html +++ b/tpl/vintage/page.footer.html | |||
@@ -22,11 +22,13 @@ | |||
22 | Error: {$versionError} | 22 | Error: {$versionError} |
23 | </div> | 23 | </div> |
24 | {/if} | 24 | {/if} |
25 | |||
26 | <script src="js/shaarli.min.js"></script> | ||
27 | |||
25 | {if="isLoggedIn()"} | 28 | {if="isLoggedIn()"} |
26 | <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> | 29 | <script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script> |
27 | {/if} | 30 | {/if} |
28 | 31 | ||
29 | <script src="js/shaarli.js"></script> | ||
30 | {loop="$plugins_footer.js_files"} | 32 | {loop="$plugins_footer.js_files"} |
31 | <script src="{$value}#"></script> | 33 | <script src="{$value}#"></script> |
32 | {/loop} | 34 | {/loop} |
diff --git a/tpl/vintage/picwall.html b/tpl/vintage/picwall.html index 4e227e37..29688914 100644 --- a/tpl/vintage/picwall.html +++ b/tpl/vintage/picwall.html | |||
@@ -1,7 +1,6 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head>{include="includes"} | 3 | <head>{include="includes"} |
4 | <script src="inc/blazy-1.3.1.min.js#"></script> | ||
5 | </head> | 4 | </head> |
6 | <body> | 5 | <body> |
7 | <div id="pageheader">{include="page.header"}</div> | 6 | <div id="pageheader">{include="page.header"}</div> |
@@ -35,10 +34,6 @@ | |||
35 | 34 | ||
36 | {include="page.footer"} | 35 | {include="page.footer"} |
37 | 36 | ||
38 | <script> | 37 | <script src="js/picwall.min.js"></script> |
39 | window.onload = function() { | ||
40 | var bLazy = new Blazy(); | ||
41 | } | ||
42 | </script> | ||
43 | </body> | 38 | </body> |
44 | </html> | 39 | </html> |
diff --git a/tpl/vintage/pluginsadmin.html b/tpl/vintage/pluginsadmin.html index ead1734e..63b45cac 100644 --- a/tpl/vintage/pluginsadmin.html +++ b/tpl/vintage/pluginsadmin.html | |||
@@ -129,6 +129,77 @@ | |||
129 | </div> | 129 | </div> |
130 | {include="page.footer"} | 130 | {include="page.footer"} |
131 | 131 | ||
132 | <script src="inc/plugin_admin.js#"></script> | 132 | <script> |
133 | /** | ||
134 | * Change the position counter of a row. | ||
135 | * | ||
136 | * @param elem Element Node to change. | ||
137 | * @param toPos int New position. | ||
138 | */ | ||
139 | function changePos(elem, toPos) { | ||
140 | var elemName = elem.getAttribute('data-line'); | ||
141 | |||
142 | elem.setAttribute('data-order', toPos); | ||
143 | var hiddenInput = document.querySelector('[name="order_' + elemName + '"]'); | ||
144 | hiddenInput.setAttribute('value', toPos); | ||
145 | } | ||
146 | |||
147 | /** | ||
148 | * Move a row up or down. | ||
149 | * | ||
150 | * @param pos Element Node to move. | ||
151 | * @param move int Move: +1 (down) or -1 (up) | ||
152 | */ | ||
153 | function changeOrder(pos, move) { | ||
154 | var newpos = parseInt(pos) + move; | ||
155 | var lines = document.querySelectorAll('[data-order="' + pos + '"]'); | ||
156 | var changelines = document.querySelectorAll('[data-order="' + newpos + '"]'); | ||
157 | |||
158 | // If we go down reverse lines to preserve the rows order | ||
159 | if (move > 0) { | ||
160 | lines = [].slice.call(lines).reverse(); | ||
161 | } | ||
162 | |||
163 | for (var i = 0; i < lines.length; i++) { | ||
164 | var parent = changelines[0].parentNode; | ||
165 | changePos(lines[i], newpos); | ||
166 | changePos(changelines[i], parseInt(pos)); | ||
167 | var changeItem = move < 0 ? changelines[0] : changelines[changelines.length - 1].nextSibling; | ||
168 | parent.insertBefore(lines[i], changeItem); | ||
169 | } | ||
170 | } | ||
171 | |||
172 | /** | ||
173 | * Move a row up in the table. | ||
174 | * | ||
175 | * @param pos int row counter. | ||
176 | * | ||
177 | * @returns false | ||
178 | */ | ||
179 | function orderUp(pos) { | ||
180 | if (pos == 0) { | ||
181 | return false; | ||
182 | } | ||
183 | changeOrder(pos, -1); | ||
184 | return false; | ||
185 | } | ||
186 | |||
187 | /** | ||
188 | * Move a row down in the table. | ||
189 | * | ||
190 | * @param pos int row counter. | ||
191 | * | ||
192 | * @returns false | ||
193 | */ | ||
194 | function orderDown(pos) { | ||
195 | var lastpos = document.querySelector('[data-order]:last-child').getAttribute('data-order'); | ||
196 | if (pos == lastpos) { | ||
197 | return false; | ||
198 | } | ||
199 | |||
200 | changeOrder(pos, +1); | ||
201 | return false; | ||
202 | } | ||
203 | </script> | ||
133 | </body> | 204 | </body> |
134 | </html> | 205 | </html> |
diff --git a/tpl/vintage/tools.html b/tpl/vintage/tools.html index 69689807..3194844a 100644 --- a/tpl/vintage/tools.html +++ b/tpl/vintage/tools.html | |||
@@ -81,9 +81,9 @@ | |||
81 | author: "Shaarli", | 81 | author: "Shaarli", |
82 | version: "1.0.0", | 82 | version: "1.0.0", |
83 | 83 | ||
84 | iconURL: baseURL + "/images/favicon.ico", | 84 | iconURL: baseURL + "/img/favicon.ico", |
85 | icon32URL: baseURL + "/images/favicon.ico", | 85 | icon32URL: baseURL + "/img/favicon.ico", |
86 | icon64URL: baseURL + "/images/favicon.ico", | 86 | icon64URL: baseURL + "/img/favicon.ico", |
87 | 87 | ||
88 | shareURL: baseURL + "{noparse}?post=%{url}&title=%{title}&description=%{text}&source=firefoxsocialapi{/noparse}", | 88 | shareURL: baseURL + "{noparse}?post=%{url}&title=%{title}&description=%{text}&source=firefoxsocialapi{/noparse}", |
89 | homepageURL: baseURL | 89 | homepageURL: baseURL |
diff --git a/webpack.config.js b/webpack.config.js new file mode 100644 index 00000000..94b7aa70 --- /dev/null +++ b/webpack.config.js | |||
@@ -0,0 +1,149 @@ | |||
1 | const path = require('path'); | ||
2 | const glob = require('glob'); | ||
3 | |||
4 | // Minify JS | ||
5 | const MinifyPlugin = require('babel-minify-webpack-plugin'); | ||
6 | |||
7 | // This plugin extracts the CSS into its own file instead of tying it with the JS. | ||
8 | // It prevents: | ||
9 | // - not having styles due to a JS error | ||
10 | // - the flash page without styles during JS loading | ||
11 | const ExtractTextPlugin = require("extract-text-webpack-plugin"); | ||
12 | |||
13 | const extractCssDefault = new ExtractTextPlugin({ | ||
14 | filename: "../css/[name].min.css", | ||
15 | publicPath: 'tpl/default/css/', | ||
16 | }); | ||
17 | |||
18 | const extractCssVintage = new ExtractTextPlugin({ | ||
19 | filename: "../css/[name].min.css", | ||
20 | publicPath: 'tpl/vintage/css/', | ||
21 | }); | ||
22 | |||
23 | module.exports = [ | ||
24 | { | ||
25 | entry: { | ||
26 | picwall: './assets/common/js/picwall.js', | ||
27 | pluginsadmin: './assets/default/js/plugins-admin.js', | ||
28 | shaarli: [ | ||
29 | './assets/default/js/base.js', | ||
30 | './assets/default/scss/shaarli.scss', | ||
31 | ].concat(glob.sync('./assets/default/img/*')), | ||
32 | }, | ||
33 | output: { | ||
34 | filename: '[name].min.js', | ||
35 | path: path.resolve(__dirname, 'tpl/default/js/') | ||
36 | }, | ||
37 | module: { | ||
38 | rules: [ | ||
39 | { | ||
40 | test: /\.js$/, | ||
41 | exclude: /node_modules/, | ||
42 | use: { | ||
43 | loader: 'babel-loader', | ||
44 | options: { | ||
45 | presets: [ | ||
46 | 'babel-preset-env', | ||
47 | ] | ||
48 | } | ||
49 | } | ||
50 | }, | ||
51 | { | ||
52 | test: /\.scss/, | ||
53 | use: extractCssDefault.extract({ | ||
54 | use: [{ | ||
55 | loader: "css-loader", | ||
56 | options: { | ||
57 | minimize: true, | ||
58 | } | ||
59 | }, { | ||
60 | loader: "sass-loader" | ||
61 | }], | ||
62 | }) | ||
63 | }, | ||
64 | { | ||
65 | test: /\.(gif|png|jpe?g|svg|ico)$/i, | ||
66 | use: [ | ||
67 | { | ||
68 | loader: 'file-loader', | ||
69 | options: { | ||
70 | name: '../img/[name].[ext]', | ||
71 | publicPath: 'tpl/default/img/', | ||
72 | } | ||
73 | } | ||
74 | ], | ||
75 | }, | ||
76 | { | ||
77 | test: /\.(eot|ttf|woff|woff2)(\?v=[0-9]\.[0-9]\.[0-9])?$/, | ||
78 | loader: 'file-loader', | ||
79 | options: { | ||
80 | name: '../fonts/[name].[ext]', | ||
81 | // do not add a publicPath here because it's already handled by CSS's publicPath | ||
82 | publicPath: '', | ||
83 | } | ||
84 | }, | ||
85 | ], | ||
86 | }, | ||
87 | plugins: [ | ||
88 | new MinifyPlugin(), | ||
89 | extractCssDefault, | ||
90 | ], | ||
91 | }, | ||
92 | { | ||
93 | entry: { | ||
94 | shaarli: [ | ||
95 | './assets/vintage/js/base.js', | ||
96 | './assets/vintage/css/reset.css', | ||
97 | './assets/vintage/css/shaarli.css', | ||
98 | ].concat(glob.sync('./assets/vintage/img/*')), | ||
99 | picwall: './assets/common/js/picwall.js', | ||
100 | }, | ||
101 | output: { | ||
102 | filename: '[name].min.js', | ||
103 | path: path.resolve(__dirname, 'tpl/vintage/js/') | ||
104 | }, | ||
105 | module: { | ||
106 | rules: [ | ||
107 | { | ||
108 | test: /\.js$/, | ||
109 | exclude: /node_modules/, | ||
110 | use: { | ||
111 | loader: 'babel-loader', | ||
112 | options: { | ||
113 | presets: [ | ||
114 | 'babel-preset-env', | ||
115 | ] | ||
116 | } | ||
117 | } | ||
118 | }, | ||
119 | { | ||
120 | test: /\.css$/, | ||
121 | use: extractCssVintage.extract({ | ||
122 | use: [{ | ||
123 | loader: "css-loader", | ||
124 | options: { | ||
125 | minimize: true, | ||
126 | } | ||
127 | }], | ||
128 | }) | ||
129 | }, | ||
130 | { | ||
131 | test: /\.(gif|png|jpe?g|svg|ico)$/i, | ||
132 | use: [ | ||
133 | { | ||
134 | loader: 'file-loader', | ||
135 | options: { | ||
136 | name: '../img/[name].[ext]', | ||
137 | publicPath: '', | ||
138 | } | ||
139 | } | ||
140 | ], | ||
141 | }, | ||
142 | ], | ||
143 | }, | ||
144 | plugins: [ | ||
145 | new MinifyPlugin(), | ||
146 | extractCssVintage, | ||
147 | ], | ||
148 | }, | ||
149 | ]; | ||
diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 00000000..aeeef8a7 --- /dev/null +++ b/yarn.lock | |||
@@ -0,0 +1,4614 @@ | |||
1 | # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
2 | # yarn lockfile v1 | ||
3 | |||
4 | |||
5 | abbrev@1: | ||
6 | version "1.1.1" | ||
7 | resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" | ||
8 | |||
9 | acorn-dynamic-import@^2.0.0: | ||
10 | version "2.0.2" | ||
11 | resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz#c752bd210bef679501b6c6cb7fc84f8f47158cc4" | ||
12 | dependencies: | ||
13 | acorn "^4.0.3" | ||
14 | |||
15 | acorn-jsx@^3.0.0: | ||
16 | version "3.0.1" | ||
17 | resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b" | ||
18 | dependencies: | ||
19 | acorn "^3.0.4" | ||
20 | |||
21 | acorn@^3.0.4: | ||
22 | version "3.3.0" | ||
23 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a" | ||
24 | |||
25 | acorn@^4.0.3: | ||
26 | version "4.0.13" | ||
27 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787" | ||
28 | |||
29 | acorn@^5.0.0, acorn@^5.4.0: | ||
30 | version "5.4.1" | ||
31 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.4.1.tgz#fdc58d9d17f4a4e98d102ded826a9b9759125102" | ||
32 | |||
33 | ajv-keywords@^2.0.0, ajv-keywords@^2.1.0: | ||
34 | version "2.1.1" | ||
35 | resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762" | ||
36 | |||
37 | ajv@^4.9.1: | ||
38 | version "4.11.8" | ||
39 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536" | ||
40 | dependencies: | ||
41 | co "^4.6.0" | ||
42 | json-stable-stringify "^1.0.1" | ||
43 | |||
44 | ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.3, ajv@^5.3.0: | ||
45 | version "5.5.2" | ||
46 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965" | ||
47 | dependencies: | ||
48 | co "^4.6.0" | ||
49 | fast-deep-equal "^1.0.0" | ||
50 | fast-json-stable-stringify "^2.0.0" | ||
51 | json-schema-traverse "^0.3.0" | ||
52 | |||
53 | align-text@^0.1.1, align-text@^0.1.3: | ||
54 | version "0.1.4" | ||
55 | resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" | ||
56 | dependencies: | ||
57 | kind-of "^3.0.2" | ||
58 | longest "^1.0.1" | ||
59 | repeat-string "^1.5.2" | ||
60 | |||
61 | alphanum-sort@^1.0.1, alphanum-sort@^1.0.2: | ||
62 | version "1.0.2" | ||
63 | resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" | ||
64 | |||
65 | amdefine@>=0.0.4: | ||
66 | version "1.0.1" | ||
67 | resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" | ||
68 | |||
69 | ansi-escapes@^3.0.0: | ||
70 | version "3.0.0" | ||
71 | resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.0.0.tgz#ec3e8b4e9f8064fc02c3ac9b65f1c275bda8ef92" | ||
72 | |||
73 | ansi-regex@^2.0.0: | ||
74 | version "2.1.1" | ||
75 | resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" | ||
76 | |||
77 | ansi-regex@^3.0.0: | ||
78 | version "3.0.0" | ||
79 | resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" | ||
80 | |||
81 | ansi-styles@^2.2.1: | ||
82 | version "2.2.1" | ||
83 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" | ||
84 | |||
85 | ansi-styles@^3.1.0: | ||
86 | version "3.2.0" | ||
87 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88" | ||
88 | dependencies: | ||
89 | color-convert "^1.9.0" | ||
90 | |||
91 | anymatch@^1.3.0: | ||
92 | version "1.3.2" | ||
93 | resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a" | ||
94 | dependencies: | ||
95 | micromatch "^2.1.5" | ||
96 | normalize-path "^2.0.0" | ||
97 | |||
98 | aproba@^1.0.3: | ||
99 | version "1.2.0" | ||
100 | resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" | ||
101 | |||
102 | are-we-there-yet@~1.1.2: | ||
103 | version "1.1.4" | ||
104 | resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.4.tgz#bb5dca382bb94f05e15194373d16fd3ba1ca110d" | ||
105 | dependencies: | ||
106 | delegates "^1.0.0" | ||
107 | readable-stream "^2.0.6" | ||
108 | |||
109 | argparse@^1.0.7: | ||
110 | version "1.0.9" | ||
111 | resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86" | ||
112 | dependencies: | ||
113 | sprintf-js "~1.0.2" | ||
114 | |||
115 | arr-diff@^2.0.0: | ||
116 | version "2.0.0" | ||
117 | resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" | ||
118 | dependencies: | ||
119 | arr-flatten "^1.0.1" | ||
120 | |||
121 | arr-flatten@^1.0.1: | ||
122 | version "1.1.0" | ||
123 | resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" | ||
124 | |||
125 | array-find-index@^1.0.1: | ||
126 | version "1.0.2" | ||
127 | resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" | ||
128 | |||
129 | array-union@^1.0.1: | ||
130 | version "1.0.2" | ||
131 | resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39" | ||
132 | dependencies: | ||
133 | array-uniq "^1.0.1" | ||
134 | |||
135 | array-uniq@^1.0.1: | ||
136 | version "1.0.3" | ||
137 | resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" | ||
138 | |||
139 | array-unique@^0.2.1: | ||
140 | version "0.2.1" | ||
141 | resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" | ||
142 | |||
143 | arrify@^1.0.0: | ||
144 | version "1.0.1" | ||
145 | resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" | ||
146 | |||
147 | asn1.js@^4.0.0: | ||
148 | version "4.9.2" | ||
149 | resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.9.2.tgz#8117ef4f7ed87cd8f89044b5bff97ac243a16c9a" | ||
150 | dependencies: | ||
151 | bn.js "^4.0.0" | ||
152 | inherits "^2.0.1" | ||
153 | minimalistic-assert "^1.0.0" | ||
154 | |||
155 | asn1@~0.2.3: | ||
156 | version "0.2.3" | ||
157 | resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86" | ||
158 | |||
159 | assert-plus@1.0.0, assert-plus@^1.0.0: | ||
160 | version "1.0.0" | ||
161 | resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" | ||
162 | |||
163 | assert-plus@^0.2.0: | ||
164 | version "0.2.0" | ||
165 | resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234" | ||
166 | |||
167 | assert@^1.1.1: | ||
168 | version "1.4.1" | ||
169 | resolved "https://registry.yarnpkg.com/assert/-/assert-1.4.1.tgz#99912d591836b5a6f5b345c0f07eefc08fc65d91" | ||
170 | dependencies: | ||
171 | util "0.10.3" | ||
172 | |||
173 | async-each@^1.0.0: | ||
174 | version "1.0.1" | ||
175 | resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d" | ||
176 | |||
177 | async-foreach@^0.1.3: | ||
178 | version "0.1.3" | ||
179 | resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" | ||
180 | |||
181 | async@^2.1.2, async@^2.1.5, async@^2.4.1: | ||
182 | version "2.6.0" | ||
183 | resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4" | ||
184 | dependencies: | ||
185 | lodash "^4.14.0" | ||
186 | |||
187 | asynckit@^0.4.0: | ||
188 | version "0.4.0" | ||
189 | resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" | ||
190 | |||
191 | autoprefixer@^6.3.1: | ||
192 | version "6.7.7" | ||
193 | resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.7.tgz#1dbd1c835658e35ce3f9984099db00585c782014" | ||
194 | dependencies: | ||
195 | browserslist "^1.7.6" | ||
196 | caniuse-db "^1.0.30000634" | ||
197 | normalize-range "^0.1.2" | ||
198 | num2fraction "^1.2.2" | ||
199 | postcss "^5.2.16" | ||
200 | postcss-value-parser "^3.2.3" | ||
201 | |||
202 | awesomplete@^1.1.2: | ||
203 | version "1.1.2" | ||
204 | resolved "https://registry.yarnpkg.com/awesomplete/-/awesomplete-1.1.2.tgz#b6e253f73474e46278bba5ae7f81d4262160fb75" | ||
205 | |||
206 | aws-sign2@~0.6.0: | ||
207 | version "0.6.0" | ||
208 | resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f" | ||
209 | |||
210 | aws-sign2@~0.7.0: | ||
211 | version "0.7.0" | ||
212 | resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" | ||
213 | |||
214 | aws4@^1.2.1, aws4@^1.6.0: | ||
215 | version "1.6.0" | ||
216 | resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" | ||
217 | |||
218 | babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: | ||
219 | version "6.26.0" | ||
220 | resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" | ||
221 | dependencies: | ||
222 | chalk "^1.1.3" | ||
223 | esutils "^2.0.2" | ||
224 | js-tokens "^3.0.2" | ||
225 | |||
226 | babel-core@^6.24.1, babel-core@^6.26.0: | ||
227 | version "6.26.0" | ||
228 | resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8" | ||
229 | dependencies: | ||
230 | babel-code-frame "^6.26.0" | ||
231 | babel-generator "^6.26.0" | ||
232 | babel-helpers "^6.24.1" | ||
233 | babel-messages "^6.23.0" | ||
234 | babel-register "^6.26.0" | ||
235 | babel-runtime "^6.26.0" | ||
236 | babel-template "^6.26.0" | ||
237 | babel-traverse "^6.26.0" | ||
238 | babel-types "^6.26.0" | ||
239 | babylon "^6.18.0" | ||
240 | convert-source-map "^1.5.0" | ||
241 | debug "^2.6.8" | ||
242 | json5 "^0.5.1" | ||
243 | lodash "^4.17.4" | ||
244 | minimatch "^3.0.4" | ||
245 | path-is-absolute "^1.0.1" | ||
246 | private "^0.1.7" | ||
247 | slash "^1.0.0" | ||
248 | source-map "^0.5.6" | ||
249 | |||
250 | babel-generator@^6.26.0: | ||
251 | version "6.26.1" | ||
252 | resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90" | ||
253 | dependencies: | ||
254 | babel-messages "^6.23.0" | ||
255 | babel-runtime "^6.26.0" | ||
256 | babel-types "^6.26.0" | ||
257 | detect-indent "^4.0.0" | ||
258 | jsesc "^1.3.0" | ||
259 | lodash "^4.17.4" | ||
260 | source-map "^0.5.7" | ||
261 | trim-right "^1.0.1" | ||
262 | |||
263 | babel-helper-builder-binary-assignment-operator-visitor@^6.24.1: | ||
264 | version "6.24.1" | ||
265 | resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664" | ||
266 | dependencies: | ||
267 | babel-helper-explode-assignable-expression "^6.24.1" | ||
268 | babel-runtime "^6.22.0" | ||
269 | babel-types "^6.24.1" | ||
270 | |||
271 | babel-helper-call-delegate@^6.24.1: | ||
272 | version "6.24.1" | ||
273 | resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d" | ||
274 | dependencies: | ||
275 | babel-helper-hoist-variables "^6.24.1" | ||
276 | babel-runtime "^6.22.0" | ||
277 | babel-traverse "^6.24.1" | ||
278 | babel-types "^6.24.1" | ||
279 | |||
280 | babel-helper-define-map@^6.24.1: | ||
281 | version "6.26.0" | ||
282 | resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz#a5f56dab41a25f97ecb498c7ebaca9819f95be5f" | ||
283 | dependencies: | ||
284 | babel-helper-function-name "^6.24.1" | ||
285 | babel-runtime "^6.26.0" | ||
286 | babel-types "^6.26.0" | ||
287 | lodash "^4.17.4" | ||
288 | |||
289 | babel-helper-evaluate-path@^0.2.0: | ||
290 | version "0.2.0" | ||
291 | resolved "https://registry.yarnpkg.com/babel-helper-evaluate-path/-/babel-helper-evaluate-path-0.2.0.tgz#0bb2eb01996c0cef53c5e8405e999fe4a0244c08" | ||
292 | |||
293 | babel-helper-explode-assignable-expression@^6.24.1: | ||
294 | version "6.24.1" | ||
295 | resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa" | ||
296 | dependencies: | ||
297 | babel-runtime "^6.22.0" | ||
298 | babel-traverse "^6.24.1" | ||
299 | babel-types "^6.24.1" | ||
300 | |||
301 | babel-helper-flip-expressions@^0.2.0: | ||
302 | version "0.2.0" | ||
303 | resolved "https://registry.yarnpkg.com/babel-helper-flip-expressions/-/babel-helper-flip-expressions-0.2.0.tgz#160d2090a3d9f9c64a750905321a0bc218f884ec" | ||
304 | |||
305 | babel-helper-function-name@^6.24.1: | ||
306 | version "6.24.1" | ||
307 | resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9" | ||
308 | dependencies: | ||
309 | babel-helper-get-function-arity "^6.24.1" | ||
310 | babel-runtime "^6.22.0" | ||
311 | babel-template "^6.24.1" | ||
312 | babel-traverse "^6.24.1" | ||
313 | babel-types "^6.24.1" | ||
314 | |||
315 | babel-helper-get-function-arity@^6.24.1: | ||
316 | version "6.24.1" | ||
317 | resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d" | ||
318 | dependencies: | ||
319 | babel-runtime "^6.22.0" | ||
320 | babel-types "^6.24.1" | ||
321 | |||
322 | babel-helper-hoist-variables@^6.24.1: | ||
323 | version "6.24.1" | ||
324 | resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76" | ||
325 | dependencies: | ||
326 | babel-runtime "^6.22.0" | ||
327 | babel-types "^6.24.1" | ||
328 | |||
329 | babel-helper-is-nodes-equiv@^0.0.1: | ||
330 | version "0.0.1" | ||
331 | resolved "https://registry.yarnpkg.com/babel-helper-is-nodes-equiv/-/babel-helper-is-nodes-equiv-0.0.1.tgz#34e9b300b1479ddd98ec77ea0bbe9342dfe39684" | ||
332 | |||
333 | babel-helper-is-void-0@^0.2.0: | ||
334 | version "0.2.0" | ||
335 | resolved "https://registry.yarnpkg.com/babel-helper-is-void-0/-/babel-helper-is-void-0-0.2.0.tgz#6ed0ada8a9b1c5b6e88af6b47c1b3b5c080860eb" | ||
336 | |||
337 | babel-helper-mark-eval-scopes@^0.2.0: | ||
338 | version "0.2.0" | ||
339 | resolved "https://registry.yarnpkg.com/babel-helper-mark-eval-scopes/-/babel-helper-mark-eval-scopes-0.2.0.tgz#7648aaf2ec92aae9b09a20ad91e8df5e1fcc94b2" | ||
340 | |||
341 | babel-helper-optimise-call-expression@^6.24.1: | ||
342 | version "6.24.1" | ||
343 | resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257" | ||
344 | dependencies: | ||
345 | babel-runtime "^6.22.0" | ||
346 | babel-types "^6.24.1" | ||
347 | |||
348 | babel-helper-regex@^6.24.1: | ||
349 | version "6.26.0" | ||
350 | resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz#325c59f902f82f24b74faceed0363954f6495e72" | ||
351 | dependencies: | ||
352 | babel-runtime "^6.26.0" | ||
353 | babel-types "^6.26.0" | ||
354 | lodash "^4.17.4" | ||
355 | |||
356 | babel-helper-remap-async-to-generator@^6.24.1: | ||
357 | version "6.24.1" | ||
358 | resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b" | ||
359 | dependencies: | ||
360 | babel-helper-function-name "^6.24.1" | ||
361 | babel-runtime "^6.22.0" | ||
362 | babel-template "^6.24.1" | ||
363 | babel-traverse "^6.24.1" | ||
364 | babel-types "^6.24.1" | ||
365 | |||
366 | babel-helper-remove-or-void@^0.2.0: | ||
367 | version "0.2.0" | ||
368 | resolved "https://registry.yarnpkg.com/babel-helper-remove-or-void/-/babel-helper-remove-or-void-0.2.0.tgz#8e46ad5b30560d57d7510b3fd93f332ee7c67386" | ||
369 | |||
370 | babel-helper-replace-supers@^6.24.1: | ||
371 | version "6.24.1" | ||
372 | resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a" | ||
373 | dependencies: | ||
374 | babel-helper-optimise-call-expression "^6.24.1" | ||
375 | babel-messages "^6.23.0" | ||
376 | babel-runtime "^6.22.0" | ||
377 | babel-template "^6.24.1" | ||
378 | babel-traverse "^6.24.1" | ||
379 | babel-types "^6.24.1" | ||
380 | |||
381 | babel-helper-to-multiple-sequence-expressions@^0.2.0: | ||
382 | version "0.2.0" | ||
383 | resolved "https://registry.yarnpkg.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.2.0.tgz#d1a419634c6cb301f27858c659167cfee0a9d318" | ||
384 | |||
385 | babel-helpers@^6.24.1: | ||
386 | version "6.24.1" | ||
387 | resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2" | ||
388 | dependencies: | ||
389 | babel-runtime "^6.22.0" | ||
390 | babel-template "^6.24.1" | ||
391 | |||
392 | babel-loader@^7.1.2: | ||
393 | version "7.1.2" | ||
394 | resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.2.tgz#f6cbe122710f1aa2af4d881c6d5b54358ca24126" | ||
395 | dependencies: | ||
396 | find-cache-dir "^1.0.0" | ||
397 | loader-utils "^1.0.2" | ||
398 | mkdirp "^0.5.1" | ||
399 | |||
400 | babel-messages@^6.23.0: | ||
401 | version "6.23.0" | ||
402 | resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" | ||
403 | dependencies: | ||
404 | babel-runtime "^6.22.0" | ||
405 | |||
406 | babel-minify-webpack-plugin@^0.2.0: | ||
407 | version "0.2.0" | ||
408 | resolved "https://registry.yarnpkg.com/babel-minify-webpack-plugin/-/babel-minify-webpack-plugin-0.2.0.tgz#ef9694d11a1b8ab8f3204d89f5c9278dd28fc2a9" | ||
409 | dependencies: | ||
410 | babel-core "^6.24.1" | ||
411 | babel-preset-minify "^0.2.0" | ||
412 | webpack-sources "^1.0.1" | ||
413 | |||
414 | babel-plugin-check-es2015-constants@^6.22.0: | ||
415 | version "6.22.0" | ||
416 | resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a" | ||
417 | dependencies: | ||
418 | babel-runtime "^6.22.0" | ||
419 | |||
420 | babel-plugin-minify-builtins@^0.2.0: | ||
421 | version "0.2.0" | ||
422 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-builtins/-/babel-plugin-minify-builtins-0.2.0.tgz#317f824b0907210b6348671bb040ca072e2e0c82" | ||
423 | dependencies: | ||
424 | babel-helper-evaluate-path "^0.2.0" | ||
425 | |||
426 | babel-plugin-minify-constant-folding@^0.2.0: | ||
427 | version "0.2.0" | ||
428 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-constant-folding/-/babel-plugin-minify-constant-folding-0.2.0.tgz#8c70b528b2eb7c13e94d95c8789077d4cdbc3970" | ||
429 | dependencies: | ||
430 | babel-helper-evaluate-path "^0.2.0" | ||
431 | |||
432 | babel-plugin-minify-dead-code-elimination@^0.2.0: | ||
433 | version "0.2.0" | ||
434 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-dead-code-elimination/-/babel-plugin-minify-dead-code-elimination-0.2.0.tgz#e8025ee10a1e5e4f202633a6928ce892c33747e3" | ||
435 | dependencies: | ||
436 | babel-helper-evaluate-path "^0.2.0" | ||
437 | babel-helper-mark-eval-scopes "^0.2.0" | ||
438 | babel-helper-remove-or-void "^0.2.0" | ||
439 | lodash.some "^4.6.0" | ||
440 | |||
441 | babel-plugin-minify-flip-comparisons@^0.2.0: | ||
442 | version "0.2.0" | ||
443 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-flip-comparisons/-/babel-plugin-minify-flip-comparisons-0.2.0.tgz#0c9c8e93155c8f09dedad8118b634c259f709ef5" | ||
444 | dependencies: | ||
445 | babel-helper-is-void-0 "^0.2.0" | ||
446 | |||
447 | babel-plugin-minify-guarded-expressions@^0.2.0: | ||
448 | version "0.2.0" | ||
449 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-guarded-expressions/-/babel-plugin-minify-guarded-expressions-0.2.0.tgz#8a8c950040fce3e258a12e6eb21eab94ad7235ab" | ||
450 | dependencies: | ||
451 | babel-helper-flip-expressions "^0.2.0" | ||
452 | |||
453 | babel-plugin-minify-infinity@^0.2.0: | ||
454 | version "0.2.0" | ||
455 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-infinity/-/babel-plugin-minify-infinity-0.2.0.tgz#30960c615ddbc657c045bb00a1d8eb4af257cf03" | ||
456 | |||
457 | babel-plugin-minify-mangle-names@^0.2.0: | ||
458 | version "0.2.0" | ||
459 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-mangle-names/-/babel-plugin-minify-mangle-names-0.2.0.tgz#719892297ff0106a6ec1a4b0fc062f1f8b6a8529" | ||
460 | dependencies: | ||
461 | babel-helper-mark-eval-scopes "^0.2.0" | ||
462 | |||
463 | babel-plugin-minify-numeric-literals@^0.2.0: | ||
464 | version "0.2.0" | ||
465 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-numeric-literals/-/babel-plugin-minify-numeric-literals-0.2.0.tgz#5746e851700167a380c05e93f289a7070459a0d1" | ||
466 | |||
467 | babel-plugin-minify-replace@^0.2.0: | ||
468 | version "0.2.0" | ||
469 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-replace/-/babel-plugin-minify-replace-0.2.0.tgz#3c1f06bc4e6d3e301eacb763edc1be611efc39b0" | ||
470 | |||
471 | babel-plugin-minify-simplify@^0.2.0: | ||
472 | version "0.2.0" | ||
473 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-simplify/-/babel-plugin-minify-simplify-0.2.0.tgz#21ceec4857100c5476d7cef121f351156e5c9bc0" | ||
474 | dependencies: | ||
475 | babel-helper-flip-expressions "^0.2.0" | ||
476 | babel-helper-is-nodes-equiv "^0.0.1" | ||
477 | babel-helper-to-multiple-sequence-expressions "^0.2.0" | ||
478 | |||
479 | babel-plugin-minify-type-constructors@^0.2.0: | ||
480 | version "0.2.0" | ||
481 | resolved "https://registry.yarnpkg.com/babel-plugin-minify-type-constructors/-/babel-plugin-minify-type-constructors-0.2.0.tgz#7f3b6458be0863cfd59e9985bed6d134aa7a2e17" | ||
482 | dependencies: | ||
483 | babel-helper-is-void-0 "^0.2.0" | ||
484 | |||
485 | babel-plugin-syntax-async-functions@^6.8.0: | ||
486 | version "6.13.0" | ||
487 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95" | ||
488 | |||
489 | babel-plugin-syntax-exponentiation-operator@^6.8.0: | ||
490 | version "6.13.0" | ||
491 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de" | ||
492 | |||
493 | babel-plugin-syntax-trailing-function-commas@^6.22.0: | ||
494 | version "6.22.0" | ||
495 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3" | ||
496 | |||
497 | babel-plugin-transform-async-to-generator@^6.22.0: | ||
498 | version "6.24.1" | ||
499 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761" | ||
500 | dependencies: | ||
501 | babel-helper-remap-async-to-generator "^6.24.1" | ||
502 | babel-plugin-syntax-async-functions "^6.8.0" | ||
503 | babel-runtime "^6.22.0" | ||
504 | |||
505 | babel-plugin-transform-es2015-arrow-functions@^6.22.0: | ||
506 | version "6.22.0" | ||
507 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221" | ||
508 | dependencies: | ||
509 | babel-runtime "^6.22.0" | ||
510 | |||
511 | babel-plugin-transform-es2015-block-scoped-functions@^6.22.0: | ||
512 | version "6.22.0" | ||
513 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141" | ||
514 | dependencies: | ||
515 | babel-runtime "^6.22.0" | ||
516 | |||
517 | babel-plugin-transform-es2015-block-scoping@^6.23.0: | ||
518 | version "6.26.0" | ||
519 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f" | ||
520 | dependencies: | ||
521 | babel-runtime "^6.26.0" | ||
522 | babel-template "^6.26.0" | ||
523 | babel-traverse "^6.26.0" | ||
524 | babel-types "^6.26.0" | ||
525 | lodash "^4.17.4" | ||
526 | |||
527 | babel-plugin-transform-es2015-classes@^6.23.0: | ||
528 | version "6.24.1" | ||
529 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db" | ||
530 | dependencies: | ||
531 | babel-helper-define-map "^6.24.1" | ||
532 | babel-helper-function-name "^6.24.1" | ||
533 | babel-helper-optimise-call-expression "^6.24.1" | ||
534 | babel-helper-replace-supers "^6.24.1" | ||
535 | babel-messages "^6.23.0" | ||
536 | babel-runtime "^6.22.0" | ||
537 | babel-template "^6.24.1" | ||
538 | babel-traverse "^6.24.1" | ||
539 | babel-types "^6.24.1" | ||
540 | |||
541 | babel-plugin-transform-es2015-computed-properties@^6.22.0: | ||
542 | version "6.24.1" | ||
543 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3" | ||
544 | dependencies: | ||
545 | babel-runtime "^6.22.0" | ||
546 | babel-template "^6.24.1" | ||
547 | |||
548 | babel-plugin-transform-es2015-destructuring@^6.23.0: | ||
549 | version "6.23.0" | ||
550 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d" | ||
551 | dependencies: | ||
552 | babel-runtime "^6.22.0" | ||
553 | |||
554 | babel-plugin-transform-es2015-duplicate-keys@^6.22.0: | ||
555 | version "6.24.1" | ||
556 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e" | ||
557 | dependencies: | ||
558 | babel-runtime "^6.22.0" | ||
559 | babel-types "^6.24.1" | ||
560 | |||
561 | babel-plugin-transform-es2015-for-of@^6.23.0: | ||
562 | version "6.23.0" | ||
563 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691" | ||
564 | dependencies: | ||
565 | babel-runtime "^6.22.0" | ||
566 | |||
567 | babel-plugin-transform-es2015-function-name@^6.22.0: | ||
568 | version "6.24.1" | ||
569 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b" | ||
570 | dependencies: | ||
571 | babel-helper-function-name "^6.24.1" | ||
572 | babel-runtime "^6.22.0" | ||
573 | babel-types "^6.24.1" | ||
574 | |||
575 | babel-plugin-transform-es2015-literals@^6.22.0: | ||
576 | version "6.22.0" | ||
577 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e" | ||
578 | dependencies: | ||
579 | babel-runtime "^6.22.0" | ||
580 | |||
581 | babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015-modules-amd@^6.24.1: | ||
582 | version "6.24.1" | ||
583 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154" | ||
584 | dependencies: | ||
585 | babel-plugin-transform-es2015-modules-commonjs "^6.24.1" | ||
586 | babel-runtime "^6.22.0" | ||
587 | babel-template "^6.24.1" | ||
588 | |||
589 | babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1: | ||
590 | version "6.26.0" | ||
591 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a" | ||
592 | dependencies: | ||
593 | babel-plugin-transform-strict-mode "^6.24.1" | ||
594 | babel-runtime "^6.26.0" | ||
595 | babel-template "^6.26.0" | ||
596 | babel-types "^6.26.0" | ||
597 | |||
598 | babel-plugin-transform-es2015-modules-systemjs@^6.23.0: | ||
599 | version "6.24.1" | ||
600 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23" | ||
601 | dependencies: | ||
602 | babel-helper-hoist-variables "^6.24.1" | ||
603 | babel-runtime "^6.22.0" | ||
604 | babel-template "^6.24.1" | ||
605 | |||
606 | babel-plugin-transform-es2015-modules-umd@^6.23.0: | ||
607 | version "6.24.1" | ||
608 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468" | ||
609 | dependencies: | ||
610 | babel-plugin-transform-es2015-modules-amd "^6.24.1" | ||
611 | babel-runtime "^6.22.0" | ||
612 | babel-template "^6.24.1" | ||
613 | |||
614 | babel-plugin-transform-es2015-object-super@^6.22.0: | ||
615 | version "6.24.1" | ||
616 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d" | ||
617 | dependencies: | ||
618 | babel-helper-replace-supers "^6.24.1" | ||
619 | babel-runtime "^6.22.0" | ||
620 | |||
621 | babel-plugin-transform-es2015-parameters@^6.23.0: | ||
622 | version "6.24.1" | ||
623 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b" | ||
624 | dependencies: | ||
625 | babel-helper-call-delegate "^6.24.1" | ||
626 | babel-helper-get-function-arity "^6.24.1" | ||
627 | babel-runtime "^6.22.0" | ||
628 | babel-template "^6.24.1" | ||
629 | babel-traverse "^6.24.1" | ||
630 | babel-types "^6.24.1" | ||
631 | |||
632 | babel-plugin-transform-es2015-shorthand-properties@^6.22.0: | ||
633 | version "6.24.1" | ||
634 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0" | ||
635 | dependencies: | ||
636 | babel-runtime "^6.22.0" | ||
637 | babel-types "^6.24.1" | ||
638 | |||
639 | babel-plugin-transform-es2015-spread@^6.22.0: | ||
640 | version "6.22.0" | ||
641 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1" | ||
642 | dependencies: | ||
643 | babel-runtime "^6.22.0" | ||
644 | |||
645 | babel-plugin-transform-es2015-sticky-regex@^6.22.0: | ||
646 | version "6.24.1" | ||
647 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc" | ||
648 | dependencies: | ||
649 | babel-helper-regex "^6.24.1" | ||
650 | babel-runtime "^6.22.0" | ||
651 | babel-types "^6.24.1" | ||
652 | |||
653 | babel-plugin-transform-es2015-template-literals@^6.22.0: | ||
654 | version "6.22.0" | ||
655 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d" | ||
656 | dependencies: | ||
657 | babel-runtime "^6.22.0" | ||
658 | |||
659 | babel-plugin-transform-es2015-typeof-symbol@^6.23.0: | ||
660 | version "6.23.0" | ||
661 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372" | ||
662 | dependencies: | ||
663 | babel-runtime "^6.22.0" | ||
664 | |||
665 | babel-plugin-transform-es2015-unicode-regex@^6.22.0: | ||
666 | version "6.24.1" | ||
667 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9" | ||
668 | dependencies: | ||
669 | babel-helper-regex "^6.24.1" | ||
670 | babel-runtime "^6.22.0" | ||
671 | regexpu-core "^2.0.0" | ||
672 | |||
673 | babel-plugin-transform-exponentiation-operator@^6.22.0: | ||
674 | version "6.24.1" | ||
675 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e" | ||
676 | dependencies: | ||
677 | babel-helper-builder-binary-assignment-operator-visitor "^6.24.1" | ||
678 | babel-plugin-syntax-exponentiation-operator "^6.8.0" | ||
679 | babel-runtime "^6.22.0" | ||
680 | |||
681 | babel-plugin-transform-inline-consecutive-adds@^0.2.0: | ||
682 | version "0.2.0" | ||
683 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-inline-consecutive-adds/-/babel-plugin-transform-inline-consecutive-adds-0.2.0.tgz#15dae78921057f4004f8eafd79e15ddc5f12f426" | ||
684 | |||
685 | babel-plugin-transform-member-expression-literals@^6.8.5: | ||
686 | version "6.9.0" | ||
687 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-member-expression-literals/-/babel-plugin-transform-member-expression-literals-6.9.0.tgz#ab07ad52a11ff7d2528c71388e8f901a4499c2b2" | ||
688 | |||
689 | babel-plugin-transform-merge-sibling-variables@^6.8.6: | ||
690 | version "6.9.0" | ||
691 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-merge-sibling-variables/-/babel-plugin-transform-merge-sibling-variables-6.9.0.tgz#140017e305f8eb4f60d2f2db61154fbd71a9fcdd" | ||
692 | |||
693 | babel-plugin-transform-minify-booleans@^6.8.3: | ||
694 | version "6.9.0" | ||
695 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-minify-booleans/-/babel-plugin-transform-minify-booleans-6.9.0.tgz#e36ceaa49aadcae70ec98bd9dbccb660719a667a" | ||
696 | |||
697 | babel-plugin-transform-property-literals@^6.8.5: | ||
698 | version "6.9.0" | ||
699 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-property-literals/-/babel-plugin-transform-property-literals-6.9.0.tgz#4ddc12ada888927eacab4daff8a535ebc5de5a61" | ||
700 | dependencies: | ||
701 | esutils "^2.0.2" | ||
702 | |||
703 | babel-plugin-transform-regenerator@^6.22.0: | ||
704 | version "6.26.0" | ||
705 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f" | ||
706 | dependencies: | ||
707 | regenerator-transform "^0.10.0" | ||
708 | |||
709 | babel-plugin-transform-regexp-constructors@^0.2.0: | ||
710 | version "0.2.0" | ||
711 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-regexp-constructors/-/babel-plugin-transform-regexp-constructors-0.2.0.tgz#6aa5dd0acc515db4be929bbcec4ed4c946c534a3" | ||
712 | |||
713 | babel-plugin-transform-remove-console@^6.8.5: | ||
714 | version "6.9.0" | ||
715 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.0.tgz#a7b671aab050dd30ef7cf2142b61a7d10efb327f" | ||
716 | |||
717 | babel-plugin-transform-remove-debugger@^6.8.5: | ||
718 | version "6.9.0" | ||
719 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-debugger/-/babel-plugin-transform-remove-debugger-6.9.0.tgz#b465e74b3fbe1970da561fb1331e30aefac3f1fe" | ||
720 | |||
721 | babel-plugin-transform-remove-undefined@^0.2.0: | ||
722 | version "0.2.0" | ||
723 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-undefined/-/babel-plugin-transform-remove-undefined-0.2.0.tgz#94f052062054c707e8d094acefe79416b63452b1" | ||
724 | dependencies: | ||
725 | babel-helper-evaluate-path "^0.2.0" | ||
726 | |||
727 | babel-plugin-transform-simplify-comparison-operators@^6.8.5: | ||
728 | version "6.9.0" | ||
729 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.9.0.tgz#586252fea023cb13f2400a09c0ab178dc0844f0a" | ||
730 | |||
731 | babel-plugin-transform-strict-mode@^6.24.1: | ||
732 | version "6.24.1" | ||
733 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758" | ||
734 | dependencies: | ||
735 | babel-runtime "^6.22.0" | ||
736 | babel-types "^6.24.1" | ||
737 | |||
738 | babel-plugin-transform-undefined-to-void@^6.8.3: | ||
739 | version "6.9.0" | ||
740 | resolved "https://registry.yarnpkg.com/babel-plugin-transform-undefined-to-void/-/babel-plugin-transform-undefined-to-void-6.9.0.tgz#eb5db0554caffe9ded0206468ec0c6c3b332b9d2" | ||
741 | |||
742 | babel-preset-env@^1.6.1: | ||
743 | version "1.6.1" | ||
744 | resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.1.tgz#a18b564cc9b9afdf4aae57ae3c1b0d99188e6f48" | ||
745 | dependencies: | ||
746 | babel-plugin-check-es2015-constants "^6.22.0" | ||
747 | babel-plugin-syntax-trailing-function-commas "^6.22.0" | ||
748 | babel-plugin-transform-async-to-generator "^6.22.0" | ||
749 | babel-plugin-transform-es2015-arrow-functions "^6.22.0" | ||
750 | babel-plugin-transform-es2015-block-scoped-functions "^6.22.0" | ||
751 | babel-plugin-transform-es2015-block-scoping "^6.23.0" | ||
752 | babel-plugin-transform-es2015-classes "^6.23.0" | ||
753 | babel-plugin-transform-es2015-computed-properties "^6.22.0" | ||
754 | babel-plugin-transform-es2015-destructuring "^6.23.0" | ||
755 | babel-plugin-transform-es2015-duplicate-keys "^6.22.0" | ||
756 | babel-plugin-transform-es2015-for-of "^6.23.0" | ||
757 | babel-plugin-transform-es2015-function-name "^6.22.0" | ||
758 | babel-plugin-transform-es2015-literals "^6.22.0" | ||
759 | babel-plugin-transform-es2015-modules-amd "^6.22.0" | ||
760 | babel-plugin-transform-es2015-modules-commonjs "^6.23.0" | ||
761 | babel-plugin-transform-es2015-modules-systemjs "^6.23.0" | ||
762 | babel-plugin-transform-es2015-modules-umd "^6.23.0" | ||
763 | babel-plugin-transform-es2015-object-super "^6.22.0" | ||
764 | babel-plugin-transform-es2015-parameters "^6.23.0" | ||
765 | babel-plugin-transform-es2015-shorthand-properties "^6.22.0" | ||
766 | babel-plugin-transform-es2015-spread "^6.22.0" | ||
767 | babel-plugin-transform-es2015-sticky-regex "^6.22.0" | ||
768 | babel-plugin-transform-es2015-template-literals "^6.22.0" | ||
769 | babel-plugin-transform-es2015-typeof-symbol "^6.23.0" | ||
770 | babel-plugin-transform-es2015-unicode-regex "^6.22.0" | ||
771 | babel-plugin-transform-exponentiation-operator "^6.22.0" | ||
772 | babel-plugin-transform-regenerator "^6.22.0" | ||
773 | browserslist "^2.1.2" | ||
774 | invariant "^2.2.2" | ||
775 | semver "^5.3.0" | ||
776 | |||
777 | babel-preset-minify@^0.2.0: | ||
778 | version "0.2.0" | ||
779 | resolved "https://registry.yarnpkg.com/babel-preset-minify/-/babel-preset-minify-0.2.0.tgz#006566552d9b83834472273f306c0131062a0acc" | ||
780 | dependencies: | ||
781 | babel-plugin-minify-builtins "^0.2.0" | ||
782 | babel-plugin-minify-constant-folding "^0.2.0" | ||
783 | babel-plugin-minify-dead-code-elimination "^0.2.0" | ||
784 | babel-plugin-minify-flip-comparisons "^0.2.0" | ||
785 | babel-plugin-minify-guarded-expressions "^0.2.0" | ||
786 | babel-plugin-minify-infinity "^0.2.0" | ||
787 | babel-plugin-minify-mangle-names "^0.2.0" | ||
788 | babel-plugin-minify-numeric-literals "^0.2.0" | ||
789 | babel-plugin-minify-replace "^0.2.0" | ||
790 | babel-plugin-minify-simplify "^0.2.0" | ||
791 | babel-plugin-minify-type-constructors "^0.2.0" | ||
792 | babel-plugin-transform-inline-consecutive-adds "^0.2.0" | ||
793 | babel-plugin-transform-member-expression-literals "^6.8.5" | ||
794 | babel-plugin-transform-merge-sibling-variables "^6.8.6" | ||
795 | babel-plugin-transform-minify-booleans "^6.8.3" | ||
796 | babel-plugin-transform-property-literals "^6.8.5" | ||
797 | babel-plugin-transform-regexp-constructors "^0.2.0" | ||
798 | babel-plugin-transform-remove-console "^6.8.5" | ||
799 | babel-plugin-transform-remove-debugger "^6.8.5" | ||
800 | babel-plugin-transform-remove-undefined "^0.2.0" | ||
801 | babel-plugin-transform-simplify-comparison-operators "^6.8.5" | ||
802 | babel-plugin-transform-undefined-to-void "^6.8.3" | ||
803 | lodash.isplainobject "^4.0.6" | ||
804 | |||
805 | babel-register@^6.26.0: | ||
806 | version "6.26.0" | ||
807 | resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071" | ||
808 | dependencies: | ||
809 | babel-core "^6.26.0" | ||
810 | babel-runtime "^6.26.0" | ||
811 | core-js "^2.5.0" | ||
812 | home-or-tmp "^2.0.0" | ||
813 | lodash "^4.17.4" | ||
814 | mkdirp "^0.5.1" | ||
815 | source-map-support "^0.4.15" | ||
816 | |||
817 | babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0: | ||
818 | version "6.26.0" | ||
819 | resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" | ||
820 | dependencies: | ||
821 | core-js "^2.4.0" | ||
822 | regenerator-runtime "^0.11.0" | ||
823 | |||
824 | babel-template@^6.24.1, babel-template@^6.26.0: | ||
825 | version "6.26.0" | ||
826 | resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" | ||
827 | dependencies: | ||
828 | babel-runtime "^6.26.0" | ||
829 | babel-traverse "^6.26.0" | ||
830 | babel-types "^6.26.0" | ||
831 | babylon "^6.18.0" | ||
832 | lodash "^4.17.4" | ||
833 | |||
834 | babel-traverse@^6.24.1, babel-traverse@^6.26.0: | ||
835 | version "6.26.0" | ||
836 | resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" | ||
837 | dependencies: | ||
838 | babel-code-frame "^6.26.0" | ||
839 | babel-messages "^6.23.0" | ||
840 | babel-runtime "^6.26.0" | ||
841 | babel-types "^6.26.0" | ||
842 | babylon "^6.18.0" | ||
843 | debug "^2.6.8" | ||
844 | globals "^9.18.0" | ||
845 | invariant "^2.2.2" | ||
846 | lodash "^4.17.4" | ||
847 | |||
848 | babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0: | ||
849 | version "6.26.0" | ||
850 | resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" | ||
851 | dependencies: | ||
852 | babel-runtime "^6.26.0" | ||
853 | esutils "^2.0.2" | ||
854 | lodash "^4.17.4" | ||
855 | to-fast-properties "^1.0.3" | ||
856 | |||
857 | babylon@^6.18.0: | ||
858 | version "6.18.0" | ||
859 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" | ||
860 | |||
861 | balanced-match@^0.4.2: | ||
862 | version "0.4.2" | ||
863 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838" | ||
864 | |||
865 | balanced-match@^1.0.0: | ||
866 | version "1.0.0" | ||
867 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" | ||
868 | |||
869 | base64-js@^1.0.2: | ||
870 | version "1.2.1" | ||
871 | resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.2.1.tgz#a91947da1f4a516ea38e5b4ec0ec3773675e0886" | ||
872 | |||
873 | bcrypt-pbkdf@^1.0.0: | ||
874 | version "1.0.1" | ||
875 | resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz#63bc5dcb61331b92bc05fd528953c33462a06f8d" | ||
876 | dependencies: | ||
877 | tweetnacl "^0.14.3" | ||
878 | |||
879 | big.js@^3.1.3: | ||
880 | version "3.2.0" | ||
881 | resolved "https://registry.yarnpkg.com/big.js/-/big.js-3.2.0.tgz#a5fc298b81b9e0dca2e458824784b65c52ba588e" | ||
882 | |||
883 | binary-extensions@^1.0.0: | ||
884 | version "1.11.0" | ||
885 | resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.11.0.tgz#46aa1751fb6a2f93ee5e689bb1087d4b14c6c205" | ||
886 | |||
887 | blazy@^1.8.2: | ||
888 | version "1.8.2" | ||
889 | resolved "https://registry.yarnpkg.com/blazy/-/blazy-1.8.2.tgz#50dfd638baaf9003efd6eb3a836aca54184ab6da" | ||
890 | |||
891 | block-stream@*: | ||
892 | version "0.0.9" | ||
893 | resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" | ||
894 | dependencies: | ||
895 | inherits "~2.0.0" | ||
896 | |||
897 | bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: | ||
898 | version "4.11.8" | ||
899 | resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" | ||
900 | |||
901 | boom@2.x.x: | ||
902 | version "2.10.1" | ||
903 | resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f" | ||
904 | dependencies: | ||
905 | hoek "2.x.x" | ||
906 | |||
907 | boom@4.x.x: | ||
908 | version "4.3.1" | ||
909 | resolved "https://registry.yarnpkg.com/boom/-/boom-4.3.1.tgz#4f8a3005cb4a7e3889f749030fd25b96e01d2e31" | ||
910 | dependencies: | ||
911 | hoek "4.x.x" | ||
912 | |||
913 | boom@5.x.x: | ||
914 | version "5.2.0" | ||
915 | resolved "https://registry.yarnpkg.com/boom/-/boom-5.2.0.tgz#5dd9da6ee3a5f302077436290cb717d3f4a54e02" | ||
916 | dependencies: | ||
917 | hoek "4.x.x" | ||
918 | |||
919 | brace-expansion@^1.1.7: | ||
920 | version "1.1.8" | ||
921 | resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292" | ||
922 | dependencies: | ||
923 | balanced-match "^1.0.0" | ||
924 | concat-map "0.0.1" | ||
925 | |||
926 | braces@^1.8.2: | ||
927 | version "1.8.5" | ||
928 | resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" | ||
929 | dependencies: | ||
930 | expand-range "^1.8.1" | ||
931 | preserve "^0.2.0" | ||
932 | repeat-element "^1.1.2" | ||
933 | |||
934 | brorand@^1.0.1: | ||
935 | version "1.1.0" | ||
936 | resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" | ||
937 | |||
938 | browserify-aes@^1.0.0, browserify-aes@^1.0.4: | ||
939 | version "1.1.1" | ||
940 | resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.1.1.tgz#38b7ab55edb806ff2dcda1a7f1620773a477c49f" | ||
941 | dependencies: | ||
942 | buffer-xor "^1.0.3" | ||
943 | cipher-base "^1.0.0" | ||
944 | create-hash "^1.1.0" | ||
945 | evp_bytestokey "^1.0.3" | ||
946 | inherits "^2.0.1" | ||
947 | safe-buffer "^5.0.1" | ||
948 | |||
949 | browserify-cipher@^1.0.0: | ||
950 | version "1.0.0" | ||
951 | resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.0.tgz#9988244874bf5ed4e28da95666dcd66ac8fc363a" | ||
952 | dependencies: | ||
953 | browserify-aes "^1.0.4" | ||
954 | browserify-des "^1.0.0" | ||
955 | evp_bytestokey "^1.0.0" | ||
956 | |||
957 | browserify-des@^1.0.0: | ||
958 | version "1.0.0" | ||
959 | resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.0.tgz#daa277717470922ed2fe18594118a175439721dd" | ||
960 | dependencies: | ||
961 | cipher-base "^1.0.1" | ||
962 | des.js "^1.0.0" | ||
963 | inherits "^2.0.1" | ||
964 | |||
965 | browserify-rsa@^4.0.0: | ||
966 | version "4.0.1" | ||
967 | resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.0.1.tgz#21e0abfaf6f2029cf2fafb133567a701d4135524" | ||
968 | dependencies: | ||
969 | bn.js "^4.1.0" | ||
970 | randombytes "^2.0.1" | ||
971 | |||
972 | browserify-sign@^4.0.0: | ||
973 | version "4.0.4" | ||
974 | resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298" | ||
975 | dependencies: | ||
976 | bn.js "^4.1.1" | ||
977 | browserify-rsa "^4.0.0" | ||
978 | create-hash "^1.1.0" | ||
979 | create-hmac "^1.1.2" | ||
980 | elliptic "^6.0.0" | ||
981 | inherits "^2.0.1" | ||
982 | parse-asn1 "^5.0.0" | ||
983 | |||
984 | browserify-zlib@^0.2.0: | ||
985 | version "0.2.0" | ||
986 | resolved "https://registry.yarnpkg.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" | ||
987 | dependencies: | ||
988 | pako "~1.0.5" | ||
989 | |||
990 | browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6: | ||
991 | version "1.7.7" | ||
992 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-1.7.7.tgz#0bd76704258be829b2398bb50e4b62d1a166b0b9" | ||
993 | dependencies: | ||
994 | caniuse-db "^1.0.30000639" | ||
995 | electron-to-chromium "^1.2.7" | ||
996 | |||
997 | browserslist@^2.1.2: | ||
998 | version "2.11.3" | ||
999 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.3.tgz#fe36167aed1bbcde4827ebfe71347a2cc70b99b2" | ||
1000 | dependencies: | ||
1001 | caniuse-lite "^1.0.30000792" | ||
1002 | electron-to-chromium "^1.3.30" | ||
1003 | |||
1004 | buffer-xor@^1.0.3: | ||
1005 | version "1.0.3" | ||
1006 | resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" | ||
1007 | |||
1008 | buffer@^4.3.0: | ||
1009 | version "4.9.1" | ||
1010 | resolved "https://registry.yarnpkg.com/buffer/-/buffer-4.9.1.tgz#6d1bb601b07a4efced97094132093027c95bc298" | ||
1011 | dependencies: | ||
1012 | base64-js "^1.0.2" | ||
1013 | ieee754 "^1.1.4" | ||
1014 | isarray "^1.0.0" | ||
1015 | |||
1016 | builtin-modules@^1.0.0, builtin-modules@^1.1.1: | ||
1017 | version "1.1.1" | ||
1018 | resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" | ||
1019 | |||
1020 | builtin-status-codes@^3.0.0: | ||
1021 | version "3.0.0" | ||
1022 | resolved "https://registry.yarnpkg.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" | ||
1023 | |||
1024 | caller-path@^0.1.0: | ||
1025 | version "0.1.0" | ||
1026 | resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f" | ||
1027 | dependencies: | ||
1028 | callsites "^0.2.0" | ||
1029 | |||
1030 | callsites@^0.2.0: | ||
1031 | version "0.2.0" | ||
1032 | resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca" | ||
1033 | |||
1034 | camelcase-keys@^2.0.0: | ||
1035 | version "2.1.0" | ||
1036 | resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" | ||
1037 | dependencies: | ||
1038 | camelcase "^2.0.0" | ||
1039 | map-obj "^1.0.0" | ||
1040 | |||
1041 | camelcase@^1.0.2: | ||
1042 | version "1.2.1" | ||
1043 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" | ||
1044 | |||
1045 | camelcase@^2.0.0: | ||
1046 | version "2.1.1" | ||
1047 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" | ||
1048 | |||
1049 | camelcase@^3.0.0: | ||
1050 | version "3.0.0" | ||
1051 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" | ||
1052 | |||
1053 | camelcase@^4.1.0: | ||
1054 | version "4.1.0" | ||
1055 | resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" | ||
1056 | |||
1057 | caniuse-api@^1.5.2: | ||
1058 | version "1.6.1" | ||
1059 | resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-1.6.1.tgz#b534e7c734c4f81ec5fbe8aca2ad24354b962c6c" | ||
1060 | dependencies: | ||
1061 | browserslist "^1.3.6" | ||
1062 | caniuse-db "^1.0.30000529" | ||
1063 | lodash.memoize "^4.1.2" | ||
1064 | lodash.uniq "^4.5.0" | ||
1065 | |||
1066 | caniuse-db@^1.0.30000529, caniuse-db@^1.0.30000634, caniuse-db@^1.0.30000639: | ||
1067 | version "1.0.30000801" | ||
1068 | resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000801.tgz#a1d49def94c4e5aca5ccf1d58812e4668fac19d4" | ||
1069 | |||
1070 | caniuse-lite@^1.0.30000792: | ||
1071 | version "1.0.30000792" | ||
1072 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000792.tgz#d0cea981f8118f3961471afbb43c9a1e5bbf0332" | ||
1073 | |||
1074 | caseless@~0.11.0: | ||
1075 | version "0.11.0" | ||
1076 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7" | ||
1077 | |||
1078 | caseless@~0.12.0: | ||
1079 | version "0.12.0" | ||
1080 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" | ||
1081 | |||
1082 | center-align@^0.1.1: | ||
1083 | version "0.1.3" | ||
1084 | resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad" | ||
1085 | dependencies: | ||
1086 | align-text "^0.1.3" | ||
1087 | lazy-cache "^1.0.3" | ||
1088 | |||
1089 | chalk@^1.1.1, chalk@^1.1.3: | ||
1090 | version "1.1.3" | ||
1091 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" | ||
1092 | dependencies: | ||
1093 | ansi-styles "^2.2.1" | ||
1094 | escape-string-regexp "^1.0.2" | ||
1095 | has-ansi "^2.0.0" | ||
1096 | strip-ansi "^3.0.0" | ||
1097 | supports-color "^2.0.0" | ||
1098 | |||
1099 | chalk@^2.0.0, chalk@^2.1.0, chalk@^2.3.0: | ||
1100 | version "2.3.0" | ||
1101 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba" | ||
1102 | dependencies: | ||
1103 | ansi-styles "^3.1.0" | ||
1104 | escape-string-regexp "^1.0.5" | ||
1105 | supports-color "^4.0.0" | ||
1106 | |||
1107 | chardet@^0.4.0: | ||
1108 | version "0.4.2" | ||
1109 | resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" | ||
1110 | |||
1111 | chokidar@^1.7.0: | ||
1112 | version "1.7.0" | ||
1113 | resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468" | ||
1114 | dependencies: | ||
1115 | anymatch "^1.3.0" | ||
1116 | async-each "^1.0.0" | ||
1117 | glob-parent "^2.0.0" | ||
1118 | inherits "^2.0.1" | ||
1119 | is-binary-path "^1.0.0" | ||
1120 | is-glob "^2.0.0" | ||
1121 | path-is-absolute "^1.0.0" | ||
1122 | readdirp "^2.0.0" | ||
1123 | optionalDependencies: | ||
1124 | fsevents "^1.0.0" | ||
1125 | |||
1126 | cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: | ||
1127 | version "1.0.4" | ||
1128 | resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" | ||
1129 | dependencies: | ||
1130 | inherits "^2.0.1" | ||
1131 | safe-buffer "^5.0.1" | ||
1132 | |||
1133 | circular-json@^0.3.1: | ||
1134 | version "0.3.3" | ||
1135 | resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66" | ||
1136 | |||
1137 | clap@^1.0.9: | ||
1138 | version "1.2.3" | ||
1139 | resolved "https://registry.yarnpkg.com/clap/-/clap-1.2.3.tgz#4f36745b32008492557f46412d66d50cb99bce51" | ||
1140 | dependencies: | ||
1141 | chalk "^1.1.3" | ||
1142 | |||
1143 | cli-cursor@^2.1.0: | ||
1144 | version "2.1.0" | ||
1145 | resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" | ||
1146 | dependencies: | ||
1147 | restore-cursor "^2.0.0" | ||
1148 | |||
1149 | cli-width@^2.0.0: | ||
1150 | version "2.2.0" | ||
1151 | resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" | ||
1152 | |||
1153 | cliui@^2.1.0: | ||
1154 | version "2.1.0" | ||
1155 | resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1" | ||
1156 | dependencies: | ||
1157 | center-align "^0.1.1" | ||
1158 | right-align "^0.1.1" | ||
1159 | wordwrap "0.0.2" | ||
1160 | |||
1161 | cliui@^3.2.0: | ||
1162 | version "3.2.0" | ||
1163 | resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" | ||
1164 | dependencies: | ||
1165 | string-width "^1.0.1" | ||
1166 | strip-ansi "^3.0.1" | ||
1167 | wrap-ansi "^2.0.0" | ||
1168 | |||
1169 | clone-deep@^0.3.0: | ||
1170 | version "0.3.0" | ||
1171 | resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.3.0.tgz#348c61ae9cdbe0edfe053d91ff4cc521d790ede8" | ||
1172 | dependencies: | ||
1173 | for-own "^1.0.0" | ||
1174 | is-plain-object "^2.0.1" | ||
1175 | kind-of "^3.2.2" | ||
1176 | shallow-clone "^0.1.2" | ||
1177 | |||
1178 | clone@^1.0.2: | ||
1179 | version "1.0.3" | ||
1180 | resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.3.tgz#298d7e2231660f40c003c2ed3140decf3f53085f" | ||
1181 | |||
1182 | co@^4.6.0: | ||
1183 | version "4.6.0" | ||
1184 | resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" | ||
1185 | |||
1186 | coa@~1.0.1: | ||
1187 | version "1.0.4" | ||
1188 | resolved "https://registry.yarnpkg.com/coa/-/coa-1.0.4.tgz#a9ef153660d6a86a8bdec0289a5c684d217432fd" | ||
1189 | dependencies: | ||
1190 | q "^1.1.2" | ||
1191 | |||
1192 | code-point-at@^1.0.0: | ||
1193 | version "1.1.0" | ||
1194 | resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" | ||
1195 | |||
1196 | color-convert@^1.3.0, color-convert@^1.9.0: | ||
1197 | version "1.9.1" | ||
1198 | resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed" | ||
1199 | dependencies: | ||
1200 | color-name "^1.1.1" | ||
1201 | |||
1202 | color-name@^1.0.0, color-name@^1.1.1: | ||
1203 | version "1.1.3" | ||
1204 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" | ||
1205 | |||
1206 | color-string@^0.3.0: | ||
1207 | version "0.3.0" | ||
1208 | resolved "https://registry.yarnpkg.com/color-string/-/color-string-0.3.0.tgz#27d46fb67025c5c2fa25993bfbf579e47841b991" | ||
1209 | dependencies: | ||
1210 | color-name "^1.0.0" | ||
1211 | |||
1212 | color@^0.11.0: | ||
1213 | version "0.11.4" | ||
1214 | resolved "https://registry.yarnpkg.com/color/-/color-0.11.4.tgz#6d7b5c74fb65e841cd48792ad1ed5e07b904d764" | ||
1215 | dependencies: | ||
1216 | clone "^1.0.2" | ||
1217 | color-convert "^1.3.0" | ||
1218 | color-string "^0.3.0" | ||
1219 | |||
1220 | colormin@^1.0.5: | ||
1221 | version "1.1.2" | ||
1222 | resolved "https://registry.yarnpkg.com/colormin/-/colormin-1.1.2.tgz#ea2f7420a72b96881a38aae59ec124a6f7298133" | ||
1223 | dependencies: | ||
1224 | color "^0.11.0" | ||
1225 | css-color-names "0.0.4" | ||
1226 | has "^1.0.1" | ||
1227 | |||
1228 | colors@~1.1.2: | ||
1229 | version "1.1.2" | ||
1230 | resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" | ||
1231 | |||
1232 | combined-stream@^1.0.5, combined-stream@~1.0.5: | ||
1233 | version "1.0.5" | ||
1234 | resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009" | ||
1235 | dependencies: | ||
1236 | delayed-stream "~1.0.0" | ||
1237 | |||
1238 | commander@^2.9.0: | ||
1239 | version "2.13.0" | ||
1240 | resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c" | ||
1241 | |||
1242 | commondir@^1.0.1: | ||
1243 | version "1.0.1" | ||
1244 | resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" | ||
1245 | |||
1246 | concat-map@0.0.1: | ||
1247 | version "0.0.1" | ||
1248 | resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" | ||
1249 | |||
1250 | concat-stream@^1.6.0: | ||
1251 | version "1.6.0" | ||
1252 | resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7" | ||
1253 | dependencies: | ||
1254 | inherits "^2.0.3" | ||
1255 | readable-stream "^2.2.2" | ||
1256 | typedarray "^0.0.6" | ||
1257 | |||
1258 | console-browserify@^1.1.0: | ||
1259 | version "1.1.0" | ||
1260 | resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.1.0.tgz#f0241c45730a9fc6323b206dbf38edc741d0bb10" | ||
1261 | dependencies: | ||
1262 | date-now "^0.1.4" | ||
1263 | |||
1264 | console-control-strings@^1.0.0, console-control-strings@~1.1.0: | ||
1265 | version "1.1.0" | ||
1266 | resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" | ||
1267 | |||
1268 | constants-browserify@^1.0.0: | ||
1269 | version "1.0.0" | ||
1270 | resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" | ||
1271 | |||
1272 | contains-path@^0.1.0: | ||
1273 | version "0.1.0" | ||
1274 | resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a" | ||
1275 | |||
1276 | convert-source-map@^1.5.0: | ||
1277 | version "1.5.1" | ||
1278 | resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5" | ||
1279 | |||
1280 | core-js@^2.4.0, core-js@^2.5.0: | ||
1281 | version "2.5.3" | ||
1282 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e" | ||
1283 | |||
1284 | core-util-is@1.0.2, core-util-is@~1.0.0: | ||
1285 | version "1.0.2" | ||
1286 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" | ||
1287 | |||
1288 | create-ecdh@^4.0.0: | ||
1289 | version "4.0.0" | ||
1290 | resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.0.tgz#888c723596cdf7612f6498233eebd7a35301737d" | ||
1291 | dependencies: | ||
1292 | bn.js "^4.1.0" | ||
1293 | elliptic "^6.0.0" | ||
1294 | |||
1295 | create-hash@^1.1.0, create-hash@^1.1.2: | ||
1296 | version "1.1.3" | ||
1297 | resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.1.3.tgz#606042ac8b9262750f483caddab0f5819172d8fd" | ||
1298 | dependencies: | ||
1299 | cipher-base "^1.0.1" | ||
1300 | inherits "^2.0.1" | ||
1301 | ripemd160 "^2.0.0" | ||
1302 | sha.js "^2.4.0" | ||
1303 | |||
1304 | create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: | ||
1305 | version "1.1.6" | ||
1306 | resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.6.tgz#acb9e221a4e17bdb076e90657c42b93e3726cf06" | ||
1307 | dependencies: | ||
1308 | cipher-base "^1.0.3" | ||
1309 | create-hash "^1.1.0" | ||
1310 | inherits "^2.0.1" | ||
1311 | ripemd160 "^2.0.0" | ||
1312 | safe-buffer "^5.0.1" | ||
1313 | sha.js "^2.4.8" | ||
1314 | |||
1315 | cross-spawn@^3.0.0: | ||
1316 | version "3.0.1" | ||
1317 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982" | ||
1318 | dependencies: | ||
1319 | lru-cache "^4.0.1" | ||
1320 | which "^1.2.9" | ||
1321 | |||
1322 | cross-spawn@^5.0.1, cross-spawn@^5.1.0: | ||
1323 | version "5.1.0" | ||
1324 | resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" | ||
1325 | dependencies: | ||
1326 | lru-cache "^4.0.1" | ||
1327 | shebang-command "^1.2.0" | ||
1328 | which "^1.2.9" | ||
1329 | |||
1330 | cryptiles@2.x.x: | ||
1331 | version "2.0.5" | ||
1332 | resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" | ||
1333 | dependencies: | ||
1334 | boom "2.x.x" | ||
1335 | |||
1336 | cryptiles@3.x.x: | ||
1337 | version "3.1.2" | ||
1338 | resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.1.2.tgz#a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe" | ||
1339 | dependencies: | ||
1340 | boom "5.x.x" | ||
1341 | |||
1342 | crypto-browserify@^3.11.0: | ||
1343 | version "3.12.0" | ||
1344 | resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" | ||
1345 | dependencies: | ||
1346 | browserify-cipher "^1.0.0" | ||
1347 | browserify-sign "^4.0.0" | ||
1348 | create-ecdh "^4.0.0" | ||
1349 | create-hash "^1.1.0" | ||
1350 | create-hmac "^1.1.0" | ||
1351 | diffie-hellman "^5.0.0" | ||
1352 | inherits "^2.0.1" | ||
1353 | pbkdf2 "^3.0.3" | ||
1354 | public-encrypt "^4.0.0" | ||
1355 | randombytes "^2.0.0" | ||
1356 | randomfill "^1.0.3" | ||
1357 | |||
1358 | css-color-names@0.0.4: | ||
1359 | version "0.0.4" | ||
1360 | resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" | ||
1361 | |||
1362 | css-loader@^0.28.9: | ||
1363 | version "0.28.9" | ||
1364 | resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-0.28.9.tgz#68064b85f4e271d7ce4c48a58300928e535d1c95" | ||
1365 | dependencies: | ||
1366 | babel-code-frame "^6.26.0" | ||
1367 | css-selector-tokenizer "^0.7.0" | ||
1368 | cssnano "^3.10.0" | ||
1369 | icss-utils "^2.1.0" | ||
1370 | loader-utils "^1.0.2" | ||
1371 | lodash.camelcase "^4.3.0" | ||
1372 | object-assign "^4.1.1" | ||
1373 | postcss "^5.0.6" | ||
1374 | postcss-modules-extract-imports "^1.2.0" | ||
1375 | postcss-modules-local-by-default "^1.2.0" | ||
1376 | postcss-modules-scope "^1.1.0" | ||
1377 | postcss-modules-values "^1.3.0" | ||
1378 | postcss-value-parser "^3.3.0" | ||
1379 | source-list-map "^2.0.0" | ||
1380 | |||
1381 | css-selector-tokenizer@^0.7.0: | ||
1382 | version "0.7.0" | ||
1383 | resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz#e6988474ae8c953477bf5e7efecfceccd9cf4c86" | ||
1384 | dependencies: | ||
1385 | cssesc "^0.1.0" | ||
1386 | fastparse "^1.1.1" | ||
1387 | regexpu-core "^1.0.0" | ||
1388 | |||
1389 | cssesc@^0.1.0: | ||
1390 | version "0.1.0" | ||
1391 | resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4" | ||
1392 | |||
1393 | cssnano@^3.10.0: | ||
1394 | version "3.10.0" | ||
1395 | resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-3.10.0.tgz#4f38f6cea2b9b17fa01490f23f1dc68ea65c1c38" | ||
1396 | dependencies: | ||
1397 | autoprefixer "^6.3.1" | ||
1398 | decamelize "^1.1.2" | ||
1399 | defined "^1.0.0" | ||
1400 | has "^1.0.1" | ||
1401 | object-assign "^4.0.1" | ||
1402 | postcss "^5.0.14" | ||
1403 | postcss-calc "^5.2.0" | ||
1404 | postcss-colormin "^2.1.8" | ||
1405 | postcss-convert-values "^2.3.4" | ||
1406 | postcss-discard-comments "^2.0.4" | ||
1407 | postcss-discard-duplicates "^2.0.1" | ||
1408 | postcss-discard-empty "^2.0.1" | ||
1409 | postcss-discard-overridden "^0.1.1" | ||
1410 | postcss-discard-unused "^2.2.1" | ||
1411 | postcss-filter-plugins "^2.0.0" | ||
1412 | postcss-merge-idents "^2.1.5" | ||
1413 | postcss-merge-longhand "^2.0.1" | ||
1414 | postcss-merge-rules "^2.0.3" | ||
1415 | postcss-minify-font-values "^1.0.2" | ||
1416 | postcss-minify-gradients "^1.0.1" | ||
1417 | postcss-minify-params "^1.0.4" | ||
1418 | postcss-minify-selectors "^2.0.4" | ||
1419 | postcss-normalize-charset "^1.1.0" | ||
1420 | postcss-normalize-url "^3.0.7" | ||
1421 | postcss-ordered-values "^2.1.0" | ||
1422 | postcss-reduce-idents "^2.2.2" | ||
1423 | postcss-reduce-initial "^1.0.0" | ||
1424 | postcss-reduce-transforms "^1.0.3" | ||
1425 | postcss-svgo "^2.1.1" | ||
1426 | postcss-unique-selectors "^2.0.2" | ||
1427 | postcss-value-parser "^3.2.3" | ||
1428 | postcss-zindex "^2.0.1" | ||
1429 | |||
1430 | csso@~2.3.1: | ||
1431 | version "2.3.2" | ||
1432 | resolved "https://registry.yarnpkg.com/csso/-/csso-2.3.2.tgz#ddd52c587033f49e94b71fc55569f252e8ff5f85" | ||
1433 | dependencies: | ||
1434 | clap "^1.0.9" | ||
1435 | source-map "^0.5.3" | ||
1436 | |||
1437 | currently-unhandled@^0.4.1: | ||
1438 | version "0.4.1" | ||
1439 | resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" | ||
1440 | dependencies: | ||
1441 | array-find-index "^1.0.1" | ||
1442 | |||
1443 | d@1: | ||
1444 | version "1.0.0" | ||
1445 | resolved "https://registry.yarnpkg.com/d/-/d-1.0.0.tgz#754bb5bfe55451da69a58b94d45f4c5b0462d58f" | ||
1446 | dependencies: | ||
1447 | es5-ext "^0.10.9" | ||
1448 | |||
1449 | dashdash@^1.12.0: | ||
1450 | version "1.14.1" | ||
1451 | resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" | ||
1452 | dependencies: | ||
1453 | assert-plus "^1.0.0" | ||
1454 | |||
1455 | date-now@^0.1.4: | ||
1456 | version "0.1.4" | ||
1457 | resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b" | ||
1458 | |||
1459 | debug@^2.2.0, debug@^2.6.8, debug@^2.6.9: | ||
1460 | version "2.6.9" | ||
1461 | resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" | ||
1462 | dependencies: | ||
1463 | ms "2.0.0" | ||
1464 | |||
1465 | debug@^3.1.0: | ||
1466 | version "3.1.0" | ||
1467 | resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" | ||
1468 | dependencies: | ||
1469 | ms "2.0.0" | ||
1470 | |||
1471 | decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: | ||
1472 | version "1.2.0" | ||
1473 | resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" | ||
1474 | |||
1475 | deep-extend@~0.4.0: | ||
1476 | version "0.4.2" | ||
1477 | resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f" | ||
1478 | |||
1479 | deep-is@~0.1.3: | ||
1480 | version "0.1.3" | ||
1481 | resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" | ||
1482 | |||
1483 | defined@^1.0.0: | ||
1484 | version "1.0.0" | ||
1485 | resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.0.tgz#c98d9bcef75674188e110969151199e39b1fa693" | ||
1486 | |||
1487 | del@^2.0.2: | ||
1488 | version "2.2.2" | ||
1489 | resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8" | ||
1490 | dependencies: | ||
1491 | globby "^5.0.0" | ||
1492 | is-path-cwd "^1.0.0" | ||
1493 | is-path-in-cwd "^1.0.0" | ||
1494 | object-assign "^4.0.1" | ||
1495 | pify "^2.0.0" | ||
1496 | pinkie-promise "^2.0.0" | ||
1497 | rimraf "^2.2.8" | ||
1498 | |||
1499 | delayed-stream@~1.0.0: | ||
1500 | version "1.0.0" | ||
1501 | resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" | ||
1502 | |||
1503 | delegates@^1.0.0: | ||
1504 | version "1.0.0" | ||
1505 | resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" | ||
1506 | |||
1507 | des.js@^1.0.0: | ||
1508 | version "1.0.0" | ||
1509 | resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz#c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc" | ||
1510 | dependencies: | ||
1511 | inherits "^2.0.1" | ||
1512 | minimalistic-assert "^1.0.0" | ||
1513 | |||
1514 | detect-indent@^4.0.0: | ||
1515 | version "4.0.0" | ||
1516 | resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" | ||
1517 | dependencies: | ||
1518 | repeating "^2.0.0" | ||
1519 | |||
1520 | detect-libc@^1.0.2: | ||
1521 | version "1.0.3" | ||
1522 | resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" | ||
1523 | |||
1524 | diffie-hellman@^5.0.0: | ||
1525 | version "5.0.2" | ||
1526 | resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.2.tgz#b5835739270cfe26acf632099fded2a07f209e5e" | ||
1527 | dependencies: | ||
1528 | bn.js "^4.1.0" | ||
1529 | miller-rabin "^4.0.0" | ||
1530 | randombytes "^2.0.0" | ||
1531 | |||
1532 | doctrine@1.5.0: | ||
1533 | version "1.5.0" | ||
1534 | resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" | ||
1535 | dependencies: | ||
1536 | esutils "^2.0.2" | ||
1537 | isarray "^1.0.0" | ||
1538 | |||
1539 | doctrine@^2.1.0: | ||
1540 | version "2.1.0" | ||
1541 | resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" | ||
1542 | dependencies: | ||
1543 | esutils "^2.0.2" | ||
1544 | |||
1545 | domain-browser@^1.1.1: | ||
1546 | version "1.2.0" | ||
1547 | resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" | ||
1548 | |||
1549 | ecc-jsbn@~0.1.1: | ||
1550 | version "0.1.1" | ||
1551 | resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505" | ||
1552 | dependencies: | ||
1553 | jsbn "~0.1.0" | ||
1554 | |||
1555 | electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.30: | ||
1556 | version "1.3.32" | ||
1557 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.32.tgz#11d0684c0840e003c4be8928f8ac5f35dbc2b4e6" | ||
1558 | |||
1559 | elliptic@^6.0.0: | ||
1560 | version "6.4.0" | ||
1561 | resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df" | ||
1562 | dependencies: | ||
1563 | bn.js "^4.4.0" | ||
1564 | brorand "^1.0.1" | ||
1565 | hash.js "^1.0.0" | ||
1566 | hmac-drbg "^1.0.0" | ||
1567 | inherits "^2.0.1" | ||
1568 | minimalistic-assert "^1.0.0" | ||
1569 | minimalistic-crypto-utils "^1.0.0" | ||
1570 | |||
1571 | emojis-list@^2.0.0: | ||
1572 | version "2.1.0" | ||
1573 | resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" | ||
1574 | |||
1575 | enhanced-resolve@^3.4.0: | ||
1576 | version "3.4.1" | ||
1577 | resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-3.4.1.tgz#0421e339fd71419b3da13d129b3979040230476e" | ||
1578 | dependencies: | ||
1579 | graceful-fs "^4.1.2" | ||
1580 | memory-fs "^0.4.0" | ||
1581 | object-assign "^4.0.1" | ||
1582 | tapable "^0.2.7" | ||
1583 | |||
1584 | errno@^0.1.3: | ||
1585 | version "0.1.6" | ||
1586 | resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.6.tgz#c386ce8a6283f14fc09563b71560908c9bf53026" | ||
1587 | dependencies: | ||
1588 | prr "~1.0.1" | ||
1589 | |||
1590 | error-ex@^1.2.0: | ||
1591 | version "1.3.1" | ||
1592 | resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc" | ||
1593 | dependencies: | ||
1594 | is-arrayish "^0.2.1" | ||
1595 | |||
1596 | es5-ext@^0.10.14, es5-ext@^0.10.35, es5-ext@^0.10.9, es5-ext@~0.10.14: | ||
1597 | version "0.10.38" | ||
1598 | resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.38.tgz#fa7d40d65bbc9bb8a67e1d3f9cc656a00530eed3" | ||
1599 | dependencies: | ||
1600 | es6-iterator "~2.0.3" | ||
1601 | es6-symbol "~3.1.1" | ||
1602 | |||
1603 | es6-iterator@^2.0.1, es6-iterator@~2.0.1, es6-iterator@~2.0.3: | ||
1604 | version "2.0.3" | ||
1605 | resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7" | ||
1606 | dependencies: | ||
1607 | d "1" | ||
1608 | es5-ext "^0.10.35" | ||
1609 | es6-symbol "^3.1.1" | ||
1610 | |||
1611 | es6-map@^0.1.3: | ||
1612 | version "0.1.5" | ||
1613 | resolved "https://registry.yarnpkg.com/es6-map/-/es6-map-0.1.5.tgz#9136e0503dcc06a301690f0bb14ff4e364e949f0" | ||
1614 | dependencies: | ||
1615 | d "1" | ||
1616 | es5-ext "~0.10.14" | ||
1617 | es6-iterator "~2.0.1" | ||
1618 | es6-set "~0.1.5" | ||
1619 | es6-symbol "~3.1.1" | ||
1620 | event-emitter "~0.3.5" | ||
1621 | |||
1622 | es6-set@~0.1.5: | ||
1623 | version "0.1.5" | ||
1624 | resolved "https://registry.yarnpkg.com/es6-set/-/es6-set-0.1.5.tgz#d2b3ec5d4d800ced818db538d28974db0a73ccb1" | ||
1625 | dependencies: | ||
1626 | d "1" | ||
1627 | es5-ext "~0.10.14" | ||
1628 | es6-iterator "~2.0.1" | ||
1629 | es6-symbol "3.1.1" | ||
1630 | event-emitter "~0.3.5" | ||
1631 | |||
1632 | es6-symbol@3.1.1, es6-symbol@^3.1.1, es6-symbol@~3.1.1: | ||
1633 | version "3.1.1" | ||
1634 | resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.1.tgz#bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77" | ||
1635 | dependencies: | ||
1636 | d "1" | ||
1637 | es5-ext "~0.10.14" | ||
1638 | |||
1639 | es6-weak-map@^2.0.1: | ||
1640 | version "2.0.2" | ||
1641 | resolved "https://registry.yarnpkg.com/es6-weak-map/-/es6-weak-map-2.0.2.tgz#5e3ab32251ffd1538a1f8e5ffa1357772f92d96f" | ||
1642 | dependencies: | ||
1643 | d "1" | ||
1644 | es5-ext "^0.10.14" | ||
1645 | es6-iterator "^2.0.1" | ||
1646 | es6-symbol "^3.1.1" | ||
1647 | |||
1648 | escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: | ||
1649 | version "1.0.5" | ||
1650 | resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" | ||
1651 | |||
1652 | escope@^3.6.0: | ||
1653 | version "3.6.0" | ||
1654 | resolved "https://registry.yarnpkg.com/escope/-/escope-3.6.0.tgz#e01975e812781a163a6dadfdd80398dc64c889c3" | ||
1655 | dependencies: | ||
1656 | es6-map "^0.1.3" | ||
1657 | es6-weak-map "^2.0.1" | ||
1658 | esrecurse "^4.1.0" | ||
1659 | estraverse "^4.1.1" | ||
1660 | |||
1661 | eslint-config-airbnb-base@^12.1.0: | ||
1662 | version "12.1.0" | ||
1663 | resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944" | ||
1664 | dependencies: | ||
1665 | eslint-restricted-globals "^0.1.1" | ||
1666 | |||
1667 | eslint-import-resolver-node@^0.3.1: | ||
1668 | version "0.3.2" | ||
1669 | resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a" | ||
1670 | dependencies: | ||
1671 | debug "^2.6.9" | ||
1672 | resolve "^1.5.0" | ||
1673 | |||
1674 | eslint-module-utils@^2.1.1: | ||
1675 | version "2.1.1" | ||
1676 | resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449" | ||
1677 | dependencies: | ||
1678 | debug "^2.6.8" | ||
1679 | pkg-dir "^1.0.0" | ||
1680 | |||
1681 | eslint-plugin-import@^2.8.0: | ||
1682 | version "2.8.0" | ||
1683 | resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894" | ||
1684 | dependencies: | ||
1685 | builtin-modules "^1.1.1" | ||
1686 | contains-path "^0.1.0" | ||
1687 | debug "^2.6.8" | ||
1688 | doctrine "1.5.0" | ||
1689 | eslint-import-resolver-node "^0.3.1" | ||
1690 | eslint-module-utils "^2.1.1" | ||
1691 | has "^1.0.1" | ||
1692 | lodash.cond "^4.3.0" | ||
1693 | minimatch "^3.0.3" | ||
1694 | read-pkg-up "^2.0.0" | ||
1695 | |||
1696 | eslint-restricted-globals@^0.1.1: | ||
1697 | version "0.1.1" | ||
1698 | resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7" | ||
1699 | |||
1700 | eslint-scope@^3.7.1: | ||
1701 | version "3.7.1" | ||
1702 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8" | ||
1703 | dependencies: | ||
1704 | esrecurse "^4.1.0" | ||
1705 | estraverse "^4.1.1" | ||
1706 | |||
1707 | eslint-visitor-keys@^1.0.0: | ||
1708 | version "1.0.0" | ||
1709 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" | ||
1710 | |||
1711 | eslint@^4.16.0: | ||
1712 | version "4.17.0" | ||
1713 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.17.0.tgz#dc24bb51ede48df629be7031c71d9dc0ee4f3ddf" | ||
1714 | dependencies: | ||
1715 | ajv "^5.3.0" | ||
1716 | babel-code-frame "^6.22.0" | ||
1717 | chalk "^2.1.0" | ||
1718 | concat-stream "^1.6.0" | ||
1719 | cross-spawn "^5.1.0" | ||
1720 | debug "^3.1.0" | ||
1721 | doctrine "^2.1.0" | ||
1722 | eslint-scope "^3.7.1" | ||
1723 | eslint-visitor-keys "^1.0.0" | ||
1724 | espree "^3.5.2" | ||
1725 | esquery "^1.0.0" | ||
1726 | esutils "^2.0.2" | ||
1727 | file-entry-cache "^2.0.0" | ||
1728 | functional-red-black-tree "^1.0.1" | ||
1729 | glob "^7.1.2" | ||
1730 | globals "^11.0.1" | ||
1731 | ignore "^3.3.3" | ||
1732 | imurmurhash "^0.1.4" | ||
1733 | inquirer "^3.0.6" | ||
1734 | is-resolvable "^1.0.0" | ||
1735 | js-yaml "^3.9.1" | ||
1736 | json-stable-stringify-without-jsonify "^1.0.1" | ||
1737 | levn "^0.3.0" | ||
1738 | lodash "^4.17.4" | ||
1739 | minimatch "^3.0.2" | ||
1740 | mkdirp "^0.5.1" | ||
1741 | natural-compare "^1.4.0" | ||
1742 | optionator "^0.8.2" | ||
1743 | path-is-inside "^1.0.2" | ||
1744 | pluralize "^7.0.0" | ||
1745 | progress "^2.0.0" | ||
1746 | require-uncached "^1.0.3" | ||
1747 | semver "^5.3.0" | ||
1748 | strip-ansi "^4.0.0" | ||
1749 | strip-json-comments "~2.0.1" | ||
1750 | table "^4.0.1" | ||
1751 | text-table "~0.2.0" | ||
1752 | |||
1753 | espree@^3.5.2: | ||
1754 | version "3.5.3" | ||
1755 | resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.3.tgz#931e0af64e7fbbed26b050a29daad1fc64799fa6" | ||
1756 | dependencies: | ||
1757 | acorn "^5.4.0" | ||
1758 | acorn-jsx "^3.0.0" | ||
1759 | |||
1760 | esprima@^2.6.0: | ||
1761 | version "2.7.3" | ||
1762 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581" | ||
1763 | |||
1764 | esprima@^4.0.0: | ||
1765 | version "4.0.0" | ||
1766 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804" | ||
1767 | |||
1768 | esquery@^1.0.0: | ||
1769 | version "1.0.0" | ||
1770 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.0.0.tgz#cfba8b57d7fba93f17298a8a006a04cda13d80fa" | ||
1771 | dependencies: | ||
1772 | estraverse "^4.0.0" | ||
1773 | |||
1774 | esrecurse@^4.1.0: | ||
1775 | version "4.2.0" | ||
1776 | resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.2.0.tgz#fa9568d98d3823f9a41d91e902dcab9ea6e5b163" | ||
1777 | dependencies: | ||
1778 | estraverse "^4.1.0" | ||
1779 | object-assign "^4.0.1" | ||
1780 | |||
1781 | estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1: | ||
1782 | version "4.2.0" | ||
1783 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13" | ||
1784 | |||
1785 | esutils@^2.0.2: | ||
1786 | version "2.0.2" | ||
1787 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" | ||
1788 | |||
1789 | event-emitter@~0.3.5: | ||
1790 | version "0.3.5" | ||
1791 | resolved "https://registry.yarnpkg.com/event-emitter/-/event-emitter-0.3.5.tgz#df8c69eef1647923c7157b9ce83840610b02cc39" | ||
1792 | dependencies: | ||
1793 | d "1" | ||
1794 | es5-ext "~0.10.14" | ||
1795 | |||
1796 | events@^1.0.0: | ||
1797 | version "1.1.1" | ||
1798 | resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924" | ||
1799 | |||
1800 | evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: | ||
1801 | version "1.0.3" | ||
1802 | resolved "https://registry.yarnpkg.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" | ||
1803 | dependencies: | ||
1804 | md5.js "^1.3.4" | ||
1805 | safe-buffer "^5.1.1" | ||
1806 | |||
1807 | execa@^0.7.0: | ||
1808 | version "0.7.0" | ||
1809 | resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" | ||
1810 | dependencies: | ||
1811 | cross-spawn "^5.0.1" | ||
1812 | get-stream "^3.0.0" | ||
1813 | is-stream "^1.1.0" | ||
1814 | npm-run-path "^2.0.0" | ||
1815 | p-finally "^1.0.0" | ||
1816 | signal-exit "^3.0.0" | ||
1817 | strip-eof "^1.0.0" | ||
1818 | |||
1819 | expand-brackets@^0.1.4: | ||
1820 | version "0.1.5" | ||
1821 | resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" | ||
1822 | dependencies: | ||
1823 | is-posix-bracket "^0.1.0" | ||
1824 | |||
1825 | expand-range@^1.8.1: | ||
1826 | version "1.8.2" | ||
1827 | resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" | ||
1828 | dependencies: | ||
1829 | fill-range "^2.1.0" | ||
1830 | |||
1831 | extend@~3.0.0, extend@~3.0.1: | ||
1832 | version "3.0.1" | ||
1833 | resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444" | ||
1834 | |||
1835 | external-editor@^2.0.4: | ||
1836 | version "2.1.0" | ||
1837 | resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-2.1.0.tgz#3d026a21b7f95b5726387d4200ac160d372c3b48" | ||
1838 | dependencies: | ||
1839 | chardet "^0.4.0" | ||
1840 | iconv-lite "^0.4.17" | ||
1841 | tmp "^0.0.33" | ||
1842 | |||
1843 | extglob@^0.3.1: | ||
1844 | version "0.3.2" | ||
1845 | resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" | ||
1846 | dependencies: | ||
1847 | is-extglob "^1.0.0" | ||
1848 | |||
1849 | extract-text-webpack-plugin@^3.0.2: | ||
1850 | version "3.0.2" | ||
1851 | resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz#5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7" | ||
1852 | dependencies: | ||
1853 | async "^2.4.1" | ||
1854 | loader-utils "^1.1.0" | ||
1855 | schema-utils "^0.3.0" | ||
1856 | webpack-sources "^1.0.1" | ||
1857 | |||
1858 | extsprintf@1.3.0: | ||
1859 | version "1.3.0" | ||
1860 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" | ||
1861 | |||
1862 | extsprintf@^1.2.0: | ||
1863 | version "1.4.0" | ||
1864 | resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" | ||
1865 | |||
1866 | fast-deep-equal@^1.0.0: | ||
1867 | version "1.0.0" | ||
1868 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff" | ||
1869 | |||
1870 | fast-json-stable-stringify@^2.0.0: | ||
1871 | version "2.0.0" | ||
1872 | resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" | ||
1873 | |||
1874 | fast-levenshtein@~2.0.4: | ||
1875 | version "2.0.6" | ||
1876 | resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" | ||
1877 | |||
1878 | fastparse@^1.1.1: | ||
1879 | version "1.1.1" | ||
1880 | resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8" | ||
1881 | |||
1882 | figures@^2.0.0: | ||
1883 | version "2.0.0" | ||
1884 | resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" | ||
1885 | dependencies: | ||
1886 | escape-string-regexp "^1.0.5" | ||
1887 | |||
1888 | file-entry-cache@^2.0.0: | ||
1889 | version "2.0.0" | ||
1890 | resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-2.0.0.tgz#c392990c3e684783d838b8c84a45d8a048458361" | ||
1891 | dependencies: | ||
1892 | flat-cache "^1.2.1" | ||
1893 | object-assign "^4.0.1" | ||
1894 | |||
1895 | file-loader@^1.1.6: | ||
1896 | version "1.1.6" | ||
1897 | resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.6.tgz#7b9a8f2c58f00a77fddf49e940f7ac978a3ea0e8" | ||
1898 | dependencies: | ||
1899 | loader-utils "^1.0.2" | ||
1900 | schema-utils "^0.3.0" | ||
1901 | |||
1902 | filename-regex@^2.0.0: | ||
1903 | version "2.0.1" | ||
1904 | resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26" | ||
1905 | |||
1906 | fill-range@^2.1.0: | ||
1907 | version "2.2.3" | ||
1908 | resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.3.tgz#50b77dfd7e469bc7492470963699fe7a8485a723" | ||
1909 | dependencies: | ||
1910 | is-number "^2.1.0" | ||
1911 | isobject "^2.0.0" | ||
1912 | randomatic "^1.1.3" | ||
1913 | repeat-element "^1.1.2" | ||
1914 | repeat-string "^1.5.2" | ||
1915 | |||
1916 | find-cache-dir@^1.0.0: | ||
1917 | version "1.0.0" | ||
1918 | resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f" | ||
1919 | dependencies: | ||
1920 | commondir "^1.0.1" | ||
1921 | make-dir "^1.0.0" | ||
1922 | pkg-dir "^2.0.0" | ||
1923 | |||
1924 | find-up@^1.0.0: | ||
1925 | version "1.1.2" | ||
1926 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" | ||
1927 | dependencies: | ||
1928 | path-exists "^2.0.0" | ||
1929 | pinkie-promise "^2.0.0" | ||
1930 | |||
1931 | find-up@^2.0.0, find-up@^2.1.0: | ||
1932 | version "2.1.0" | ||
1933 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" | ||
1934 | dependencies: | ||
1935 | locate-path "^2.0.0" | ||
1936 | |||
1937 | flat-cache@^1.2.1: | ||
1938 | version "1.3.0" | ||
1939 | resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.0.tgz#d3030b32b38154f4e3b7e9c709f490f7ef97c481" | ||
1940 | dependencies: | ||
1941 | circular-json "^0.3.1" | ||
1942 | del "^2.0.2" | ||
1943 | graceful-fs "^4.1.2" | ||
1944 | write "^0.2.1" | ||
1945 | |||
1946 | flatten@^1.0.2: | ||
1947 | version "1.0.2" | ||
1948 | resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782" | ||
1949 | |||
1950 | font-awesome@^4.7.0: | ||
1951 | version "4.7.0" | ||
1952 | resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133" | ||
1953 | |||
1954 | for-in@^0.1.3: | ||
1955 | version "0.1.8" | ||
1956 | resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" | ||
1957 | |||
1958 | for-in@^1.0.1: | ||
1959 | version "1.0.2" | ||
1960 | resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" | ||
1961 | |||
1962 | for-own@^0.1.4: | ||
1963 | version "0.1.5" | ||
1964 | resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" | ||
1965 | dependencies: | ||
1966 | for-in "^1.0.1" | ||
1967 | |||
1968 | for-own@^1.0.0: | ||
1969 | version "1.0.0" | ||
1970 | resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b" | ||
1971 | dependencies: | ||
1972 | for-in "^1.0.1" | ||
1973 | |||
1974 | forever-agent@~0.6.1: | ||
1975 | version "0.6.1" | ||
1976 | resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" | ||
1977 | |||
1978 | form-data@~2.1.1: | ||
1979 | version "2.1.4" | ||
1980 | resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.4.tgz#33c183acf193276ecaa98143a69e94bfee1750d1" | ||
1981 | dependencies: | ||
1982 | asynckit "^0.4.0" | ||
1983 | combined-stream "^1.0.5" | ||
1984 | mime-types "^2.1.12" | ||
1985 | |||
1986 | form-data@~2.3.1: | ||
1987 | version "2.3.1" | ||
1988 | resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.1.tgz#6fb94fbd71885306d73d15cc497fe4cc4ecd44bf" | ||
1989 | dependencies: | ||
1990 | asynckit "^0.4.0" | ||
1991 | combined-stream "^1.0.5" | ||
1992 | mime-types "^2.1.12" | ||
1993 | |||
1994 | fs.realpath@^1.0.0: | ||
1995 | version "1.0.0" | ||
1996 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" | ||
1997 | |||
1998 | fsevents@^1.0.0: | ||
1999 | version "1.1.3" | ||
2000 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.1.3.tgz#11f82318f5fe7bb2cd22965a108e9306208216d8" | ||
2001 | dependencies: | ||
2002 | nan "^2.3.0" | ||
2003 | node-pre-gyp "^0.6.39" | ||
2004 | |||
2005 | fstream-ignore@^1.0.5: | ||
2006 | version "1.0.5" | ||
2007 | resolved "https://registry.yarnpkg.com/fstream-ignore/-/fstream-ignore-1.0.5.tgz#9c31dae34767018fe1d249b24dada67d092da105" | ||
2008 | dependencies: | ||
2009 | fstream "^1.0.0" | ||
2010 | inherits "2" | ||
2011 | minimatch "^3.0.0" | ||
2012 | |||
2013 | fstream@^1.0.0, fstream@^1.0.10, fstream@^1.0.2: | ||
2014 | version "1.0.11" | ||
2015 | resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.11.tgz#5c1fb1f117477114f0632a0eb4b71b3cb0fd3171" | ||
2016 | dependencies: | ||
2017 | graceful-fs "^4.1.2" | ||
2018 | inherits "~2.0.0" | ||
2019 | mkdirp ">=0.5 0" | ||
2020 | rimraf "2" | ||
2021 | |||
2022 | function-bind@^1.0.2: | ||
2023 | version "1.1.1" | ||
2024 | resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" | ||
2025 | |||
2026 | functional-red-black-tree@^1.0.1: | ||
2027 | version "1.0.1" | ||
2028 | resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" | ||
2029 | |||
2030 | gauge@~2.7.3: | ||
2031 | version "2.7.4" | ||
2032 | resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" | ||
2033 | dependencies: | ||
2034 | aproba "^1.0.3" | ||
2035 | console-control-strings "^1.0.0" | ||
2036 | has-unicode "^2.0.0" | ||
2037 | object-assign "^4.1.0" | ||
2038 | signal-exit "^3.0.0" | ||
2039 | string-width "^1.0.1" | ||
2040 | strip-ansi "^3.0.1" | ||
2041 | wide-align "^1.1.0" | ||
2042 | |||
2043 | gaze@^1.0.0: | ||
2044 | version "1.1.2" | ||
2045 | resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.2.tgz#847224677adb8870d679257ed3388fdb61e40105" | ||
2046 | dependencies: | ||
2047 | globule "^1.0.0" | ||
2048 | |||
2049 | generate-function@^2.0.0: | ||
2050 | version "2.0.0" | ||
2051 | resolved "https://registry.yarnpkg.com/generate-function/-/generate-function-2.0.0.tgz#6858fe7c0969b7d4e9093337647ac79f60dfbe74" | ||
2052 | |||
2053 | generate-object-property@^1.1.0: | ||
2054 | version "1.2.0" | ||
2055 | resolved "https://registry.yarnpkg.com/generate-object-property/-/generate-object-property-1.2.0.tgz#9c0e1c40308ce804f4783618b937fa88f99d50d0" | ||
2056 | dependencies: | ||
2057 | is-property "^1.0.0" | ||
2058 | |||
2059 | get-caller-file@^1.0.1: | ||
2060 | version "1.0.2" | ||
2061 | resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5" | ||
2062 | |||
2063 | get-stdin@^4.0.1: | ||
2064 | version "4.0.1" | ||
2065 | resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" | ||
2066 | |||
2067 | get-stream@^3.0.0: | ||
2068 | version "3.0.0" | ||
2069 | resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" | ||
2070 | |||
2071 | getpass@^0.1.1: | ||
2072 | version "0.1.7" | ||
2073 | resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" | ||
2074 | dependencies: | ||
2075 | assert-plus "^1.0.0" | ||
2076 | |||
2077 | glob-base@^0.3.0: | ||
2078 | version "0.3.0" | ||
2079 | resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" | ||
2080 | dependencies: | ||
2081 | glob-parent "^2.0.0" | ||
2082 | is-glob "^2.0.0" | ||
2083 | |||
2084 | glob-parent@^2.0.0: | ||
2085 | version "2.0.0" | ||
2086 | resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" | ||
2087 | dependencies: | ||
2088 | is-glob "^2.0.0" | ||
2089 | |||
2090 | glob@^6.0.4: | ||
2091 | version "6.0.4" | ||
2092 | resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22" | ||
2093 | dependencies: | ||
2094 | inflight "^1.0.4" | ||
2095 | inherits "2" | ||
2096 | minimatch "2 || 3" | ||
2097 | once "^1.3.0" | ||
2098 | path-is-absolute "^1.0.0" | ||
2099 | |||
2100 | glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2, glob@~7.1.1: | ||
2101 | version "7.1.2" | ||
2102 | resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" | ||
2103 | dependencies: | ||
2104 | fs.realpath "^1.0.0" | ||
2105 | inflight "^1.0.4" | ||
2106 | inherits "2" | ||
2107 | minimatch "^3.0.4" | ||
2108 | once "^1.3.0" | ||
2109 | path-is-absolute "^1.0.0" | ||
2110 | |||
2111 | globals@^11.0.1: | ||
2112 | version "11.3.0" | ||
2113 | resolved "https://registry.yarnpkg.com/globals/-/globals-11.3.0.tgz#e04fdb7b9796d8adac9c8f64c14837b2313378b0" | ||
2114 | |||
2115 | globals@^9.18.0: | ||
2116 | version "9.18.0" | ||
2117 | resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" | ||
2118 | |||
2119 | globby@^5.0.0: | ||
2120 | version "5.0.0" | ||
2121 | resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d" | ||
2122 | dependencies: | ||
2123 | array-union "^1.0.1" | ||
2124 | arrify "^1.0.0" | ||
2125 | glob "^7.0.3" | ||
2126 | object-assign "^4.0.1" | ||
2127 | pify "^2.0.0" | ||
2128 | pinkie-promise "^2.0.0" | ||
2129 | |||
2130 | globule@^1.0.0: | ||
2131 | version "1.2.0" | ||
2132 | resolved "https://registry.yarnpkg.com/globule/-/globule-1.2.0.tgz#1dc49c6822dd9e8a2fa00ba2a295006e8664bd09" | ||
2133 | dependencies: | ||
2134 | glob "~7.1.1" | ||
2135 | lodash "~4.17.4" | ||
2136 | minimatch "~3.0.2" | ||
2137 | |||
2138 | graceful-fs@^4.1.2: | ||
2139 | version "4.1.11" | ||
2140 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" | ||
2141 | |||
2142 | har-schema@^1.0.5: | ||
2143 | version "1.0.5" | ||
2144 | resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e" | ||
2145 | |||
2146 | har-schema@^2.0.0: | ||
2147 | version "2.0.0" | ||
2148 | resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" | ||
2149 | |||
2150 | har-validator@~2.0.6: | ||
2151 | version "2.0.6" | ||
2152 | resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d" | ||
2153 | dependencies: | ||
2154 | chalk "^1.1.1" | ||
2155 | commander "^2.9.0" | ||
2156 | is-my-json-valid "^2.12.4" | ||
2157 | pinkie-promise "^2.0.0" | ||
2158 | |||
2159 | har-validator@~4.2.1: | ||
2160 | version "4.2.1" | ||
2161 | resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a" | ||
2162 | dependencies: | ||
2163 | ajv "^4.9.1" | ||
2164 | har-schema "^1.0.5" | ||
2165 | |||
2166 | har-validator@~5.0.3: | ||
2167 | version "5.0.3" | ||
2168 | resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.0.3.tgz#ba402c266194f15956ef15e0fcf242993f6a7dfd" | ||
2169 | dependencies: | ||
2170 | ajv "^5.1.0" | ||
2171 | har-schema "^2.0.0" | ||
2172 | |||
2173 | has-ansi@^2.0.0: | ||
2174 | version "2.0.0" | ||
2175 | resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" | ||
2176 | dependencies: | ||
2177 | ansi-regex "^2.0.0" | ||
2178 | |||
2179 | has-flag@^1.0.0: | ||
2180 | version "1.0.0" | ||
2181 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa" | ||
2182 | |||
2183 | has-flag@^2.0.0: | ||
2184 | version "2.0.0" | ||
2185 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51" | ||
2186 | |||
2187 | has-unicode@^2.0.0: | ||
2188 | version "2.0.1" | ||
2189 | resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" | ||
2190 | |||
2191 | has@^1.0.1: | ||
2192 | version "1.0.1" | ||
2193 | resolved "https://registry.yarnpkg.com/has/-/has-1.0.1.tgz#8461733f538b0837c9361e39a9ab9e9704dc2f28" | ||
2194 | dependencies: | ||
2195 | function-bind "^1.0.2" | ||
2196 | |||
2197 | hash-base@^2.0.0: | ||
2198 | version "2.0.2" | ||
2199 | resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1" | ||
2200 | dependencies: | ||
2201 | inherits "^2.0.1" | ||
2202 | |||
2203 | hash-base@^3.0.0: | ||
2204 | version "3.0.4" | ||
2205 | resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918" | ||
2206 | dependencies: | ||
2207 | inherits "^2.0.1" | ||
2208 | safe-buffer "^5.0.1" | ||
2209 | |||
2210 | hash.js@^1.0.0, hash.js@^1.0.3: | ||
2211 | version "1.1.3" | ||
2212 | resolved "https://registry.yarnpkg.com/hash.js/-/hash.js-1.1.3.tgz#340dedbe6290187151c1ea1d777a3448935df846" | ||
2213 | dependencies: | ||
2214 | inherits "^2.0.3" | ||
2215 | minimalistic-assert "^1.0.0" | ||
2216 | |||
2217 | hawk@3.1.3, hawk@~3.1.3: | ||
2218 | version "3.1.3" | ||
2219 | resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4" | ||
2220 | dependencies: | ||
2221 | boom "2.x.x" | ||
2222 | cryptiles "2.x.x" | ||
2223 | hoek "2.x.x" | ||
2224 | sntp "1.x.x" | ||
2225 | |||
2226 | hawk@~6.0.2: | ||
2227 | version "6.0.2" | ||
2228 | resolved "https://registry.yarnpkg.com/hawk/-/hawk-6.0.2.tgz#af4d914eb065f9b5ce4d9d11c1cb2126eecc3038" | ||
2229 | dependencies: | ||
2230 | boom "4.x.x" | ||
2231 | cryptiles "3.x.x" | ||
2232 | hoek "4.x.x" | ||
2233 | sntp "2.x.x" | ||
2234 | |||
2235 | hmac-drbg@^1.0.0: | ||
2236 | version "1.0.1" | ||
2237 | resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" | ||
2238 | dependencies: | ||
2239 | hash.js "^1.0.3" | ||
2240 | minimalistic-assert "^1.0.0" | ||
2241 | minimalistic-crypto-utils "^1.0.1" | ||
2242 | |||
2243 | hoek@2.x.x: | ||
2244 | version "2.16.3" | ||
2245 | resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed" | ||
2246 | |||
2247 | hoek@4.x.x: | ||
2248 | version "4.2.0" | ||
2249 | resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.0.tgz#72d9d0754f7fe25ca2d01ad8f8f9a9449a89526d" | ||
2250 | |||
2251 | home-or-tmp@^2.0.0: | ||
2252 | version "2.0.0" | ||
2253 | resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" | ||
2254 | dependencies: | ||
2255 | os-homedir "^1.0.0" | ||
2256 | os-tmpdir "^1.0.1" | ||
2257 | |||
2258 | hosted-git-info@^2.1.4: | ||
2259 | version "2.5.0" | ||
2260 | resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c" | ||
2261 | |||
2262 | html-comment-regex@^1.1.0: | ||
2263 | version "1.1.1" | ||
2264 | resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.1.tgz#668b93776eaae55ebde8f3ad464b307a4963625e" | ||
2265 | |||
2266 | http-signature@~1.1.0: | ||
2267 | version "1.1.1" | ||
2268 | resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf" | ||
2269 | dependencies: | ||
2270 | assert-plus "^0.2.0" | ||
2271 | jsprim "^1.2.2" | ||
2272 | sshpk "^1.7.0" | ||
2273 | |||
2274 | http-signature@~1.2.0: | ||
2275 | version "1.2.0" | ||
2276 | resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" | ||
2277 | dependencies: | ||
2278 | assert-plus "^1.0.0" | ||
2279 | jsprim "^1.2.2" | ||
2280 | sshpk "^1.7.0" | ||
2281 | |||
2282 | https-browserify@^1.0.0: | ||
2283 | version "1.0.0" | ||
2284 | resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" | ||
2285 | |||
2286 | iconv-lite@^0.4.17: | ||
2287 | version "0.4.19" | ||
2288 | resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b" | ||
2289 | |||
2290 | icss-replace-symbols@^1.1.0: | ||
2291 | version "1.1.0" | ||
2292 | resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" | ||
2293 | |||
2294 | icss-utils@^2.1.0: | ||
2295 | version "2.1.0" | ||
2296 | resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-2.1.0.tgz#83f0a0ec378bf3246178b6c2ad9136f135b1c962" | ||
2297 | dependencies: | ||
2298 | postcss "^6.0.1" | ||
2299 | |||
2300 | ieee754@^1.1.4: | ||
2301 | version "1.1.8" | ||
2302 | resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.8.tgz#be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4" | ||
2303 | |||
2304 | ignore@^3.3.3: | ||
2305 | version "3.3.7" | ||
2306 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021" | ||
2307 | |||
2308 | imurmurhash@^0.1.4: | ||
2309 | version "0.1.4" | ||
2310 | resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" | ||
2311 | |||
2312 | in-publish@^2.0.0: | ||
2313 | version "2.0.0" | ||
2314 | resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.0.tgz#e20ff5e3a2afc2690320b6dc552682a9c7fadf51" | ||
2315 | |||
2316 | indent-string@^2.1.0: | ||
2317 | version "2.1.0" | ||
2318 | resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" | ||
2319 | dependencies: | ||
2320 | repeating "^2.0.0" | ||
2321 | |||
2322 | indexes-of@^1.0.1: | ||
2323 | version "1.0.1" | ||
2324 | resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" | ||
2325 | |||
2326 | indexof@0.0.1: | ||
2327 | version "0.0.1" | ||
2328 | resolved "https://registry.yarnpkg.com/indexof/-/indexof-0.0.1.tgz#82dc336d232b9062179d05ab3293a66059fd435d" | ||
2329 | |||
2330 | inflight@^1.0.4: | ||
2331 | version "1.0.6" | ||
2332 | resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" | ||
2333 | dependencies: | ||
2334 | once "^1.3.0" | ||
2335 | wrappy "1" | ||
2336 | |||
2337 | inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: | ||
2338 | version "2.0.3" | ||
2339 | resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" | ||
2340 | |||
2341 | inherits@2.0.1: | ||
2342 | version "2.0.1" | ||
2343 | resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" | ||
2344 | |||
2345 | ini@~1.3.0: | ||
2346 | version "1.3.5" | ||
2347 | resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" | ||
2348 | |||
2349 | inquirer@^3.0.6: | ||
2350 | version "3.3.0" | ||
2351 | resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9" | ||
2352 | dependencies: | ||
2353 | ansi-escapes "^3.0.0" | ||
2354 | chalk "^2.0.0" | ||
2355 | cli-cursor "^2.1.0" | ||
2356 | cli-width "^2.0.0" | ||
2357 | external-editor "^2.0.4" | ||
2358 | figures "^2.0.0" | ||
2359 | lodash "^4.3.0" | ||
2360 | mute-stream "0.0.7" | ||
2361 | run-async "^2.2.0" | ||
2362 | rx-lite "^4.0.8" | ||
2363 | rx-lite-aggregates "^4.0.8" | ||
2364 | string-width "^2.1.0" | ||
2365 | strip-ansi "^4.0.0" | ||
2366 | through "^2.3.6" | ||
2367 | |||
2368 | interpret@^1.0.0: | ||
2369 | version "1.1.0" | ||
2370 | resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614" | ||
2371 | |||
2372 | invariant@^2.2.2: | ||
2373 | version "2.2.2" | ||
2374 | resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360" | ||
2375 | dependencies: | ||
2376 | loose-envify "^1.0.0" | ||
2377 | |||
2378 | invert-kv@^1.0.0: | ||
2379 | version "1.0.0" | ||
2380 | resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" | ||
2381 | |||
2382 | is-absolute-url@^2.0.0: | ||
2383 | version "2.1.0" | ||
2384 | resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" | ||
2385 | |||
2386 | is-arrayish@^0.2.1: | ||
2387 | version "0.2.1" | ||
2388 | resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" | ||
2389 | |||
2390 | is-binary-path@^1.0.0: | ||
2391 | version "1.0.1" | ||
2392 | resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" | ||
2393 | dependencies: | ||
2394 | binary-extensions "^1.0.0" | ||
2395 | |||
2396 | is-buffer@^1.0.2, is-buffer@^1.1.5: | ||
2397 | version "1.1.6" | ||
2398 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" | ||
2399 | |||
2400 | is-builtin-module@^1.0.0: | ||
2401 | version "1.0.0" | ||
2402 | resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe" | ||
2403 | dependencies: | ||
2404 | builtin-modules "^1.0.0" | ||
2405 | |||
2406 | is-dotfile@^1.0.0: | ||
2407 | version "1.0.3" | ||
2408 | resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1" | ||
2409 | |||
2410 | is-equal-shallow@^0.1.3: | ||
2411 | version "0.1.3" | ||
2412 | resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" | ||
2413 | dependencies: | ||
2414 | is-primitive "^2.0.0" | ||
2415 | |||
2416 | is-extendable@^0.1.1: | ||
2417 | version "0.1.1" | ||
2418 | resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" | ||
2419 | |||
2420 | is-extglob@^1.0.0: | ||
2421 | version "1.0.0" | ||
2422 | resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" | ||
2423 | |||
2424 | is-finite@^1.0.0: | ||
2425 | version "1.0.2" | ||
2426 | resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" | ||
2427 | dependencies: | ||
2428 | number-is-nan "^1.0.0" | ||
2429 | |||
2430 | is-fullwidth-code-point@^1.0.0: | ||
2431 | version "1.0.0" | ||
2432 | resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" | ||
2433 | dependencies: | ||
2434 | number-is-nan "^1.0.0" | ||
2435 | |||
2436 | is-fullwidth-code-point@^2.0.0: | ||
2437 | version "2.0.0" | ||
2438 | resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" | ||
2439 | |||
2440 | is-glob@^2.0.0, is-glob@^2.0.1: | ||
2441 | version "2.0.1" | ||
2442 | resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" | ||
2443 | dependencies: | ||
2444 | is-extglob "^1.0.0" | ||
2445 | |||
2446 | is-my-json-valid@^2.12.4: | ||
2447 | version "2.17.1" | ||
2448 | resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.17.1.tgz#3da98914a70a22f0a8563ef1511a246c6fc55471" | ||
2449 | dependencies: | ||
2450 | generate-function "^2.0.0" | ||
2451 | generate-object-property "^1.1.0" | ||
2452 | jsonpointer "^4.0.0" | ||
2453 | xtend "^4.0.0" | ||
2454 | |||
2455 | is-number@^2.1.0: | ||
2456 | version "2.1.0" | ||
2457 | resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" | ||
2458 | dependencies: | ||
2459 | kind-of "^3.0.2" | ||
2460 | |||
2461 | is-number@^3.0.0: | ||
2462 | version "3.0.0" | ||
2463 | resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" | ||
2464 | dependencies: | ||
2465 | kind-of "^3.0.2" | ||
2466 | |||
2467 | is-path-cwd@^1.0.0: | ||
2468 | version "1.0.0" | ||
2469 | resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d" | ||
2470 | |||
2471 | is-path-in-cwd@^1.0.0: | ||
2472 | version "1.0.0" | ||
2473 | resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz#6477582b8214d602346094567003be8a9eac04dc" | ||
2474 | dependencies: | ||
2475 | is-path-inside "^1.0.0" | ||
2476 | |||
2477 | is-path-inside@^1.0.0: | ||
2478 | version "1.0.1" | ||
2479 | resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-1.0.1.tgz#8ef5b7de50437a3fdca6b4e865ef7aa55cb48036" | ||
2480 | dependencies: | ||
2481 | path-is-inside "^1.0.1" | ||
2482 | |||
2483 | is-plain-obj@^1.0.0: | ||
2484 | version "1.1.0" | ||
2485 | resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" | ||
2486 | |||
2487 | is-plain-object@^2.0.1: | ||
2488 | version "2.0.4" | ||
2489 | resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" | ||
2490 | dependencies: | ||
2491 | isobject "^3.0.1" | ||
2492 | |||
2493 | is-posix-bracket@^0.1.0: | ||
2494 | version "0.1.1" | ||
2495 | resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" | ||
2496 | |||
2497 | is-primitive@^2.0.0: | ||
2498 | version "2.0.0" | ||
2499 | resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" | ||
2500 | |||
2501 | is-promise@^2.1.0: | ||
2502 | version "2.1.0" | ||
2503 | resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" | ||
2504 | |||
2505 | is-property@^1.0.0: | ||
2506 | version "1.0.2" | ||
2507 | resolved "https://registry.yarnpkg.com/is-property/-/is-property-1.0.2.tgz#57fe1c4e48474edd65b09911f26b1cd4095dda84" | ||
2508 | |||
2509 | is-resolvable@^1.0.0: | ||
2510 | version "1.1.0" | ||
2511 | resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" | ||
2512 | |||
2513 | is-stream@^1.1.0: | ||
2514 | version "1.1.0" | ||
2515 | resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" | ||
2516 | |||
2517 | is-svg@^2.0.0: | ||
2518 | version "2.1.0" | ||
2519 | resolved "https://registry.yarnpkg.com/is-svg/-/is-svg-2.1.0.tgz#cf61090da0d9efbcab8722deba6f032208dbb0e9" | ||
2520 | dependencies: | ||
2521 | html-comment-regex "^1.1.0" | ||
2522 | |||
2523 | is-typedarray@~1.0.0: | ||
2524 | version "1.0.0" | ||
2525 | resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" | ||
2526 | |||
2527 | is-utf8@^0.2.0: | ||
2528 | version "0.2.1" | ||
2529 | resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" | ||
2530 | |||
2531 | isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: | ||
2532 | version "1.0.0" | ||
2533 | resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" | ||
2534 | |||
2535 | isexe@^2.0.0: | ||
2536 | version "2.0.0" | ||
2537 | resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" | ||
2538 | |||
2539 | isobject@^2.0.0: | ||
2540 | version "2.1.0" | ||
2541 | resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" | ||
2542 | dependencies: | ||
2543 | isarray "1.0.0" | ||
2544 | |||
2545 | isobject@^3.0.1: | ||
2546 | version "3.0.1" | ||
2547 | resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" | ||
2548 | |||
2549 | isstream@~0.1.2: | ||
2550 | version "0.1.2" | ||
2551 | resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" | ||
2552 | |||
2553 | js-base64@^2.1.8, js-base64@^2.1.9: | ||
2554 | version "2.4.3" | ||
2555 | resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.3.tgz#2e545ec2b0f2957f41356510205214e98fad6582" | ||
2556 | |||
2557 | js-tokens@^3.0.0, js-tokens@^3.0.2: | ||
2558 | version "3.0.2" | ||
2559 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" | ||
2560 | |||
2561 | js-yaml@^3.9.1: | ||
2562 | version "3.10.0" | ||
2563 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc" | ||
2564 | dependencies: | ||
2565 | argparse "^1.0.7" | ||
2566 | esprima "^4.0.0" | ||
2567 | |||
2568 | js-yaml@~3.7.0: | ||
2569 | version "3.7.0" | ||
2570 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80" | ||
2571 | dependencies: | ||
2572 | argparse "^1.0.7" | ||
2573 | esprima "^2.6.0" | ||
2574 | |||
2575 | jsbn@~0.1.0: | ||
2576 | version "0.1.1" | ||
2577 | resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" | ||
2578 | |||
2579 | jsesc@^1.3.0: | ||
2580 | version "1.3.0" | ||
2581 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" | ||
2582 | |||
2583 | jsesc@~0.5.0: | ||
2584 | version "0.5.0" | ||
2585 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" | ||
2586 | |||
2587 | json-loader@^0.5.4: | ||
2588 | version "0.5.7" | ||
2589 | resolved "https://registry.yarnpkg.com/json-loader/-/json-loader-0.5.7.tgz#dca14a70235ff82f0ac9a3abeb60d337a365185d" | ||
2590 | |||
2591 | json-schema-traverse@^0.3.0: | ||
2592 | version "0.3.1" | ||
2593 | resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" | ||
2594 | |||
2595 | json-schema@0.2.3: | ||
2596 | version "0.2.3" | ||
2597 | resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" | ||
2598 | |||
2599 | json-stable-stringify-without-jsonify@^1.0.1: | ||
2600 | version "1.0.1" | ||
2601 | resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" | ||
2602 | |||
2603 | json-stable-stringify@^1.0.1: | ||
2604 | version "1.0.1" | ||
2605 | resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" | ||
2606 | dependencies: | ||
2607 | jsonify "~0.0.0" | ||
2608 | |||
2609 | json-stringify-safe@~5.0.1: | ||
2610 | version "5.0.1" | ||
2611 | resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" | ||
2612 | |||
2613 | json5@^0.5.0, json5@^0.5.1: | ||
2614 | version "0.5.1" | ||
2615 | resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" | ||
2616 | |||
2617 | jsonify@~0.0.0: | ||
2618 | version "0.0.0" | ||
2619 | resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" | ||
2620 | |||
2621 | jsonpointer@^4.0.0: | ||
2622 | version "4.0.1" | ||
2623 | resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9" | ||
2624 | |||
2625 | jsprim@^1.2.2: | ||
2626 | version "1.4.1" | ||
2627 | resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" | ||
2628 | dependencies: | ||
2629 | assert-plus "1.0.0" | ||
2630 | extsprintf "1.3.0" | ||
2631 | json-schema "0.2.3" | ||
2632 | verror "1.10.0" | ||
2633 | |||
2634 | kind-of@^2.0.1: | ||
2635 | version "2.0.1" | ||
2636 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-2.0.1.tgz#018ec7a4ce7e3a86cb9141be519d24c8faa981b5" | ||
2637 | dependencies: | ||
2638 | is-buffer "^1.0.2" | ||
2639 | |||
2640 | kind-of@^3.0.2, kind-of@^3.2.2: | ||
2641 | version "3.2.2" | ||
2642 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" | ||
2643 | dependencies: | ||
2644 | is-buffer "^1.1.5" | ||
2645 | |||
2646 | kind-of@^4.0.0: | ||
2647 | version "4.0.0" | ||
2648 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" | ||
2649 | dependencies: | ||
2650 | is-buffer "^1.1.5" | ||
2651 | |||
2652 | lazy-cache@^0.2.3: | ||
2653 | version "0.2.7" | ||
2654 | resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65" | ||
2655 | |||
2656 | lazy-cache@^1.0.3: | ||
2657 | version "1.0.4" | ||
2658 | resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" | ||
2659 | |||
2660 | lcid@^1.0.0: | ||
2661 | version "1.0.0" | ||
2662 | resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" | ||
2663 | dependencies: | ||
2664 | invert-kv "^1.0.0" | ||
2665 | |||
2666 | levn@^0.3.0, levn@~0.3.0: | ||
2667 | version "0.3.0" | ||
2668 | resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" | ||
2669 | dependencies: | ||
2670 | prelude-ls "~1.1.2" | ||
2671 | type-check "~0.3.2" | ||
2672 | |||
2673 | load-json-file@^1.0.0: | ||
2674 | version "1.1.0" | ||
2675 | resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" | ||
2676 | dependencies: | ||
2677 | graceful-fs "^4.1.2" | ||
2678 | parse-json "^2.2.0" | ||
2679 | pify "^2.0.0" | ||
2680 | pinkie-promise "^2.0.0" | ||
2681 | strip-bom "^2.0.0" | ||
2682 | |||
2683 | load-json-file@^2.0.0: | ||
2684 | version "2.0.0" | ||
2685 | resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" | ||
2686 | dependencies: | ||
2687 | graceful-fs "^4.1.2" | ||
2688 | parse-json "^2.2.0" | ||
2689 | pify "^2.0.0" | ||
2690 | strip-bom "^3.0.0" | ||
2691 | |||
2692 | loader-runner@^2.3.0: | ||
2693 | version "2.3.0" | ||
2694 | resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2" | ||
2695 | |||
2696 | loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0: | ||
2697 | version "1.1.0" | ||
2698 | resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd" | ||
2699 | dependencies: | ||
2700 | big.js "^3.1.3" | ||
2701 | emojis-list "^2.0.0" | ||
2702 | json5 "^0.5.0" | ||
2703 | |||
2704 | locate-path@^2.0.0: | ||
2705 | version "2.0.0" | ||
2706 | resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" | ||
2707 | dependencies: | ||
2708 | p-locate "^2.0.0" | ||
2709 | path-exists "^3.0.0" | ||
2710 | |||
2711 | lodash.assign@^4.2.0: | ||
2712 | version "4.2.0" | ||
2713 | resolved "https://registry.yarnpkg.com/lodash.assign/-/lodash.assign-4.2.0.tgz#0d99f3ccd7a6d261d19bdaeb9245005d285808e7" | ||
2714 | |||
2715 | lodash.camelcase@^4.3.0: | ||
2716 | version "4.3.0" | ||
2717 | resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" | ||
2718 | |||
2719 | lodash.clonedeep@^4.3.2: | ||
2720 | version "4.5.0" | ||
2721 | resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" | ||
2722 | |||
2723 | lodash.cond@^4.3.0: | ||
2724 | version "4.5.2" | ||
2725 | resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5" | ||
2726 | |||
2727 | lodash.isplainobject@^4.0.6: | ||
2728 | version "4.0.6" | ||
2729 | resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" | ||
2730 | |||
2731 | lodash.memoize@^4.1.2: | ||
2732 | version "4.1.2" | ||
2733 | resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" | ||
2734 | |||
2735 | lodash.mergewith@^4.6.0: | ||
2736 | version "4.6.1" | ||
2737 | resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927" | ||
2738 | |||
2739 | lodash.some@^4.6.0: | ||
2740 | version "4.6.0" | ||
2741 | resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d" | ||
2742 | |||
2743 | lodash.tail@^4.1.1: | ||
2744 | version "4.1.1" | ||
2745 | resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664" | ||
2746 | |||
2747 | lodash.uniq@^4.5.0: | ||
2748 | version "4.5.0" | ||
2749 | resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" | ||
2750 | |||
2751 | lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.3.0, lodash@~4.17.4: | ||
2752 | version "4.17.5" | ||
2753 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" | ||
2754 | |||
2755 | longest@^1.0.1: | ||
2756 | version "1.0.1" | ||
2757 | resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" | ||
2758 | |||
2759 | loose-envify@^1.0.0: | ||
2760 | version "1.3.1" | ||
2761 | resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848" | ||
2762 | dependencies: | ||
2763 | js-tokens "^3.0.0" | ||
2764 | |||
2765 | loud-rejection@^1.0.0: | ||
2766 | version "1.6.0" | ||
2767 | resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" | ||
2768 | dependencies: | ||
2769 | currently-unhandled "^0.4.1" | ||
2770 | signal-exit "^3.0.0" | ||
2771 | |||
2772 | lru-cache@^4.0.1: | ||
2773 | version "4.1.1" | ||
2774 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.1.tgz#622e32e82488b49279114a4f9ecf45e7cd6bba55" | ||
2775 | dependencies: | ||
2776 | pseudomap "^1.0.2" | ||
2777 | yallist "^2.1.2" | ||
2778 | |||
2779 | macaddress@^0.2.8: | ||
2780 | version "0.2.8" | ||
2781 | resolved "https://registry.yarnpkg.com/macaddress/-/macaddress-0.2.8.tgz#5904dc537c39ec6dbefeae902327135fa8511f12" | ||
2782 | |||
2783 | make-dir@^1.0.0: | ||
2784 | version "1.1.0" | ||
2785 | resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.1.0.tgz#19b4369fe48c116f53c2af95ad102c0e39e85d51" | ||
2786 | dependencies: | ||
2787 | pify "^3.0.0" | ||
2788 | |||
2789 | map-obj@^1.0.0, map-obj@^1.0.1: | ||
2790 | version "1.0.1" | ||
2791 | resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" | ||
2792 | |||
2793 | math-expression-evaluator@^1.2.14: | ||
2794 | version "1.2.17" | ||
2795 | resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac" | ||
2796 | |||
2797 | md5.js@^1.3.4: | ||
2798 | version "1.3.4" | ||
2799 | resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.4.tgz#e9bdbde94a20a5ac18b04340fc5764d5b09d901d" | ||
2800 | dependencies: | ||
2801 | hash-base "^3.0.0" | ||
2802 | inherits "^2.0.1" | ||
2803 | |||
2804 | mem@^1.1.0: | ||
2805 | version "1.1.0" | ||
2806 | resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" | ||
2807 | dependencies: | ||
2808 | mimic-fn "^1.0.0" | ||
2809 | |||
2810 | memory-fs@^0.4.0, memory-fs@~0.4.1: | ||
2811 | version "0.4.1" | ||
2812 | resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" | ||
2813 | dependencies: | ||
2814 | errno "^0.1.3" | ||
2815 | readable-stream "^2.0.1" | ||
2816 | |||
2817 | meow@^3.7.0: | ||
2818 | version "3.7.0" | ||
2819 | resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" | ||
2820 | dependencies: | ||
2821 | camelcase-keys "^2.0.0" | ||
2822 | decamelize "^1.1.2" | ||
2823 | loud-rejection "^1.0.0" | ||
2824 | map-obj "^1.0.1" | ||
2825 | minimist "^1.1.3" | ||
2826 | normalize-package-data "^2.3.4" | ||
2827 | object-assign "^4.0.1" | ||
2828 | read-pkg-up "^1.0.1" | ||
2829 | redent "^1.0.0" | ||
2830 | trim-newlines "^1.0.0" | ||
2831 | |||
2832 | micromatch@^2.1.5: | ||
2833 | version "2.3.11" | ||
2834 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" | ||
2835 | dependencies: | ||
2836 | arr-diff "^2.0.0" | ||
2837 | array-unique "^0.2.1" | ||
2838 | braces "^1.8.2" | ||
2839 | expand-brackets "^0.1.4" | ||
2840 | extglob "^0.3.1" | ||
2841 | filename-regex "^2.0.0" | ||
2842 | is-extglob "^1.0.0" | ||
2843 | is-glob "^2.0.1" | ||
2844 | kind-of "^3.0.2" | ||
2845 | normalize-path "^2.0.1" | ||
2846 | object.omit "^2.0.0" | ||
2847 | parse-glob "^3.0.4" | ||
2848 | regex-cache "^0.4.2" | ||
2849 | |||
2850 | miller-rabin@^4.0.0: | ||
2851 | version "4.0.1" | ||
2852 | resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" | ||
2853 | dependencies: | ||
2854 | bn.js "^4.0.0" | ||
2855 | brorand "^1.0.1" | ||
2856 | |||
2857 | mime-db@~1.30.0: | ||
2858 | version "1.30.0" | ||
2859 | resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01" | ||
2860 | |||
2861 | mime-types@^2.1.12, mime-types@~2.1.17, mime-types@~2.1.7: | ||
2862 | version "2.1.17" | ||
2863 | resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a" | ||
2864 | dependencies: | ||
2865 | mime-db "~1.30.0" | ||
2866 | |||
2867 | mime@^1.4.1: | ||
2868 | version "1.6.0" | ||
2869 | resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" | ||
2870 | |||
2871 | mimic-fn@^1.0.0: | ||
2872 | version "1.2.0" | ||
2873 | resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" | ||
2874 | |||
2875 | minimalistic-assert@^1.0.0: | ||
2876 | version "1.0.0" | ||
2877 | resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3" | ||
2878 | |||
2879 | minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: | ||
2880 | version "1.0.1" | ||
2881 | resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" | ||
2882 | |||
2883 | "minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: | ||
2884 | version "3.0.4" | ||
2885 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" | ||
2886 | dependencies: | ||
2887 | brace-expansion "^1.1.7" | ||
2888 | |||
2889 | minimist@0.0.8: | ||
2890 | version "0.0.8" | ||
2891 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" | ||
2892 | |||
2893 | minimist@^1.1.3, minimist@^1.2.0: | ||
2894 | version "1.2.0" | ||
2895 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" | ||
2896 | |||
2897 | mixin-object@^2.0.1: | ||
2898 | version "2.0.1" | ||
2899 | resolved "https://registry.yarnpkg.com/mixin-object/-/mixin-object-2.0.1.tgz#4fb949441dab182540f1fe035ba60e1947a5e57e" | ||
2900 | dependencies: | ||
2901 | for-in "^0.1.3" | ||
2902 | is-extendable "^0.1.1" | ||
2903 | |||
2904 | "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1: | ||
2905 | version "0.5.1" | ||
2906 | resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" | ||
2907 | dependencies: | ||
2908 | minimist "0.0.8" | ||
2909 | |||
2910 | ms@2.0.0: | ||
2911 | version "2.0.0" | ||
2912 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" | ||
2913 | |||
2914 | mute-stream@0.0.7: | ||
2915 | version "0.0.7" | ||
2916 | resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" | ||
2917 | |||
2918 | nan@^2.3.0, nan@^2.3.2: | ||
2919 | version "2.8.0" | ||
2920 | resolved "https://registry.yarnpkg.com/nan/-/nan-2.8.0.tgz#ed715f3fe9de02b57a5e6252d90a96675e1f085a" | ||
2921 | |||
2922 | natural-compare@^1.4.0: | ||
2923 | version "1.4.0" | ||
2924 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" | ||
2925 | |||
2926 | node-gyp@^3.3.1: | ||
2927 | version "3.6.2" | ||
2928 | resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.6.2.tgz#9bfbe54562286284838e750eac05295853fa1c60" | ||
2929 | dependencies: | ||
2930 | fstream "^1.0.0" | ||
2931 | glob "^7.0.3" | ||
2932 | graceful-fs "^4.1.2" | ||
2933 | minimatch "^3.0.2" | ||
2934 | mkdirp "^0.5.0" | ||
2935 | nopt "2 || 3" | ||
2936 | npmlog "0 || 1 || 2 || 3 || 4" | ||
2937 | osenv "0" | ||
2938 | request "2" | ||
2939 | rimraf "2" | ||
2940 | semver "~5.3.0" | ||
2941 | tar "^2.0.0" | ||
2942 | which "1" | ||
2943 | |||
2944 | node-libs-browser@^2.0.0: | ||
2945 | version "2.1.0" | ||
2946 | resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.1.0.tgz#5f94263d404f6e44767d726901fff05478d600df" | ||
2947 | dependencies: | ||
2948 | assert "^1.1.1" | ||
2949 | browserify-zlib "^0.2.0" | ||
2950 | buffer "^4.3.0" | ||
2951 | console-browserify "^1.1.0" | ||
2952 | constants-browserify "^1.0.0" | ||
2953 | crypto-browserify "^3.11.0" | ||
2954 | domain-browser "^1.1.1" | ||
2955 | events "^1.0.0" | ||
2956 | https-browserify "^1.0.0" | ||
2957 | os-browserify "^0.3.0" | ||
2958 | path-browserify "0.0.0" | ||
2959 | process "^0.11.10" | ||
2960 | punycode "^1.2.4" | ||
2961 | querystring-es3 "^0.2.0" | ||
2962 | readable-stream "^2.3.3" | ||
2963 | stream-browserify "^2.0.1" | ||
2964 | stream-http "^2.7.2" | ||
2965 | string_decoder "^1.0.0" | ||
2966 | timers-browserify "^2.0.4" | ||
2967 | tty-browserify "0.0.0" | ||
2968 | url "^0.11.0" | ||
2969 | util "^0.10.3" | ||
2970 | vm-browserify "0.0.4" | ||
2971 | |||
2972 | node-pre-gyp@^0.6.39: | ||
2973 | version "0.6.39" | ||
2974 | resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.6.39.tgz#c00e96860b23c0e1420ac7befc5044e1d78d8649" | ||
2975 | dependencies: | ||
2976 | detect-libc "^1.0.2" | ||
2977 | hawk "3.1.3" | ||
2978 | mkdirp "^0.5.1" | ||
2979 | nopt "^4.0.1" | ||
2980 | npmlog "^4.0.2" | ||
2981 | rc "^1.1.7" | ||
2982 | request "2.81.0" | ||
2983 | rimraf "^2.6.1" | ||
2984 | semver "^5.3.0" | ||
2985 | tar "^2.2.1" | ||
2986 | tar-pack "^3.4.0" | ||
2987 | |||
2988 | node-sass@^4.7.2: | ||
2989 | version "4.7.2" | ||
2990 | resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.7.2.tgz#9366778ba1469eb01438a9e8592f4262bcb6794e" | ||
2991 | dependencies: | ||
2992 | async-foreach "^0.1.3" | ||
2993 | chalk "^1.1.1" | ||
2994 | cross-spawn "^3.0.0" | ||
2995 | gaze "^1.0.0" | ||
2996 | get-stdin "^4.0.1" | ||
2997 | glob "^7.0.3" | ||
2998 | in-publish "^2.0.0" | ||
2999 | lodash.assign "^4.2.0" | ||
3000 | lodash.clonedeep "^4.3.2" | ||
3001 | lodash.mergewith "^4.6.0" | ||
3002 | meow "^3.7.0" | ||
3003 | mkdirp "^0.5.1" | ||
3004 | nan "^2.3.2" | ||
3005 | node-gyp "^3.3.1" | ||
3006 | npmlog "^4.0.0" | ||
3007 | request "~2.79.0" | ||
3008 | sass-graph "^2.2.4" | ||
3009 | stdout-stream "^1.4.0" | ||
3010 | "true-case-path" "^1.0.2" | ||
3011 | |||
3012 | "nopt@2 || 3": | ||
3013 | version "3.0.6" | ||
3014 | resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" | ||
3015 | dependencies: | ||
3016 | abbrev "1" | ||
3017 | |||
3018 | nopt@^4.0.1: | ||
3019 | version "4.0.1" | ||
3020 | resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" | ||
3021 | dependencies: | ||
3022 | abbrev "1" | ||
3023 | osenv "^0.1.4" | ||
3024 | |||
3025 | normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: | ||
3026 | version "2.4.0" | ||
3027 | resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f" | ||
3028 | dependencies: | ||
3029 | hosted-git-info "^2.1.4" | ||
3030 | is-builtin-module "^1.0.0" | ||
3031 | semver "2 || 3 || 4 || 5" | ||
3032 | validate-npm-package-license "^3.0.1" | ||
3033 | |||
3034 | normalize-path@^2.0.0, normalize-path@^2.0.1: | ||
3035 | version "2.1.1" | ||
3036 | resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" | ||
3037 | dependencies: | ||
3038 | remove-trailing-separator "^1.0.1" | ||
3039 | |||
3040 | normalize-range@^0.1.2: | ||
3041 | version "0.1.2" | ||
3042 | resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" | ||
3043 | |||
3044 | normalize-url@^1.4.0: | ||
3045 | version "1.9.1" | ||
3046 | resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c" | ||
3047 | dependencies: | ||
3048 | object-assign "^4.0.1" | ||
3049 | prepend-http "^1.0.0" | ||
3050 | query-string "^4.1.0" | ||
3051 | sort-keys "^1.0.0" | ||
3052 | |||
3053 | npm-run-path@^2.0.0: | ||
3054 | version "2.0.2" | ||
3055 | resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" | ||
3056 | dependencies: | ||
3057 | path-key "^2.0.0" | ||
3058 | |||
3059 | "npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0, npmlog@^4.0.2: | ||
3060 | version "4.1.2" | ||
3061 | resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" | ||
3062 | dependencies: | ||
3063 | are-we-there-yet "~1.1.2" | ||
3064 | console-control-strings "~1.1.0" | ||
3065 | gauge "~2.7.3" | ||
3066 | set-blocking "~2.0.0" | ||
3067 | |||
3068 | num2fraction@^1.2.2: | ||
3069 | version "1.2.2" | ||
3070 | resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede" | ||
3071 | |||
3072 | number-is-nan@^1.0.0: | ||
3073 | version "1.0.1" | ||
3074 | resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" | ||
3075 | |||
3076 | oauth-sign@~0.8.1, oauth-sign@~0.8.2: | ||
3077 | version "0.8.2" | ||
3078 | resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43" | ||
3079 | |||
3080 | object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: | ||
3081 | version "4.1.1" | ||
3082 | resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" | ||
3083 | |||
3084 | object.omit@^2.0.0: | ||
3085 | version "2.0.1" | ||
3086 | resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" | ||
3087 | dependencies: | ||
3088 | for-own "^0.1.4" | ||
3089 | is-extendable "^0.1.1" | ||
3090 | |||
3091 | once@^1.3.0, once@^1.3.3: | ||
3092 | version "1.4.0" | ||
3093 | resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" | ||
3094 | dependencies: | ||
3095 | wrappy "1" | ||
3096 | |||
3097 | onetime@^2.0.0: | ||
3098 | version "2.0.1" | ||
3099 | resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" | ||
3100 | dependencies: | ||
3101 | mimic-fn "^1.0.0" | ||
3102 | |||
3103 | optionator@^0.8.2: | ||
3104 | version "0.8.2" | ||
3105 | resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64" | ||
3106 | dependencies: | ||
3107 | deep-is "~0.1.3" | ||
3108 | fast-levenshtein "~2.0.4" | ||
3109 | levn "~0.3.0" | ||
3110 | prelude-ls "~1.1.2" | ||
3111 | type-check "~0.3.2" | ||
3112 | wordwrap "~1.0.0" | ||
3113 | |||
3114 | os-browserify@^0.3.0: | ||
3115 | version "0.3.0" | ||
3116 | resolved "https://registry.yarnpkg.com/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" | ||
3117 | |||
3118 | os-homedir@^1.0.0: | ||
3119 | version "1.0.2" | ||
3120 | resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" | ||
3121 | |||
3122 | os-locale@^1.4.0: | ||
3123 | version "1.4.0" | ||
3124 | resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9" | ||
3125 | dependencies: | ||
3126 | lcid "^1.0.0" | ||
3127 | |||
3128 | os-locale@^2.0.0: | ||
3129 | version "2.1.0" | ||
3130 | resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2" | ||
3131 | dependencies: | ||
3132 | execa "^0.7.0" | ||
3133 | lcid "^1.0.0" | ||
3134 | mem "^1.1.0" | ||
3135 | |||
3136 | os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.2: | ||
3137 | version "1.0.2" | ||
3138 | resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" | ||
3139 | |||
3140 | osenv@0, osenv@^0.1.4: | ||
3141 | version "0.1.4" | ||
3142 | resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.4.tgz#42fe6d5953df06c8064be6f176c3d05aaaa34644" | ||
3143 | dependencies: | ||
3144 | os-homedir "^1.0.0" | ||
3145 | os-tmpdir "^1.0.0" | ||
3146 | |||
3147 | p-finally@^1.0.0: | ||
3148 | version "1.0.0" | ||
3149 | resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" | ||
3150 | |||
3151 | p-limit@^1.1.0: | ||
3152 | version "1.2.0" | ||
3153 | resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.2.0.tgz#0e92b6bedcb59f022c13d0f1949dc82d15909f1c" | ||
3154 | dependencies: | ||
3155 | p-try "^1.0.0" | ||
3156 | |||
3157 | p-locate@^2.0.0: | ||
3158 | version "2.0.0" | ||
3159 | resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" | ||
3160 | dependencies: | ||
3161 | p-limit "^1.1.0" | ||
3162 | |||
3163 | p-try@^1.0.0: | ||
3164 | version "1.0.0" | ||
3165 | resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" | ||
3166 | |||
3167 | pako@~1.0.5: | ||
3168 | version "1.0.6" | ||
3169 | resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258" | ||
3170 | |||
3171 | parse-asn1@^5.0.0: | ||
3172 | version "5.1.0" | ||
3173 | resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.0.tgz#37c4f9b7ed3ab65c74817b5f2480937fbf97c712" | ||
3174 | dependencies: | ||
3175 | asn1.js "^4.0.0" | ||
3176 | browserify-aes "^1.0.0" | ||
3177 | create-hash "^1.1.0" | ||
3178 | evp_bytestokey "^1.0.0" | ||
3179 | pbkdf2 "^3.0.3" | ||
3180 | |||
3181 | parse-glob@^3.0.4: | ||
3182 | version "3.0.4" | ||
3183 | resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" | ||
3184 | dependencies: | ||
3185 | glob-base "^0.3.0" | ||
3186 | is-dotfile "^1.0.0" | ||
3187 | is-extglob "^1.0.0" | ||
3188 | is-glob "^2.0.0" | ||
3189 | |||
3190 | parse-json@^2.2.0: | ||
3191 | version "2.2.0" | ||
3192 | resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" | ||
3193 | dependencies: | ||
3194 | error-ex "^1.2.0" | ||
3195 | |||
3196 | path-browserify@0.0.0: | ||
3197 | version "0.0.0" | ||
3198 | resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-0.0.0.tgz#a0b870729aae214005b7d5032ec2cbbb0fb4451a" | ||
3199 | |||
3200 | path-exists@^2.0.0: | ||
3201 | version "2.1.0" | ||
3202 | resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" | ||
3203 | dependencies: | ||
3204 | pinkie-promise "^2.0.0" | ||
3205 | |||
3206 | path-exists@^3.0.0: | ||
3207 | version "3.0.0" | ||
3208 | resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" | ||
3209 | |||
3210 | path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: | ||
3211 | version "1.0.1" | ||
3212 | resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" | ||
3213 | |||
3214 | path-is-inside@^1.0.1, path-is-inside@^1.0.2: | ||
3215 | version "1.0.2" | ||
3216 | resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" | ||
3217 | |||
3218 | path-key@^2.0.0: | ||
3219 | version "2.0.1" | ||
3220 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" | ||
3221 | |||
3222 | path-parse@^1.0.5: | ||
3223 | version "1.0.5" | ||
3224 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" | ||
3225 | |||
3226 | path-type@^1.0.0: | ||
3227 | version "1.1.0" | ||
3228 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" | ||
3229 | dependencies: | ||
3230 | graceful-fs "^4.1.2" | ||
3231 | pify "^2.0.0" | ||
3232 | pinkie-promise "^2.0.0" | ||
3233 | |||
3234 | path-type@^2.0.0: | ||
3235 | version "2.0.0" | ||
3236 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" | ||
3237 | dependencies: | ||
3238 | pify "^2.0.0" | ||
3239 | |||
3240 | pbkdf2@^3.0.3: | ||
3241 | version "3.0.14" | ||
3242 | resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.14.tgz#a35e13c64799b06ce15320f459c230e68e73bade" | ||
3243 | dependencies: | ||
3244 | create-hash "^1.1.2" | ||
3245 | create-hmac "^1.1.4" | ||
3246 | ripemd160 "^2.0.1" | ||
3247 | safe-buffer "^5.0.1" | ||
3248 | sha.js "^2.4.8" | ||
3249 | |||
3250 | performance-now@^0.2.0: | ||
3251 | version "0.2.0" | ||
3252 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5" | ||
3253 | |||
3254 | performance-now@^2.1.0: | ||
3255 | version "2.1.0" | ||
3256 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" | ||
3257 | |||
3258 | pify@^2.0.0: | ||
3259 | version "2.3.0" | ||
3260 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" | ||
3261 | |||
3262 | pify@^3.0.0: | ||
3263 | version "3.0.0" | ||
3264 | resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" | ||
3265 | |||
3266 | pinkie-promise@^2.0.0: | ||
3267 | version "2.0.1" | ||
3268 | resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" | ||
3269 | dependencies: | ||
3270 | pinkie "^2.0.0" | ||
3271 | |||
3272 | pinkie@^2.0.0: | ||
3273 | version "2.0.4" | ||
3274 | resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" | ||
3275 | |||
3276 | pkg-dir@^1.0.0: | ||
3277 | version "1.0.0" | ||
3278 | resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-1.0.0.tgz#7a4b508a8d5bb2d629d447056ff4e9c9314cf3d4" | ||
3279 | dependencies: | ||
3280 | find-up "^1.0.0" | ||
3281 | |||
3282 | pkg-dir@^2.0.0: | ||
3283 | version "2.0.0" | ||
3284 | resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" | ||
3285 | dependencies: | ||
3286 | find-up "^2.1.0" | ||
3287 | |||
3288 | pluralize@^7.0.0: | ||
3289 | version "7.0.0" | ||
3290 | resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777" | ||
3291 | |||
3292 | postcss-calc@^5.2.0: | ||
3293 | version "5.3.1" | ||
3294 | resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-5.3.1.tgz#77bae7ca928ad85716e2fda42f261bf7c1d65b5e" | ||
3295 | dependencies: | ||
3296 | postcss "^5.0.2" | ||
3297 | postcss-message-helpers "^2.0.0" | ||
3298 | reduce-css-calc "^1.2.6" | ||
3299 | |||
3300 | postcss-colormin@^2.1.8: | ||
3301 | version "2.2.2" | ||
3302 | resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-2.2.2.tgz#6631417d5f0e909a3d7ec26b24c8a8d1e4f96e4b" | ||
3303 | dependencies: | ||
3304 | colormin "^1.0.5" | ||
3305 | postcss "^5.0.13" | ||
3306 | postcss-value-parser "^3.2.3" | ||
3307 | |||
3308 | postcss-convert-values@^2.3.4: | ||
3309 | version "2.6.1" | ||
3310 | resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-2.6.1.tgz#bbd8593c5c1fd2e3d1c322bb925dcae8dae4d62d" | ||
3311 | dependencies: | ||
3312 | postcss "^5.0.11" | ||
3313 | postcss-value-parser "^3.1.2" | ||
3314 | |||
3315 | postcss-discard-comments@^2.0.4: | ||
3316 | version "2.0.4" | ||
3317 | resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz#befe89fafd5b3dace5ccce51b76b81514be00e3d" | ||
3318 | dependencies: | ||
3319 | postcss "^5.0.14" | ||
3320 | |||
3321 | postcss-discard-duplicates@^2.0.1: | ||
3322 | version "2.1.0" | ||
3323 | resolved "https://registry.yarnpkg.com/postcss-discard-duplicates/-/postcss-discard-duplicates-2.1.0.tgz#b9abf27b88ac188158a5eb12abcae20263b91932" | ||
3324 | dependencies: | ||
3325 | postcss "^5.0.4" | ||
3326 | |||
3327 | postcss-discard-empty@^2.0.1: | ||
3328 | version "2.1.0" | ||
3329 | resolved "https://registry.yarnpkg.com/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz#d2b4bd9d5ced5ebd8dcade7640c7d7cd7f4f92b5" | ||
3330 | dependencies: | ||
3331 | postcss "^5.0.14" | ||
3332 | |||
3333 | postcss-discard-overridden@^0.1.1: | ||
3334 | version "0.1.1" | ||
3335 | resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz#8b1eaf554f686fb288cd874c55667b0aa3668d58" | ||
3336 | dependencies: | ||
3337 | postcss "^5.0.16" | ||
3338 | |||
3339 | postcss-discard-unused@^2.2.1: | ||
3340 | version "2.2.3" | ||
3341 | resolved "https://registry.yarnpkg.com/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz#bce30b2cc591ffc634322b5fb3464b6d934f4433" | ||
3342 | dependencies: | ||
3343 | postcss "^5.0.14" | ||
3344 | uniqs "^2.0.0" | ||
3345 | |||
3346 | postcss-filter-plugins@^2.0.0: | ||
3347 | version "2.0.2" | ||
3348 | resolved "https://registry.yarnpkg.com/postcss-filter-plugins/-/postcss-filter-plugins-2.0.2.tgz#6d85862534d735ac420e4a85806e1f5d4286d84c" | ||
3349 | dependencies: | ||
3350 | postcss "^5.0.4" | ||
3351 | uniqid "^4.0.0" | ||
3352 | |||
3353 | postcss-merge-idents@^2.1.5: | ||
3354 | version "2.1.7" | ||
3355 | resolved "https://registry.yarnpkg.com/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz#4c5530313c08e1d5b3bbf3d2bbc747e278eea270" | ||
3356 | dependencies: | ||
3357 | has "^1.0.1" | ||
3358 | postcss "^5.0.10" | ||
3359 | postcss-value-parser "^3.1.1" | ||
3360 | |||
3361 | postcss-merge-longhand@^2.0.1: | ||
3362 | version "2.0.2" | ||
3363 | resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz#23d90cd127b0a77994915332739034a1a4f3d658" | ||
3364 | dependencies: | ||
3365 | postcss "^5.0.4" | ||
3366 | |||
3367 | postcss-merge-rules@^2.0.3: | ||
3368 | version "2.1.2" | ||
3369 | resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-2.1.2.tgz#d1df5dfaa7b1acc3be553f0e9e10e87c61b5f721" | ||
3370 | dependencies: | ||
3371 | browserslist "^1.5.2" | ||
3372 | caniuse-api "^1.5.2" | ||
3373 | postcss "^5.0.4" | ||
3374 | postcss-selector-parser "^2.2.2" | ||
3375 | vendors "^1.0.0" | ||
3376 | |||
3377 | postcss-message-helpers@^2.0.0: | ||
3378 | version "2.0.0" | ||
3379 | resolved "https://registry.yarnpkg.com/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz#a4f2f4fab6e4fe002f0aed000478cdf52f9ba60e" | ||
3380 | |||
3381 | postcss-minify-font-values@^1.0.2: | ||
3382 | version "1.0.5" | ||
3383 | resolved "https://registry.yarnpkg.com/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz#4b58edb56641eba7c8474ab3526cafd7bbdecb69" | ||
3384 | dependencies: | ||
3385 | object-assign "^4.0.1" | ||
3386 | postcss "^5.0.4" | ||
3387 | postcss-value-parser "^3.0.2" | ||
3388 | |||
3389 | postcss-minify-gradients@^1.0.1: | ||
3390 | version "1.0.5" | ||
3391 | resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz#5dbda11373703f83cfb4a3ea3881d8d75ff5e6e1" | ||
3392 | dependencies: | ||
3393 | postcss "^5.0.12" | ||
3394 | postcss-value-parser "^3.3.0" | ||
3395 | |||
3396 | postcss-minify-params@^1.0.4: | ||
3397 | version "1.2.2" | ||
3398 | resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz#ad2ce071373b943b3d930a3fa59a358c28d6f1f3" | ||
3399 | dependencies: | ||
3400 | alphanum-sort "^1.0.1" | ||
3401 | postcss "^5.0.2" | ||
3402 | postcss-value-parser "^3.0.2" | ||
3403 | uniqs "^2.0.0" | ||
3404 | |||
3405 | postcss-minify-selectors@^2.0.4: | ||
3406 | version "2.1.1" | ||
3407 | resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz#b2c6a98c0072cf91b932d1a496508114311735bf" | ||
3408 | dependencies: | ||
3409 | alphanum-sort "^1.0.2" | ||
3410 | has "^1.0.1" | ||
3411 | postcss "^5.0.14" | ||
3412 | postcss-selector-parser "^2.0.0" | ||
3413 | |||
3414 | postcss-modules-extract-imports@^1.2.0: | ||
3415 | version "1.2.0" | ||
3416 | resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.0.tgz#66140ecece38ef06bf0d3e355d69bf59d141ea85" | ||
3417 | dependencies: | ||
3418 | postcss "^6.0.1" | ||
3419 | |||
3420 | postcss-modules-local-by-default@^1.2.0: | ||
3421 | version "1.2.0" | ||
3422 | resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz#f7d80c398c5a393fa7964466bd19500a7d61c069" | ||
3423 | dependencies: | ||
3424 | css-selector-tokenizer "^0.7.0" | ||
3425 | postcss "^6.0.1" | ||
3426 | |||
3427 | postcss-modules-scope@^1.1.0: | ||
3428 | version "1.1.0" | ||
3429 | resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz#d6ea64994c79f97b62a72b426fbe6056a194bb90" | ||
3430 | dependencies: | ||
3431 | css-selector-tokenizer "^0.7.0" | ||
3432 | postcss "^6.0.1" | ||
3433 | |||
3434 | postcss-modules-values@^1.3.0: | ||
3435 | version "1.3.0" | ||
3436 | resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz#ecffa9d7e192518389f42ad0e83f72aec456ea20" | ||
3437 | dependencies: | ||
3438 | icss-replace-symbols "^1.1.0" | ||
3439 | postcss "^6.0.1" | ||
3440 | |||
3441 | postcss-normalize-charset@^1.1.0: | ||
3442 | version "1.1.1" | ||
3443 | resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz#ef9ee71212d7fe759c78ed162f61ed62b5cb93f1" | ||
3444 | dependencies: | ||
3445 | postcss "^5.0.5" | ||
3446 | |||
3447 | postcss-normalize-url@^3.0.7: | ||
3448 | version "3.0.8" | ||
3449 | resolved "https://registry.yarnpkg.com/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz#108f74b3f2fcdaf891a2ffa3ea4592279fc78222" | ||
3450 | dependencies: | ||
3451 | is-absolute-url "^2.0.0" | ||
3452 | normalize-url "^1.4.0" | ||
3453 | postcss "^5.0.14" | ||
3454 | postcss-value-parser "^3.2.3" | ||
3455 | |||
3456 | postcss-ordered-values@^2.1.0: | ||
3457 | version "2.2.3" | ||
3458 | resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-2.2.3.tgz#eec6c2a67b6c412a8db2042e77fe8da43f95c11d" | ||
3459 | dependencies: | ||
3460 | postcss "^5.0.4" | ||
3461 | postcss-value-parser "^3.0.1" | ||
3462 | |||
3463 | postcss-reduce-idents@^2.2.2: | ||
3464 | version "2.4.0" | ||
3465 | resolved "https://registry.yarnpkg.com/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz#c2c6d20cc958284f6abfbe63f7609bf409059ad3" | ||
3466 | dependencies: | ||
3467 | postcss "^5.0.4" | ||
3468 | postcss-value-parser "^3.0.2" | ||
3469 | |||
3470 | postcss-reduce-initial@^1.0.0: | ||
3471 | version "1.0.1" | ||
3472 | resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz#68f80695f045d08263a879ad240df8dd64f644ea" | ||
3473 | dependencies: | ||
3474 | postcss "^5.0.4" | ||
3475 | |||
3476 | postcss-reduce-transforms@^1.0.3: | ||
3477 | version "1.0.4" | ||
3478 | resolved "https://registry.yarnpkg.com/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz#ff76f4d8212437b31c298a42d2e1444025771ae1" | ||
3479 | dependencies: | ||
3480 | has "^1.0.1" | ||
3481 | postcss "^5.0.8" | ||
3482 | postcss-value-parser "^3.0.1" | ||
3483 | |||
3484 | postcss-selector-parser@^2.0.0, postcss-selector-parser@^2.2.2: | ||
3485 | version "2.2.3" | ||
3486 | resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz#f9437788606c3c9acee16ffe8d8b16297f27bb90" | ||
3487 | dependencies: | ||
3488 | flatten "^1.0.2" | ||
3489 | indexes-of "^1.0.1" | ||
3490 | uniq "^1.0.1" | ||
3491 | |||
3492 | postcss-svgo@^2.1.1: | ||
3493 | version "2.1.6" | ||
3494 | resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-2.1.6.tgz#b6df18aa613b666e133f08adb5219c2684ac108d" | ||
3495 | dependencies: | ||
3496 | is-svg "^2.0.0" | ||
3497 | postcss "^5.0.14" | ||
3498 | postcss-value-parser "^3.2.3" | ||
3499 | svgo "^0.7.0" | ||
3500 | |||
3501 | postcss-unique-selectors@^2.0.2: | ||
3502 | version "2.0.2" | ||
3503 | resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz#981d57d29ddcb33e7b1dfe1fd43b8649f933ca1d" | ||
3504 | dependencies: | ||
3505 | alphanum-sort "^1.0.1" | ||
3506 | postcss "^5.0.4" | ||
3507 | uniqs "^2.0.0" | ||
3508 | |||
3509 | postcss-value-parser@^3.0.1, postcss-value-parser@^3.0.2, postcss-value-parser@^3.1.1, postcss-value-parser@^3.1.2, postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0: | ||
3510 | version "3.3.0" | ||
3511 | resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15" | ||
3512 | |||
3513 | postcss-zindex@^2.0.1: | ||
3514 | version "2.2.0" | ||
3515 | resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-2.2.0.tgz#d2109ddc055b91af67fc4cb3b025946639d2af22" | ||
3516 | dependencies: | ||
3517 | has "^1.0.1" | ||
3518 | postcss "^5.0.4" | ||
3519 | uniqs "^2.0.0" | ||
3520 | |||
3521 | postcss@^5.0.10, postcss@^5.0.11, postcss@^5.0.12, postcss@^5.0.13, postcss@^5.0.14, postcss@^5.0.16, postcss@^5.0.2, postcss@^5.0.4, postcss@^5.0.5, postcss@^5.0.6, postcss@^5.0.8, postcss@^5.2.16: | ||
3522 | version "5.2.18" | ||
3523 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5" | ||
3524 | dependencies: | ||
3525 | chalk "^1.1.3" | ||
3526 | js-base64 "^2.1.9" | ||
3527 | source-map "^0.5.6" | ||
3528 | supports-color "^3.2.3" | ||
3529 | |||
3530 | postcss@^6.0.1: | ||
3531 | version "6.0.17" | ||
3532 | resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.17.tgz#e259a051ca513f81e9afd0c21f7f82eda50c65c5" | ||
3533 | dependencies: | ||
3534 | chalk "^2.3.0" | ||
3535 | source-map "^0.6.1" | ||
3536 | supports-color "^5.1.0" | ||
3537 | |||
3538 | prelude-ls@~1.1.2: | ||
3539 | version "1.1.2" | ||
3540 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" | ||
3541 | |||
3542 | prepend-http@^1.0.0: | ||
3543 | version "1.0.4" | ||
3544 | resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" | ||
3545 | |||
3546 | preserve@^0.2.0: | ||
3547 | version "0.2.0" | ||
3548 | resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" | ||
3549 | |||
3550 | private@^0.1.6, private@^0.1.7: | ||
3551 | version "0.1.8" | ||
3552 | resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" | ||
3553 | |||
3554 | process-nextick-args@~1.0.6: | ||
3555 | version "1.0.7" | ||
3556 | resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" | ||
3557 | |||
3558 | process@^0.11.10: | ||
3559 | version "0.11.10" | ||
3560 | resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" | ||
3561 | |||
3562 | progress@^2.0.0: | ||
3563 | version "2.0.0" | ||
3564 | resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f" | ||
3565 | |||
3566 | prr@~1.0.1: | ||
3567 | version "1.0.1" | ||
3568 | resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476" | ||
3569 | |||
3570 | pseudomap@^1.0.2: | ||
3571 | version "1.0.2" | ||
3572 | resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" | ||
3573 | |||
3574 | public-encrypt@^4.0.0: | ||
3575 | version "4.0.0" | ||
3576 | resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.0.tgz#39f699f3a46560dd5ebacbca693caf7c65c18cc6" | ||
3577 | dependencies: | ||
3578 | bn.js "^4.1.0" | ||
3579 | browserify-rsa "^4.0.0" | ||
3580 | create-hash "^1.1.0" | ||
3581 | parse-asn1 "^5.0.0" | ||
3582 | randombytes "^2.0.1" | ||
3583 | |||
3584 | punycode@1.3.2: | ||
3585 | version "1.3.2" | ||
3586 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" | ||
3587 | |||
3588 | punycode@^1.2.4, punycode@^1.4.1: | ||
3589 | version "1.4.1" | ||
3590 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" | ||
3591 | |||
3592 | pure-extras@^1.0.0: | ||
3593 | version "1.0.0" | ||
3594 | resolved "https://registry.yarnpkg.com/pure-extras/-/pure-extras-1.0.0.tgz#37e3cc3590cba850981454cda5db28e27a63871a" | ||
3595 | |||
3596 | purecss@^1.0.0: | ||
3597 | version "1.0.0" | ||
3598 | resolved "https://registry.yarnpkg.com/purecss/-/purecss-1.0.0.tgz#3dbcd9e2a7592448a69acb705cce16311bf4b785" | ||
3599 | |||
3600 | q@^1.1.2: | ||
3601 | version "1.5.1" | ||
3602 | resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" | ||
3603 | |||
3604 | qs@~6.3.0: | ||
3605 | version "6.3.2" | ||
3606 | resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.2.tgz#e75bd5f6e268122a2a0e0bda630b2550c166502c" | ||
3607 | |||
3608 | qs@~6.4.0: | ||
3609 | version "6.4.0" | ||
3610 | resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233" | ||
3611 | |||
3612 | qs@~6.5.1: | ||
3613 | version "6.5.1" | ||
3614 | resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.1.tgz#349cdf6eef89ec45c12d7d5eb3fc0c870343a6d8" | ||
3615 | |||
3616 | query-string@^4.1.0: | ||
3617 | version "4.3.4" | ||
3618 | resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb" | ||
3619 | dependencies: | ||
3620 | object-assign "^4.1.0" | ||
3621 | strict-uri-encode "^1.0.0" | ||
3622 | |||
3623 | querystring-es3@^0.2.0: | ||
3624 | version "0.2.1" | ||
3625 | resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" | ||
3626 | |||
3627 | querystring@0.2.0: | ||
3628 | version "0.2.0" | ||
3629 | resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" | ||
3630 | |||
3631 | randomatic@^1.1.3: | ||
3632 | version "1.1.7" | ||
3633 | resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c" | ||
3634 | dependencies: | ||
3635 | is-number "^3.0.0" | ||
3636 | kind-of "^4.0.0" | ||
3637 | |||
3638 | randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5: | ||
3639 | version "2.0.6" | ||
3640 | resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.6.tgz#d302c522948588848a8d300c932b44c24231da80" | ||
3641 | dependencies: | ||
3642 | safe-buffer "^5.1.0" | ||
3643 | |||
3644 | randomfill@^1.0.3: | ||
3645 | version "1.0.3" | ||
3646 | resolved "https://registry.yarnpkg.com/randomfill/-/randomfill-1.0.3.tgz#b96b7df587f01dd91726c418f30553b1418e3d62" | ||
3647 | dependencies: | ||
3648 | randombytes "^2.0.5" | ||
3649 | safe-buffer "^5.1.0" | ||
3650 | |||
3651 | rc@^1.1.7: | ||
3652 | version "1.2.5" | ||
3653 | resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.5.tgz#275cd687f6e3b36cc756baa26dfee80a790301fd" | ||
3654 | dependencies: | ||
3655 | deep-extend "~0.4.0" | ||
3656 | ini "~1.3.0" | ||
3657 | minimist "^1.2.0" | ||
3658 | strip-json-comments "~2.0.1" | ||
3659 | |||
3660 | read-pkg-up@^1.0.1: | ||
3661 | version "1.0.1" | ||
3662 | resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" | ||
3663 | dependencies: | ||
3664 | find-up "^1.0.0" | ||
3665 | read-pkg "^1.0.0" | ||
3666 | |||
3667 | read-pkg-up@^2.0.0: | ||
3668 | version "2.0.0" | ||
3669 | resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be" | ||
3670 | dependencies: | ||
3671 | find-up "^2.0.0" | ||
3672 | read-pkg "^2.0.0" | ||
3673 | |||
3674 | read-pkg@^1.0.0: | ||
3675 | version "1.1.0" | ||
3676 | resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" | ||
3677 | dependencies: | ||
3678 | load-json-file "^1.0.0" | ||
3679 | normalize-package-data "^2.3.2" | ||
3680 | path-type "^1.0.0" | ||
3681 | |||
3682 | read-pkg@^2.0.0: | ||
3683 | version "2.0.0" | ||
3684 | resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" | ||
3685 | dependencies: | ||
3686 | load-json-file "^2.0.0" | ||
3687 | normalize-package-data "^2.3.2" | ||
3688 | path-type "^2.0.0" | ||
3689 | |||
3690 | readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.2.2, readable-stream@^2.3.3: | ||
3691 | version "2.3.3" | ||
3692 | resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c" | ||
3693 | dependencies: | ||
3694 | core-util-is "~1.0.0" | ||
3695 | inherits "~2.0.3" | ||
3696 | isarray "~1.0.0" | ||
3697 | process-nextick-args "~1.0.6" | ||
3698 | safe-buffer "~5.1.1" | ||
3699 | string_decoder "~1.0.3" | ||
3700 | util-deprecate "~1.0.1" | ||
3701 | |||
3702 | readdirp@^2.0.0: | ||
3703 | version "2.1.0" | ||
3704 | resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.1.0.tgz#4ed0ad060df3073300c48440373f72d1cc642d78" | ||
3705 | dependencies: | ||
3706 | graceful-fs "^4.1.2" | ||
3707 | minimatch "^3.0.2" | ||
3708 | readable-stream "^2.0.2" | ||
3709 | set-immediate-shim "^1.0.1" | ||
3710 | |||
3711 | redent@^1.0.0: | ||
3712 | version "1.0.0" | ||
3713 | resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" | ||
3714 | dependencies: | ||
3715 | indent-string "^2.1.0" | ||
3716 | strip-indent "^1.0.1" | ||
3717 | |||
3718 | reduce-css-calc@^1.2.6: | ||
3719 | version "1.3.0" | ||
3720 | resolved "https://registry.yarnpkg.com/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz#747c914e049614a4c9cfbba629871ad1d2927716" | ||
3721 | dependencies: | ||
3722 | balanced-match "^0.4.2" | ||
3723 | math-expression-evaluator "^1.2.14" | ||
3724 | reduce-function-call "^1.0.1" | ||
3725 | |||
3726 | reduce-function-call@^1.0.1: | ||
3727 | version "1.0.2" | ||
3728 | resolved "https://registry.yarnpkg.com/reduce-function-call/-/reduce-function-call-1.0.2.tgz#5a200bf92e0e37751752fe45b0ab330fd4b6be99" | ||
3729 | dependencies: | ||
3730 | balanced-match "^0.4.2" | ||
3731 | |||
3732 | regenerate@^1.2.1: | ||
3733 | version "1.3.3" | ||
3734 | resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.3.tgz#0c336d3980553d755c39b586ae3b20aa49c82b7f" | ||
3735 | |||
3736 | regenerator-runtime@^0.11.0: | ||
3737 | version "0.11.1" | ||
3738 | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" | ||
3739 | |||
3740 | regenerator-transform@^0.10.0: | ||
3741 | version "0.10.1" | ||
3742 | resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd" | ||
3743 | dependencies: | ||
3744 | babel-runtime "^6.18.0" | ||
3745 | babel-types "^6.19.0" | ||
3746 | private "^0.1.6" | ||
3747 | |||
3748 | regex-cache@^0.4.2: | ||
3749 | version "0.4.4" | ||
3750 | resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" | ||
3751 | dependencies: | ||
3752 | is-equal-shallow "^0.1.3" | ||
3753 | |||
3754 | regexpu-core@^1.0.0: | ||
3755 | version "1.0.0" | ||
3756 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b" | ||
3757 | dependencies: | ||
3758 | regenerate "^1.2.1" | ||
3759 | regjsgen "^0.2.0" | ||
3760 | regjsparser "^0.1.4" | ||
3761 | |||
3762 | regexpu-core@^2.0.0: | ||
3763 | version "2.0.0" | ||
3764 | resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240" | ||
3765 | dependencies: | ||
3766 | regenerate "^1.2.1" | ||
3767 | regjsgen "^0.2.0" | ||
3768 | regjsparser "^0.1.4" | ||
3769 | |||
3770 | regjsgen@^0.2.0: | ||
3771 | version "0.2.0" | ||
3772 | resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" | ||
3773 | |||
3774 | regjsparser@^0.1.4: | ||
3775 | version "0.1.5" | ||
3776 | resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c" | ||
3777 | dependencies: | ||
3778 | jsesc "~0.5.0" | ||
3779 | |||
3780 | remove-trailing-separator@^1.0.1: | ||
3781 | version "1.1.0" | ||
3782 | resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" | ||
3783 | |||
3784 | repeat-element@^1.1.2: | ||
3785 | version "1.1.2" | ||
3786 | resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a" | ||
3787 | |||
3788 | repeat-string@^1.5.2: | ||
3789 | version "1.6.1" | ||
3790 | resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" | ||
3791 | |||
3792 | repeating@^2.0.0: | ||
3793 | version "2.0.1" | ||
3794 | resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" | ||
3795 | dependencies: | ||
3796 | is-finite "^1.0.0" | ||
3797 | |||
3798 | request@2: | ||
3799 | version "2.83.0" | ||
3800 | resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356" | ||
3801 | dependencies: | ||
3802 | aws-sign2 "~0.7.0" | ||
3803 | aws4 "^1.6.0" | ||
3804 | caseless "~0.12.0" | ||
3805 | combined-stream "~1.0.5" | ||
3806 | extend "~3.0.1" | ||
3807 | forever-agent "~0.6.1" | ||
3808 | form-data "~2.3.1" | ||
3809 | har-validator "~5.0.3" | ||
3810 | hawk "~6.0.2" | ||
3811 | http-signature "~1.2.0" | ||
3812 | is-typedarray "~1.0.0" | ||
3813 | isstream "~0.1.2" | ||
3814 | json-stringify-safe "~5.0.1" | ||
3815 | mime-types "~2.1.17" | ||
3816 | oauth-sign "~0.8.2" | ||
3817 | performance-now "^2.1.0" | ||
3818 | qs "~6.5.1" | ||
3819 | safe-buffer "^5.1.1" | ||
3820 | stringstream "~0.0.5" | ||
3821 | tough-cookie "~2.3.3" | ||
3822 | tunnel-agent "^0.6.0" | ||
3823 | uuid "^3.1.0" | ||
3824 | |||
3825 | request@2.81.0: | ||
3826 | version "2.81.0" | ||
3827 | resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0" | ||
3828 | dependencies: | ||
3829 | aws-sign2 "~0.6.0" | ||
3830 | aws4 "^1.2.1" | ||
3831 | caseless "~0.12.0" | ||
3832 | combined-stream "~1.0.5" | ||
3833 | extend "~3.0.0" | ||
3834 | forever-agent "~0.6.1" | ||
3835 | form-data "~2.1.1" | ||
3836 | har-validator "~4.2.1" | ||
3837 | hawk "~3.1.3" | ||
3838 | http-signature "~1.1.0" | ||
3839 | is-typedarray "~1.0.0" | ||
3840 | isstream "~0.1.2" | ||
3841 | json-stringify-safe "~5.0.1" | ||
3842 | mime-types "~2.1.7" | ||
3843 | oauth-sign "~0.8.1" | ||
3844 | performance-now "^0.2.0" | ||
3845 | qs "~6.4.0" | ||
3846 | safe-buffer "^5.0.1" | ||
3847 | stringstream "~0.0.4" | ||
3848 | tough-cookie "~2.3.0" | ||
3849 | tunnel-agent "^0.6.0" | ||
3850 | uuid "^3.0.0" | ||
3851 | |||
3852 | request@~2.79.0: | ||
3853 | version "2.79.0" | ||
3854 | resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" | ||
3855 | dependencies: | ||
3856 | aws-sign2 "~0.6.0" | ||
3857 | aws4 "^1.2.1" | ||
3858 | caseless "~0.11.0" | ||
3859 | combined-stream "~1.0.5" | ||
3860 | extend "~3.0.0" | ||
3861 | forever-agent "~0.6.1" | ||
3862 | form-data "~2.1.1" | ||
3863 | har-validator "~2.0.6" | ||
3864 | hawk "~3.1.3" | ||
3865 | http-signature "~1.1.0" | ||
3866 | is-typedarray "~1.0.0" | ||
3867 | isstream "~0.1.2" | ||
3868 | json-stringify-safe "~5.0.1" | ||
3869 | mime-types "~2.1.7" | ||
3870 | oauth-sign "~0.8.1" | ||
3871 | qs "~6.3.0" | ||
3872 | stringstream "~0.0.4" | ||
3873 | tough-cookie "~2.3.0" | ||
3874 | tunnel-agent "~0.4.1" | ||
3875 | uuid "^3.0.0" | ||
3876 | |||
3877 | require-directory@^2.1.1: | ||
3878 | version "2.1.1" | ||
3879 | resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | ||
3880 | |||
3881 | require-main-filename@^1.0.1: | ||
3882 | version "1.0.1" | ||
3883 | resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" | ||
3884 | |||
3885 | require-uncached@^1.0.3: | ||
3886 | version "1.0.3" | ||
3887 | resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3" | ||
3888 | dependencies: | ||
3889 | caller-path "^0.1.0" | ||
3890 | resolve-from "^1.0.0" | ||
3891 | |||
3892 | resolve-from@^1.0.0: | ||
3893 | version "1.0.1" | ||
3894 | resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226" | ||
3895 | |||
3896 | resolve@^1.5.0: | ||
3897 | version "1.5.0" | ||
3898 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36" | ||
3899 | dependencies: | ||
3900 | path-parse "^1.0.5" | ||
3901 | |||
3902 | restore-cursor@^2.0.0: | ||
3903 | version "2.0.0" | ||
3904 | resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" | ||
3905 | dependencies: | ||
3906 | onetime "^2.0.0" | ||
3907 | signal-exit "^3.0.2" | ||
3908 | |||
3909 | right-align@^0.1.1: | ||
3910 | version "0.1.3" | ||
3911 | resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef" | ||
3912 | dependencies: | ||
3913 | align-text "^0.1.1" | ||
3914 | |||
3915 | rimraf@2, rimraf@^2.2.8, rimraf@^2.5.1, rimraf@^2.6.1: | ||
3916 | version "2.6.2" | ||
3917 | resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" | ||
3918 | dependencies: | ||
3919 | glob "^7.0.5" | ||
3920 | |||
3921 | ripemd160@^2.0.0, ripemd160@^2.0.1: | ||
3922 | version "2.0.1" | ||
3923 | resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.1.tgz#0f4584295c53a3628af7e6d79aca21ce57d1c6e7" | ||
3924 | dependencies: | ||
3925 | hash-base "^2.0.0" | ||
3926 | inherits "^2.0.1" | ||
3927 | |||
3928 | run-async@^2.2.0: | ||
3929 | version "2.3.0" | ||
3930 | resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0" | ||
3931 | dependencies: | ||
3932 | is-promise "^2.1.0" | ||
3933 | |||
3934 | rx-lite-aggregates@^4.0.8: | ||
3935 | version "4.0.8" | ||
3936 | resolved "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89a11c95467c4ac1626c4efc4e05c67be" | ||
3937 | dependencies: | ||
3938 | rx-lite "*" | ||
3939 | |||
3940 | rx-lite@*, rx-lite@^4.0.8: | ||
3941 | version "4.0.8" | ||
3942 | resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444" | ||
3943 | |||
3944 | safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1: | ||
3945 | version "5.1.1" | ||
3946 | resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" | ||
3947 | |||
3948 | sass-graph@^2.2.4: | ||
3949 | version "2.2.4" | ||
3950 | resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.4.tgz#13fbd63cd1caf0908b9fd93476ad43a51d1e0b49" | ||
3951 | dependencies: | ||
3952 | glob "^7.0.0" | ||
3953 | lodash "^4.0.0" | ||
3954 | scss-tokenizer "^0.2.3" | ||
3955 | yargs "^7.0.0" | ||
3956 | |||
3957 | sass-loader@^6.0.6: | ||
3958 | version "6.0.6" | ||
3959 | resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-6.0.6.tgz#e9d5e6c1f155faa32a4b26d7a9b7107c225e40f9" | ||
3960 | dependencies: | ||
3961 | async "^2.1.5" | ||
3962 | clone-deep "^0.3.0" | ||
3963 | loader-utils "^1.0.1" | ||
3964 | lodash.tail "^4.1.1" | ||
3965 | pify "^3.0.0" | ||
3966 | |||
3967 | sax@~1.2.1: | ||
3968 | version "1.2.4" | ||
3969 | resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" | ||
3970 | |||
3971 | schema-utils@^0.3.0: | ||
3972 | version "0.3.0" | ||
3973 | resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.3.0.tgz#f5877222ce3e931edae039f17eb3716e7137f8cf" | ||
3974 | dependencies: | ||
3975 | ajv "^5.0.0" | ||
3976 | |||
3977 | scss-tokenizer@^0.2.3: | ||
3978 | version "0.2.3" | ||
3979 | resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1" | ||
3980 | dependencies: | ||
3981 | js-base64 "^2.1.8" | ||
3982 | source-map "^0.4.2" | ||
3983 | |||
3984 | "semver@2 || 3 || 4 || 5", semver@^5.3.0: | ||
3985 | version "5.5.0" | ||
3986 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" | ||
3987 | |||
3988 | semver@~5.3.0: | ||
3989 | version "5.3.0" | ||
3990 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" | ||
3991 | |||
3992 | set-blocking@^2.0.0, set-blocking@~2.0.0: | ||
3993 | version "2.0.0" | ||
3994 | resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" | ||
3995 | |||
3996 | set-immediate-shim@^1.0.1: | ||
3997 | version "1.0.1" | ||
3998 | resolved "https://registry.yarnpkg.com/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz#4b2b1b27eb808a9f8dcc481a58e5e56f599f3f61" | ||
3999 | |||
4000 | setimmediate@^1.0.4: | ||
4001 | version "1.0.5" | ||
4002 | resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" | ||
4003 | |||
4004 | sha.js@^2.4.0, sha.js@^2.4.8: | ||
4005 | version "2.4.10" | ||
4006 | resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.10.tgz#b1fde5cd7d11a5626638a07c604ab909cfa31f9b" | ||
4007 | dependencies: | ||
4008 | inherits "^2.0.1" | ||
4009 | safe-buffer "^5.0.1" | ||
4010 | |||
4011 | shallow-clone@^0.1.2: | ||
4012 | version "0.1.2" | ||
4013 | resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-0.1.2.tgz#5909e874ba77106d73ac414cfec1ffca87d97060" | ||
4014 | dependencies: | ||
4015 | is-extendable "^0.1.1" | ||
4016 | kind-of "^2.0.1" | ||
4017 | lazy-cache "^0.2.3" | ||
4018 | mixin-object "^2.0.1" | ||
4019 | |||
4020 | shebang-command@^1.2.0: | ||
4021 | version "1.2.0" | ||
4022 | resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" | ||
4023 | dependencies: | ||
4024 | shebang-regex "^1.0.0" | ||
4025 | |||
4026 | shebang-regex@^1.0.0: | ||
4027 | version "1.0.0" | ||
4028 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" | ||
4029 | |||
4030 | signal-exit@^3.0.0, signal-exit@^3.0.2: | ||
4031 | version "3.0.2" | ||
4032 | resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" | ||
4033 | |||
4034 | slash@^1.0.0: | ||
4035 | version "1.0.0" | ||
4036 | resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" | ||
4037 | |||
4038 | slice-ansi@1.0.0: | ||
4039 | version "1.0.0" | ||
4040 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d" | ||
4041 | dependencies: | ||
4042 | is-fullwidth-code-point "^2.0.0" | ||
4043 | |||
4044 | sntp@1.x.x: | ||
4045 | version "1.0.9" | ||
4046 | resolved "https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198" | ||
4047 | dependencies: | ||
4048 | hoek "2.x.x" | ||
4049 | |||
4050 | sntp@2.x.x: | ||
4051 | version "2.1.0" | ||
4052 | resolved "https://registry.yarnpkg.com/sntp/-/sntp-2.1.0.tgz#2c6cec14fedc2222739caf9b5c3d85d1cc5a2cc8" | ||
4053 | dependencies: | ||
4054 | hoek "4.x.x" | ||
4055 | |||
4056 | sort-keys@^1.0.0: | ||
4057 | version "1.1.2" | ||
4058 | resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad" | ||
4059 | dependencies: | ||
4060 | is-plain-obj "^1.0.0" | ||
4061 | |||
4062 | source-list-map@^2.0.0: | ||
4063 | version "2.0.0" | ||
4064 | resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.0.tgz#aaa47403f7b245a92fbc97ea08f250d6087ed085" | ||
4065 | |||
4066 | source-map-support@^0.4.15: | ||
4067 | version "0.4.18" | ||
4068 | resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" | ||
4069 | dependencies: | ||
4070 | source-map "^0.5.6" | ||
4071 | |||
4072 | source-map@^0.4.2: | ||
4073 | version "0.4.4" | ||
4074 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" | ||
4075 | dependencies: | ||
4076 | amdefine ">=0.0.4" | ||
4077 | |||
4078 | source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1: | ||
4079 | version "0.5.7" | ||
4080 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | ||
4081 | |||
4082 | source-map@^0.6.1, source-map@~0.6.1: | ||
4083 | version "0.6.1" | ||
4084 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" | ||
4085 | |||
4086 | spdx-correct@~1.0.0: | ||
4087 | version "1.0.2" | ||
4088 | resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40" | ||
4089 | dependencies: | ||
4090 | spdx-license-ids "^1.0.2" | ||
4091 | |||
4092 | spdx-expression-parse@~1.0.0: | ||
4093 | version "1.0.4" | ||
4094 | resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz#9bdf2f20e1f40ed447fbe273266191fced51626c" | ||
4095 | |||
4096 | spdx-license-ids@^1.0.2: | ||
4097 | version "1.2.2" | ||
4098 | resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57" | ||
4099 | |||
4100 | sprintf-js@~1.0.2: | ||
4101 | version "1.0.3" | ||
4102 | resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" | ||
4103 | |||
4104 | sshpk@^1.7.0: | ||
4105 | version "1.13.1" | ||
4106 | resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.1.tgz#512df6da6287144316dc4c18fe1cf1d940739be3" | ||
4107 | dependencies: | ||
4108 | asn1 "~0.2.3" | ||
4109 | assert-plus "^1.0.0" | ||
4110 | dashdash "^1.12.0" | ||
4111 | getpass "^0.1.1" | ||
4112 | optionalDependencies: | ||
4113 | bcrypt-pbkdf "^1.0.0" | ||
4114 | ecc-jsbn "~0.1.1" | ||
4115 | jsbn "~0.1.0" | ||
4116 | tweetnacl "~0.14.0" | ||
4117 | |||
4118 | stdout-stream@^1.4.0: | ||
4119 | version "1.4.0" | ||
4120 | resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.0.tgz#a2c7c8587e54d9427ea9edb3ac3f2cd522df378b" | ||
4121 | dependencies: | ||
4122 | readable-stream "^2.0.1" | ||
4123 | |||
4124 | stream-browserify@^2.0.1: | ||
4125 | version "2.0.1" | ||
4126 | resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.1.tgz#66266ee5f9bdb9940a4e4514cafb43bb71e5c9db" | ||
4127 | dependencies: | ||
4128 | inherits "~2.0.1" | ||
4129 | readable-stream "^2.0.2" | ||
4130 | |||
4131 | stream-http@^2.7.2: | ||
4132 | version "2.8.0" | ||
4133 | resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.0.tgz#fd86546dac9b1c91aff8fc5d287b98fafb41bc10" | ||
4134 | dependencies: | ||
4135 | builtin-status-codes "^3.0.0" | ||
4136 | inherits "^2.0.1" | ||
4137 | readable-stream "^2.3.3" | ||
4138 | to-arraybuffer "^1.0.0" | ||
4139 | xtend "^4.0.0" | ||
4140 | |||
4141 | strict-uri-encode@^1.0.0: | ||
4142 | version "1.1.0" | ||
4143 | resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713" | ||
4144 | |||
4145 | string-width@^1.0.1, string-width@^1.0.2: | ||
4146 | version "1.0.2" | ||
4147 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" | ||
4148 | dependencies: | ||
4149 | code-point-at "^1.0.0" | ||
4150 | is-fullwidth-code-point "^1.0.0" | ||
4151 | strip-ansi "^3.0.0" | ||
4152 | |||
4153 | string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: | ||
4154 | version "2.1.1" | ||
4155 | resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" | ||
4156 | dependencies: | ||
4157 | is-fullwidth-code-point "^2.0.0" | ||
4158 | strip-ansi "^4.0.0" | ||
4159 | |||
4160 | string_decoder@^1.0.0, string_decoder@~1.0.3: | ||
4161 | version "1.0.3" | ||
4162 | resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab" | ||
4163 | dependencies: | ||
4164 | safe-buffer "~5.1.0" | ||
4165 | |||
4166 | stringstream@~0.0.4, stringstream@~0.0.5: | ||
4167 | version "0.0.5" | ||
4168 | resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878" | ||
4169 | |||
4170 | strip-ansi@^3.0.0, strip-ansi@^3.0.1: | ||
4171 | version "3.0.1" | ||
4172 | resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" | ||
4173 | dependencies: | ||
4174 | ansi-regex "^2.0.0" | ||
4175 | |||
4176 | strip-ansi@^4.0.0: | ||
4177 | version "4.0.0" | ||
4178 | resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" | ||
4179 | dependencies: | ||
4180 | ansi-regex "^3.0.0" | ||
4181 | |||
4182 | strip-bom@^2.0.0: | ||
4183 | version "2.0.0" | ||
4184 | resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" | ||
4185 | dependencies: | ||
4186 | is-utf8 "^0.2.0" | ||
4187 | |||
4188 | strip-bom@^3.0.0: | ||
4189 | version "3.0.0" | ||
4190 | resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" | ||
4191 | |||
4192 | strip-eof@^1.0.0: | ||
4193 | version "1.0.0" | ||
4194 | resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" | ||
4195 | |||
4196 | strip-indent@^1.0.1: | ||
4197 | version "1.0.1" | ||
4198 | resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" | ||
4199 | dependencies: | ||
4200 | get-stdin "^4.0.1" | ||
4201 | |||
4202 | strip-json-comments@~2.0.1: | ||
4203 | version "2.0.1" | ||
4204 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" | ||
4205 | |||
4206 | style-loader@^0.19.1: | ||
4207 | version "0.19.1" | ||
4208 | resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.19.1.tgz#591ffc80bcefe268b77c5d9ebc0505d772619f85" | ||
4209 | dependencies: | ||
4210 | loader-utils "^1.0.2" | ||
4211 | schema-utils "^0.3.0" | ||
4212 | |||
4213 | supports-color@^2.0.0: | ||
4214 | version "2.0.0" | ||
4215 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" | ||
4216 | |||
4217 | supports-color@^3.2.3: | ||
4218 | version "3.2.3" | ||
4219 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6" | ||
4220 | dependencies: | ||
4221 | has-flag "^1.0.0" | ||
4222 | |||
4223 | supports-color@^4.0.0, supports-color@^4.2.1: | ||
4224 | version "4.5.0" | ||
4225 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b" | ||
4226 | dependencies: | ||
4227 | has-flag "^2.0.0" | ||
4228 | |||
4229 | supports-color@^5.1.0: | ||
4230 | version "5.1.0" | ||
4231 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.1.0.tgz#058a021d1b619f7ddf3980d712ea3590ce7de3d5" | ||
4232 | dependencies: | ||
4233 | has-flag "^2.0.0" | ||
4234 | |||
4235 | svgo@^0.7.0: | ||
4236 | version "0.7.2" | ||
4237 | resolved "https://registry.yarnpkg.com/svgo/-/svgo-0.7.2.tgz#9f5772413952135c6fefbf40afe6a4faa88b4bb5" | ||
4238 | dependencies: | ||
4239 | coa "~1.0.1" | ||
4240 | colors "~1.1.2" | ||
4241 | csso "~2.3.1" | ||
4242 | js-yaml "~3.7.0" | ||
4243 | mkdirp "~0.5.1" | ||
4244 | sax "~1.2.1" | ||
4245 | whet.extend "~0.9.9" | ||
4246 | |||
4247 | table@^4.0.1: | ||
4248 | version "4.0.2" | ||
4249 | resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36" | ||
4250 | dependencies: | ||
4251 | ajv "^5.2.3" | ||
4252 | ajv-keywords "^2.1.0" | ||
4253 | chalk "^2.1.0" | ||
4254 | lodash "^4.17.4" | ||
4255 | slice-ansi "1.0.0" | ||
4256 | string-width "^2.1.1" | ||
4257 | |||
4258 | tapable@^0.2.7: | ||
4259 | version "0.2.8" | ||
4260 | resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22" | ||
4261 | |||
4262 | tar-pack@^3.4.0: | ||
4263 | version "3.4.1" | ||
4264 | resolved "https://registry.yarnpkg.com/tar-pack/-/tar-pack-3.4.1.tgz#e1dbc03a9b9d3ba07e896ad027317eb679a10a1f" | ||
4265 | dependencies: | ||
4266 | debug "^2.2.0" | ||
4267 | fstream "^1.0.10" | ||
4268 | fstream-ignore "^1.0.5" | ||
4269 | once "^1.3.3" | ||
4270 | readable-stream "^2.1.4" | ||
4271 | rimraf "^2.5.1" | ||
4272 | tar "^2.2.1" | ||
4273 | uid-number "^0.0.6" | ||
4274 | |||
4275 | tar@^2.0.0, tar@^2.2.1: | ||
4276 | version "2.2.1" | ||
4277 | resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.1.tgz#8e4d2a256c0e2185c6b18ad694aec968b83cb1d1" | ||
4278 | dependencies: | ||
4279 | block-stream "*" | ||
4280 | fstream "^1.0.2" | ||
4281 | inherits "2" | ||
4282 | |||
4283 | text-table@~0.2.0: | ||
4284 | version "0.2.0" | ||
4285 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" | ||
4286 | |||
4287 | through@^2.3.6: | ||
4288 | version "2.3.8" | ||
4289 | resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" | ||
4290 | |||
4291 | timers-browserify@^2.0.4: | ||
4292 | version "2.0.6" | ||
4293 | resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.6.tgz#241e76927d9ca05f4d959819022f5b3664b64bae" | ||
4294 | dependencies: | ||
4295 | setimmediate "^1.0.4" | ||
4296 | |||
4297 | tmp@^0.0.33: | ||
4298 | version "0.0.33" | ||
4299 | resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" | ||
4300 | dependencies: | ||
4301 | os-tmpdir "~1.0.2" | ||
4302 | |||
4303 | to-arraybuffer@^1.0.0: | ||
4304 | version "1.0.1" | ||
4305 | resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43" | ||
4306 | |||
4307 | to-fast-properties@^1.0.3: | ||
4308 | version "1.0.3" | ||
4309 | resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" | ||
4310 | |||
4311 | tough-cookie@~2.3.0, tough-cookie@~2.3.3: | ||
4312 | version "2.3.3" | ||
4313 | resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.3.tgz#0b618a5565b6dea90bf3425d04d55edc475a7561" | ||
4314 | dependencies: | ||
4315 | punycode "^1.4.1" | ||
4316 | |||
4317 | trim-newlines@^1.0.0: | ||
4318 | version "1.0.0" | ||
4319 | resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" | ||
4320 | |||
4321 | trim-right@^1.0.1: | ||
4322 | version "1.0.1" | ||
4323 | resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" | ||
4324 | |||
4325 | "true-case-path@^1.0.2": | ||
4326 | version "1.0.2" | ||
4327 | resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.2.tgz#7ec91130924766c7f573be3020c34f8fdfd00d62" | ||
4328 | dependencies: | ||
4329 | glob "^6.0.4" | ||
4330 | |||
4331 | tty-browserify@0.0.0: | ||
4332 | version "0.0.0" | ||
4333 | resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6" | ||
4334 | |||
4335 | tunnel-agent@^0.6.0: | ||
4336 | version "0.6.0" | ||
4337 | resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" | ||
4338 | dependencies: | ||
4339 | safe-buffer "^5.0.1" | ||
4340 | |||
4341 | tunnel-agent@~0.4.1: | ||
4342 | version "0.4.3" | ||
4343 | resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb" | ||
4344 | |||
4345 | tweetnacl@^0.14.3, tweetnacl@~0.14.0: | ||
4346 | version "0.14.5" | ||
4347 | resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" | ||
4348 | |||
4349 | type-check@~0.3.2: | ||
4350 | version "0.3.2" | ||
4351 | resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" | ||
4352 | dependencies: | ||
4353 | prelude-ls "~1.1.2" | ||
4354 | |||
4355 | typedarray@^0.0.6: | ||
4356 | version "0.0.6" | ||
4357 | resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" | ||
4358 | |||
4359 | uglify-js@^2.8.29: | ||
4360 | version "2.8.29" | ||
4361 | resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd" | ||
4362 | dependencies: | ||
4363 | source-map "~0.5.1" | ||
4364 | yargs "~3.10.0" | ||
4365 | optionalDependencies: | ||
4366 | uglify-to-browserify "~1.0.0" | ||
4367 | |||
4368 | uglify-to-browserify@~1.0.0: | ||
4369 | version "1.0.2" | ||
4370 | resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" | ||
4371 | |||
4372 | uglifyjs-webpack-plugin@^0.4.6: | ||
4373 | version "0.4.6" | ||
4374 | resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz#b951f4abb6bd617e66f63eb891498e391763e309" | ||
4375 | dependencies: | ||
4376 | source-map "^0.5.6" | ||
4377 | uglify-js "^2.8.29" | ||
4378 | webpack-sources "^1.0.1" | ||
4379 | |||
4380 | uid-number@^0.0.6: | ||
4381 | version "0.0.6" | ||
4382 | resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81" | ||
4383 | |||
4384 | uniq@^1.0.1: | ||
4385 | version "1.0.1" | ||
4386 | resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" | ||
4387 | |||
4388 | uniqid@^4.0.0: | ||
4389 | version "4.1.1" | ||
4390 | resolved "https://registry.yarnpkg.com/uniqid/-/uniqid-4.1.1.tgz#89220ddf6b751ae52b5f72484863528596bb84c1" | ||
4391 | dependencies: | ||
4392 | macaddress "^0.2.8" | ||
4393 | |||
4394 | uniqs@^2.0.0: | ||
4395 | version "2.0.0" | ||
4396 | resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" | ||
4397 | |||
4398 | url-loader@^0.6.2: | ||
4399 | version "0.6.2" | ||
4400 | resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-0.6.2.tgz#a007a7109620e9d988d14bce677a1decb9a993f7" | ||
4401 | dependencies: | ||
4402 | loader-utils "^1.0.2" | ||
4403 | mime "^1.4.1" | ||
4404 | schema-utils "^0.3.0" | ||
4405 | |||
4406 | url@^0.11.0: | ||
4407 | version "0.11.0" | ||
4408 | resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" | ||
4409 | dependencies: | ||
4410 | punycode "1.3.2" | ||
4411 | querystring "0.2.0" | ||
4412 | |||
4413 | util-deprecate@~1.0.1: | ||
4414 | version "1.0.2" | ||
4415 | resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" | ||
4416 | |||
4417 | util@0.10.3, util@^0.10.3: | ||
4418 | version "0.10.3" | ||
4419 | resolved "https://registry.yarnpkg.com/util/-/util-0.10.3.tgz#7afb1afe50805246489e3db7fe0ed379336ac0f9" | ||
4420 | dependencies: | ||
4421 | inherits "2.0.1" | ||
4422 | |||
4423 | uuid@^3.0.0, uuid@^3.1.0: | ||
4424 | version "3.2.1" | ||
4425 | resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" | ||
4426 | |||
4427 | validate-npm-package-license@^3.0.1: | ||
4428 | version "3.0.1" | ||
4429 | resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc" | ||
4430 | dependencies: | ||
4431 | spdx-correct "~1.0.0" | ||
4432 | spdx-expression-parse "~1.0.0" | ||
4433 | |||
4434 | vendors@^1.0.0: | ||
4435 | version "1.0.1" | ||
4436 | resolved "https://registry.yarnpkg.com/vendors/-/vendors-1.0.1.tgz#37ad73c8ee417fb3d580e785312307d274847f22" | ||
4437 | |||
4438 | verror@1.10.0: | ||
4439 | version "1.10.0" | ||
4440 | resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" | ||
4441 | dependencies: | ||
4442 | assert-plus "^1.0.0" | ||
4443 | core-util-is "1.0.2" | ||
4444 | extsprintf "^1.2.0" | ||
4445 | |||
4446 | vm-browserify@0.0.4: | ||
4447 | version "0.0.4" | ||
4448 | resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73" | ||
4449 | dependencies: | ||
4450 | indexof "0.0.1" | ||
4451 | |||
4452 | watchpack@^1.4.0: | ||
4453 | version "1.4.0" | ||
4454 | resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.4.0.tgz#4a1472bcbb952bd0a9bb4036801f954dfb39faac" | ||
4455 | dependencies: | ||
4456 | async "^2.1.2" | ||
4457 | chokidar "^1.7.0" | ||
4458 | graceful-fs "^4.1.2" | ||
4459 | |||
4460 | webpack-sources@^1.0.1: | ||
4461 | version "1.1.0" | ||
4462 | resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.1.0.tgz#a101ebae59d6507354d71d8013950a3a8b7a5a54" | ||
4463 | dependencies: | ||
4464 | source-list-map "^2.0.0" | ||
4465 | source-map "~0.6.1" | ||
4466 | |||
4467 | webpack@^3.10.0: | ||
4468 | version "3.10.0" | ||
4469 | resolved "https://registry.yarnpkg.com/webpack/-/webpack-3.10.0.tgz#5291b875078cf2abf42bdd23afe3f8f96c17d725" | ||
4470 | dependencies: | ||
4471 | acorn "^5.0.0" | ||
4472 | acorn-dynamic-import "^2.0.0" | ||
4473 | ajv "^5.1.5" | ||
4474 | ajv-keywords "^2.0.0" | ||
4475 | async "^2.1.2" | ||
4476 | enhanced-resolve "^3.4.0" | ||
4477 | escope "^3.6.0" | ||
4478 | interpret "^1.0.0" | ||
4479 | json-loader "^0.5.4" | ||
4480 | json5 "^0.5.1" | ||
4481 | loader-runner "^2.3.0" | ||
4482 | loader-utils "^1.1.0" | ||
4483 | memory-fs "~0.4.1" | ||
4484 | mkdirp "~0.5.0" | ||
4485 | node-libs-browser "^2.0.0" | ||
4486 | source-map "^0.5.3" | ||
4487 | supports-color "^4.2.1" | ||
4488 | tapable "^0.2.7" | ||
4489 | uglifyjs-webpack-plugin "^0.4.6" | ||
4490 | watchpack "^1.4.0" | ||
4491 | webpack-sources "^1.0.1" | ||
4492 | yargs "^8.0.2" | ||
4493 | |||
4494 | whet.extend@~0.9.9: | ||
4495 | version "0.9.9" | ||
4496 | resolved "https://registry.yarnpkg.com/whet.extend/-/whet.extend-0.9.9.tgz#f877d5bf648c97e5aa542fadc16d6a259b9c11a1" | ||
4497 | |||
4498 | which-module@^1.0.0: | ||
4499 | version "1.0.0" | ||
4500 | resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f" | ||
4501 | |||
4502 | which-module@^2.0.0: | ||
4503 | version "2.0.0" | ||
4504 | resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" | ||
4505 | |||
4506 | which@1, which@^1.2.9: | ||
4507 | version "1.3.0" | ||
4508 | resolved "https://registry.yarnpkg.com/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a" | ||
4509 | dependencies: | ||
4510 | isexe "^2.0.0" | ||
4511 | |||
4512 | wide-align@^1.1.0: | ||
4513 | version "1.1.2" | ||
4514 | resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.2.tgz#571e0f1b0604636ebc0dfc21b0339bbe31341710" | ||
4515 | dependencies: | ||
4516 | string-width "^1.0.2" | ||
4517 | |||
4518 | window-size@0.1.0: | ||
4519 | version "0.1.0" | ||
4520 | resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d" | ||
4521 | |||
4522 | wordwrap@0.0.2: | ||
4523 | version "0.0.2" | ||
4524 | resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f" | ||
4525 | |||
4526 | wordwrap@~1.0.0: | ||
4527 | version "1.0.0" | ||
4528 | resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" | ||
4529 | |||
4530 | wrap-ansi@^2.0.0: | ||
4531 | version "2.1.0" | ||
4532 | resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" | ||
4533 | dependencies: | ||
4534 | string-width "^1.0.1" | ||
4535 | strip-ansi "^3.0.1" | ||
4536 | |||
4537 | wrappy@1: | ||
4538 | version "1.0.2" | ||
4539 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" | ||
4540 | |||
4541 | write@^0.2.1: | ||
4542 | version "0.2.1" | ||
4543 | resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757" | ||
4544 | dependencies: | ||
4545 | mkdirp "^0.5.1" | ||
4546 | |||
4547 | xtend@^4.0.0: | ||
4548 | version "4.0.1" | ||
4549 | resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" | ||
4550 | |||
4551 | y18n@^3.2.1: | ||
4552 | version "3.2.1" | ||
4553 | resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" | ||
4554 | |||
4555 | yallist@^2.1.2: | ||
4556 | version "2.1.2" | ||
4557 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" | ||
4558 | |||
4559 | yargs-parser@^5.0.0: | ||
4560 | version "5.0.0" | ||
4561 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a" | ||
4562 | dependencies: | ||
4563 | camelcase "^3.0.0" | ||
4564 | |||
4565 | yargs-parser@^7.0.0: | ||
4566 | version "7.0.0" | ||
4567 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9" | ||
4568 | dependencies: | ||
4569 | camelcase "^4.1.0" | ||
4570 | |||
4571 | yargs@^7.0.0: | ||
4572 | version "7.1.0" | ||
4573 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8" | ||
4574 | dependencies: | ||
4575 | camelcase "^3.0.0" | ||
4576 | cliui "^3.2.0" | ||
4577 | decamelize "^1.1.1" | ||
4578 | get-caller-file "^1.0.1" | ||
4579 | os-locale "^1.4.0" | ||
4580 | read-pkg-up "^1.0.1" | ||
4581 | require-directory "^2.1.1" | ||
4582 | require-main-filename "^1.0.1" | ||
4583 | set-blocking "^2.0.0" | ||
4584 | string-width "^1.0.2" | ||
4585 | which-module "^1.0.0" | ||
4586 | y18n "^3.2.1" | ||
4587 | yargs-parser "^5.0.0" | ||
4588 | |||
4589 | yargs@^8.0.2: | ||
4590 | version "8.0.2" | ||
4591 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360" | ||
4592 | dependencies: | ||
4593 | camelcase "^4.1.0" | ||
4594 | cliui "^3.2.0" | ||
4595 | decamelize "^1.1.1" | ||
4596 | get-caller-file "^1.0.1" | ||
4597 | os-locale "^2.0.0" | ||
4598 | read-pkg-up "^2.0.0" | ||
4599 | require-directory "^2.1.1" | ||
4600 | require-main-filename "^1.0.1" | ||
4601 | set-blocking "^2.0.0" | ||
4602 | string-width "^2.0.0" | ||
4603 | which-module "^2.0.0" | ||
4604 | y18n "^3.2.1" | ||
4605 | yargs-parser "^7.0.0" | ||
4606 | |||
4607 | yargs@~3.10.0: | ||
4608 | version "3.10.0" | ||
4609 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1" | ||
4610 | dependencies: | ||
4611 | camelcase "^1.0.2" | ||
4612 | cliui "^2.1.0" | ||
4613 | decamelize "^1.0.0" | ||
4614 | window-size "0.1.0" | ||