jekyll-theme-hydejack 7.4.1 → 7.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/_includes/body/scripts.html +1 -1
- data/_includes/footer.html +1 -1
- data/_includes/head/meta.html +1 -1
- data/_includes/head/styles.html +1 -1
- data/_includes/header.txt +1 -1
- data/_includes/scripts/load-disqus.js +15 -0
- data/_includes/scripts/load-js-deferred.js +15 -0
- data/_includes/styles/inline.scss +20 -0
- data/_includes/styles/style.scss +20 -0
- data/_includes/templates.html +1 -1
- data/_layouts/about.html +20 -0
- data/_layouts/base.html +20 -0
- data/_layouts/blog.html +20 -0
- data/_layouts/compress.html +1 -1
- data/_layouts/default.html +20 -0
- data/_layouts/home.html +20 -0
- data/_layouts/list.html +20 -0
- data/_layouts/not-found.html +20 -0
- data/_layouts/page.html +20 -0
- data/_layouts/post.html +20 -0
- data/_layouts/redirect.html +20 -0
- data/_sass/_mixins.scss +15 -10
- data/_sass/_spinner.scss +15 -10
- data/_sass/_variables.scss +15 -10
- data/_sass/hydejack/__inline/_avatar.scss +15 -10
- data/_sass/hydejack/__inline/_base.scss +15 -11
- data/_sass/hydejack/__inline/_break-layout.scss +15 -10
- data/_sass/hydejack/__inline/_content.scss +15 -10
- data/_sass/hydejack/__inline/_footer.scss +15 -10
- data/_sass/hydejack/__inline/_katex.scss +15 -10
- data/_sass/hydejack/__inline/_mark-external.scss +15 -10
- data/_sass/hydejack/__inline/_menu.scss +15 -10
- data/_sass/hydejack/__inline/_sidebar.scss +15 -10
- data/_sass/hydejack/__inline/_social.scss +15 -10
- data/_sass/hydejack/__link/_avatar.scss +15 -10
- data/_sass/hydejack/__link/_base.scss +15 -10
- data/_sass/hydejack/__link/_break-layout.scss +15 -10
- data/_sass/hydejack/__link/_content.scss +15 -10
- data/_sass/hydejack/__link/_footer.scss +19 -10
- data/_sass/hydejack/__link/_katex.scss +15 -10
- data/_sass/hydejack/__link/_mark-external.scss +15 -10
- data/_sass/hydejack/__link/_menu.scss +15 -10
- data/_sass/hydejack/__link/_sidebar.scss +15 -10
- data/_sass/hydejack/__link/_social.scss +15 -10
- data/_sass/hydejack/_avatar.pre.scss +15 -10
- data/_sass/hydejack/_base.pre.scss +15 -11
- data/_sass/hydejack/_break-layout.pre.scss +15 -10
- data/_sass/hydejack/_content.pre.scss +15 -10
- data/_sass/hydejack/_footer.pre.scss +19 -10
- data/_sass/hydejack/_katex.pre.scss +15 -10
- data/_sass/hydejack/_mark-external.pre.scss +15 -10
- data/_sass/hydejack/_menu.pre.scss +15 -10
- data/_sass/hydejack/_sidebar.pre.scss +15 -10
- data/_sass/hydejack/_social.pre.scss +15 -10
- data/_sass/pooleparty/__inline/_base.scss +15 -10
- data/_sass/pooleparty/__inline/_code.scss +15 -11
- data/_sass/pooleparty/__inline/_footer.scss +15 -10
- data/_sass/pooleparty/__inline/_footnotes.scss +15 -10
- data/_sass/pooleparty/__inline/_message.scss +15 -10
- data/_sass/pooleparty/__inline/_pagination.scss +15 -10
- data/_sass/pooleparty/__inline/_posts.scss +15 -10
- data/_sass/pooleparty/__inline/_related.scss +15 -10
- data/_sass/pooleparty/__inline/_table.scss +15 -10
- data/_sass/pooleparty/__inline/_type.scss +15 -11
- data/_sass/pooleparty/__link/_base.scss +15 -10
- data/_sass/pooleparty/__link/_code.scss +15 -11
- data/_sass/pooleparty/__link/_footer.scss +15 -10
- data/_sass/pooleparty/__link/_footnotes.scss +15 -10
- data/_sass/pooleparty/__link/_message.scss +15 -10
- data/_sass/pooleparty/__link/_pagination.scss +15 -10
- data/_sass/pooleparty/__link/_posts.scss +15 -10
- data/_sass/pooleparty/__link/_related.scss +15 -10
- data/_sass/pooleparty/__link/_table.scss +15 -10
- data/_sass/pooleparty/__link/_type.scss +17 -11
- data/_sass/pooleparty/_base.pre.scss +15 -10
- data/_sass/pooleparty/_code.pre.scss +15 -11
- data/_sass/pooleparty/_footer.pre.scss +15 -10
- data/_sass/pooleparty/_footnotes.pre.scss +15 -10
- data/_sass/pooleparty/_message.pre.scss +15 -10
- data/_sass/pooleparty/_pagination.pre.scss +15 -10
- data/_sass/pooleparty/_posts.pre.scss +15 -10
- data/_sass/pooleparty/_related.pre.scss +15 -10
- data/_sass/pooleparty/_table.pre.scss +15 -10
- data/_sass/pooleparty/_type.pre.scss +17 -11
- data/assets/css/{hydejack-7.4.1.css → hydejack-7.4.2.css} +0 -0
- data/assets/icomoon/fonts/icomoon.eot +0 -0
- data/assets/icomoon/fonts/icomoon.svg +2 -0
- data/assets/icomoon/fonts/icomoon.ttf +0 -0
- data/assets/icomoon/fonts/icomoon.woff +0 -0
- data/assets/icomoon/selection.json +185 -113
- data/assets/icomoon/style.css +11 -5
- data/assets/js/hydejack-7.4.2.js +14 -0
- data/assets/version.json +1 -1
- data/licenses/MIT.md +1 -1
- metadata +4 -4
- data/assets/js/hydejack-7.4.1.js +0 -14
@@ -11,19 +11,23 @@
|
|
11
11
|
|
12
12
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
16
|
-
// the
|
17
|
-
//
|
14
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
15
|
+
// of this software and associated documentation files (the "Software"), to deal
|
16
|
+
// in the Software without restriction, including without limitation the rights
|
17
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
18
|
+
// copies of the Software, and to permit persons to whom the Software is
|
19
|
+
// furnished to do so, subject to the following conditions:
|
18
20
|
//
|
19
|
-
//
|
20
|
-
//
|
21
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
-
// GNU General Public License for more details.
|
21
|
+
// The above copyright notice and this permission notice shall be included in all
|
22
|
+
// copies or substantial portions of the Software.
|
23
23
|
//
|
24
|
-
//
|
25
|
-
//
|
26
|
-
|
24
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
25
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
26
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
27
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
28
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
29
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
30
|
+
// SOFTWARE.
|
27
31
|
|
28
32
|
|
29
33
|
|
@@ -149,6 +153,8 @@ h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
|
|
149
153
|
|
150
154
|
@media print {
|
151
155
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, dt {
|
156
|
+
page-break-inside: avoid;
|
157
|
+
break-inside: avoid-page;
|
152
158
|
page-break-after: avoid;
|
153
159
|
break-after: avoid-page;
|
154
160
|
}
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
* {
|
17
22
|
box-sizing: border-box; // inline
|
@@ -1,18 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
15
|
-
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
16
20
|
|
17
21
|
// <<<<< LINK
|
18
22
|
code, pre {
|
@@ -1,16 +1,21 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
footer { margin-bottom: 2rem; } // link
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
// <<<<< LINK
|
17
22
|
// Footnote number within body text
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
// <<<<< INLINE
|
17
22
|
.message {
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
// <<<<< LINK
|
17
22
|
.pagination {
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
// <<<<< INLINE
|
17
22
|
.page {
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
// <<<<< INLINE
|
17
22
|
.related-posts {
|
@@ -1,17 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
15
20
|
|
16
21
|
table:not(.highlight) {
|
17
22
|
// <<< inline
|
@@ -1,18 +1,22 @@
|
|
1
1
|
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
2
|
//
|
3
|
-
//
|
4
|
-
//
|
5
|
-
// the
|
6
|
-
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
// of this software and associated documentation files (the "Software"), to deal
|
5
|
+
// in the Software without restriction, including without limitation the rights
|
6
|
+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
// copies of the Software, and to permit persons to whom the Software is
|
8
|
+
// furnished to do so, subject to the following conditions:
|
7
9
|
//
|
8
|
-
//
|
9
|
-
//
|
10
|
-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
-
// GNU General Public License for more details.
|
10
|
+
// The above copyright notice and this permission notice shall be included in all
|
11
|
+
// copies or substantial portions of the Software.
|
12
12
|
//
|
13
|
-
//
|
14
|
-
//
|
15
|
-
|
13
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
19
|
+
// SOFTWARE.
|
16
20
|
|
17
21
|
// <<<<< INLINE
|
18
22
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
@@ -202,6 +206,8 @@ h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
|
|
202
206
|
|
203
207
|
@media print {
|
204
208
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, dt {
|
209
|
+
page-break-inside: avoid;
|
210
|
+
break-inside: avoid-page;
|
205
211
|
page-break-after: avoid;
|
206
212
|
break-after: avoid-page;
|
207
213
|
}
|
File without changes
|
Binary file
|
@@ -14,6 +14,7 @@
|
|
14
14
|
<glyph unicode="☆" glyph-name="star-empty" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-223.462-117.48 42.676 248.83-180.786 176.222 249.84 36.304 111.732 226.396 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
|
15
15
|
<glyph unicode="☰" glyph-name="menu" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
|
16
16
|
<glyph unicode="✮" glyph-name="star-half" d="M1024 562.95l-353.78 51.408-158.22 320.582-158.216-320.582-353.784-51.408 256-249.538-60.432-352.352 316.432 166.358 316.432-166.358-60.434 352.352 256.002 249.538zM512 206.502l-0.942-0.496 0.942 570.768 111.736-226.396 249.836-36.304-180.788-176.222 42.678-248.83-223.462 117.48z" />
|
17
|
+
<glyph unicode="" glyph-name="home3" d="M1024 352l-192 192v288h-128v-160l-192 192-512-512v-32h128v-320h320v192h128v-192h320v320h128z" />
|
17
18
|
<glyph unicode="" glyph-name="book" d="M896 832v-832h-672c-53.026 0-96 42.98-96 96s42.974 96 96 96h608v768h-640c-70.398 0-128-57.6-128-128v-768c0-70.4 57.602-128 128-128h768v896h-64zM224.056 128v0c-0.018-0.002-0.038 0-0.056 0-17.672 0-32-14.326-32-32s14.328-32 32-32c0.018 0 0.038 0.002 0.056 0.002v-0.002h607.89v64h-607.89z" />
|
18
19
|
<glyph unicode="" glyph-name="library" horiz-adv-x="1088" d="M1024 0v64h-64v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-192v384h64v64h-192v-64h64v-384h-64v-64h-64v-64h1088v64h-64zM512 960h64l512-320v-64h-1088v64l512 320z" />
|
19
20
|
<glyph unicode="" glyph-name="phone" d="M704 320c-64-64-64-128-128-128s-128 64-192 128-128 128-128 192 64 64 128 128-128 256-192 256-192-192-192-192c0-128 131.5-387.5 256-512s384-256 512-256c0 0 192 128 192 192s-192 256-256 192z" />
|
@@ -32,6 +33,7 @@
|
|
32
33
|
<glyph unicode="" glyph-name="heart" d="M755.188 896c-107.63 0-200.258-87.554-243.164-179-42.938 91.444-135.578 179-243.216 179-148.382 0-268.808-120.44-268.808-268.832 0-301.846 304.5-380.994 512.022-679.418 196.154 296.576 511.978 387.206 511.978 679.418 0 148.392-120.43 268.832-268.812 268.832z" />
|
33
34
|
<glyph unicode="" glyph-name="new-tab" d="M192 896v-768h768v768h-768zM896 192h-640v640h640v-640zM128 64v672l-64 64v-800h800l-64 64h-672zM352 704l160-160-192-192 96-96 192 192 160-160v416z" />
|
34
35
|
<glyph unicode="" glyph-name="mail" d="M853.31 960h-682.62c-93.88 0-170.69-76.784-170.69-170.658v-682.656c0-93.876 76.81-170.686 170.69-170.686h682.622c93.938 0 170.688 76.81 170.688 170.686v682.656c0 93.874-76.75 170.658-170.69 170.658zM256 704h512c9.138 0 18.004-1.962 26.144-5.662l-282.144-329.168-282.144 329.17c8.14 3.696 17.006 5.66 26.144 5.66zM192 256v384c0 1.34 0.056 2.672 0.14 4l187.664-218.94-185.598-185.6c-1.444 5.338-2.206 10.886-2.206 16.54zM768 192h-512c-5.654 0-11.202 0.762-16.54 2.206l182.118 182.118 90.422-105.496 90.424 105.494 182.116-182.118c-5.34-1.442-10.886-2.204-16.54-2.204zM832 256c0-5.654-0.762-11.2-2.206-16.54l-185.598 185.598 187.664 218.942c0.084-1.328 0.14-2.66 0.14-4v-384z" />
|
36
|
+
<glyph unicode="" glyph-name="mail2" d="M853.342 960h-682.656c-93.874 0-170.686-76.81-170.686-170.69v-682.622c0-93.938 76.812-170.688 170.686-170.688h682.656c93.876 0 170.658 76.75 170.658 170.69v682.62c0 93.88-76.782 170.69-170.658 170.69zM853.342 832c7.988 0 15.546-2.334 22.020-6.342l-363.362-300.404-363.354 300.4c6.478 4.010 14.044 6.346 22.040 6.346h682.656zM170.686 64c-1.924 0-3.82 0.146-5.684 0.408l225.626 312.966-29.256 29.254-233.372-233.37v611.138l384-464.396 384 464.394v-611.136l-233.372 233.37-29.254-29.254 225.628-312.968c-1.858-0.26-3.746-0.406-5.662-0.406h-682.654z" />
|
35
37
|
<glyph unicode="" glyph-name="amazon" d="M925.6 74.8c-112.2-82.8-274.6-126.8-414.6-126.8-196.2 0-372.8 72.4-506.4 193.2-10.4 9.4-1.2 22.4 11.4 15 144.2-84 322.6-134.4 506.8-134.4 124.2 0 260.8 25.8 386.6 79.2 18.8 8 34.8-12.6 16.2-26.2zM972.2 128c-14.4 18.4-94.8 8.8-131 4.4-11-1.2-12.6 8.2-2.8 15.2 64.2 45 169.4 32 181.6 17 12.4-15.2-3.2-120.6-63.4-171-9.2-7.8-18-3.6-14 6.6 13.8 33.8 44 109.4 29.6 127.8zM707.4 202.4l0.2-0.2c24.8 21.8 69.4 60.8 94.6 81.8 10 8 8.2 21.4 0.4 32.6-22.6 31.2-46.6 56.6-46.6 114.2v192c0 81.4 5.6 156-54.2 212-47.2 45.2-125.6 61.2-185.6 61.2-117.2 0-248-43.8-275.4-188.6-3-15.4 8.4-23.6 18.4-25.8l119.4-13c11.2 0.6 19.2 11.6 21.4 22.8 10.2 49.8 52 74 99 74 25.4 0 54.2-9.2 69.2-32 17.2-25.4 15-60 15-89.4v-16c-71.4-8-164.8-13.2-231.6-42.6-77.2-33.4-131.4-101.4-131.4-201.4 0-128 80.6-192 184.4-192 87.6 0 135.4 20.6 203 89.8 22.4-32.4 29.6-48.2 70.6-82.2 9.4-5 21-4.6 29.2 2.8zM583.2 502.8c0-48 1.2-88-23-130.6-19.6-34.8-50.6-56-85.2-56-47.2 0-74.8 36-74.8 89.2 0 105 94.2 124 183.2 124v-26.6z" />
|
36
38
|
<glyph unicode="" glyph-name="google" d="M522.2 521.2v-175.6h290.4c-11.8-75.4-87.8-220.8-290.4-220.8-174.8 0-317.4 144.8-317.4 323.2s142.6 323.2 317.4 323.2c99.4 0 166-42.4 204-79l139 133.8c-89.2 83.6-204.8 134-343 134-283 0-512-229-512-512s229-512 512-512c295.4 0 491.6 207.8 491.6 500.2 0 33.6-3.6 59.2-8 84.8l-483.6 0.2z" />
|
37
39
|
<glyph unicode="" glyph-name="google-plus" d="M325.8 502.6v-111.8h184.8c-7.4-48-55.8-140.6-184.8-140.6-111.2 0-202 92.2-202 205.8s90.8 205.8 202 205.8c63.4 0 105.6-27 129.8-50.2l88.4 85.2c-56.8 53-130.4 85.2-218.2 85.2-180.2-0.2-325.8-145.8-325.8-326s145.6-325.8 325.8-325.8c188 0 312.8 132.2 312.8 318.4 0 21.4-2.4 37.8-5.2 54h-307.6zM1024 512h-96v96h-96v-96h-96v-96h96v-96h96v96h96z" />
|
Binary file
|
Binary file
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"prevSize": 32,
|
28
28
|
"code": 59679
|
29
29
|
},
|
30
|
-
"setIdx":
|
30
|
+
"setIdx": 0,
|
31
31
|
"setId": 2,
|
32
32
|
"iconIdx": 0
|
33
33
|
},
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"prevSize": 32,
|
59
59
|
"code": 59681
|
60
60
|
},
|
61
|
-
"setIdx":
|
61
|
+
"setIdx": 0,
|
62
62
|
"setId": 2,
|
63
63
|
"iconIdx": 1
|
64
64
|
},
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"prevSize": 32,
|
90
90
|
"code": 59714
|
91
91
|
},
|
92
|
-
"setIdx":
|
92
|
+
"setIdx": 0,
|
93
93
|
"setId": 2,
|
94
94
|
"iconIdx": 2
|
95
95
|
},
|
@@ -120,7 +120,7 @@
|
|
120
120
|
"prevSize": 32,
|
121
121
|
"code": 59717
|
122
122
|
},
|
123
|
-
"setIdx":
|
123
|
+
"setIdx": 0,
|
124
124
|
"setId": 2,
|
125
125
|
"iconIdx": 3
|
126
126
|
},
|
@@ -149,7 +149,7 @@
|
|
149
149
|
"prevSize": 32,
|
150
150
|
"code": 59719
|
151
151
|
},
|
152
|
-
"setIdx":
|
152
|
+
"setIdx": 0,
|
153
153
|
"setId": 2,
|
154
154
|
"iconIdx": 4
|
155
155
|
},
|
@@ -180,7 +180,7 @@
|
|
180
180
|
"prevSize": 32,
|
181
181
|
"code": 59756
|
182
182
|
},
|
183
|
-
"setIdx":
|
183
|
+
"setIdx": 0,
|
184
184
|
"setId": 2,
|
185
185
|
"iconIdx": 5
|
186
186
|
},
|
@@ -208,7 +208,7 @@
|
|
208
208
|
"prevSize": 32,
|
209
209
|
"code": 59768
|
210
210
|
},
|
211
|
-
"setIdx":
|
211
|
+
"setIdx": 0,
|
212
212
|
"setId": 2,
|
213
213
|
"iconIdx": 6
|
214
214
|
},
|
@@ -241,7 +241,7 @@
|
|
241
241
|
"prevSize": 32,
|
242
242
|
"code": 59793
|
243
243
|
},
|
244
|
-
"setIdx":
|
244
|
+
"setIdx": 0,
|
245
245
|
"setId": 2,
|
246
246
|
"iconIdx": 7
|
247
247
|
},
|
@@ -273,7 +273,7 @@
|
|
273
273
|
"prevSize": 32,
|
274
274
|
"code": 59806
|
275
275
|
},
|
276
|
-
"setIdx":
|
276
|
+
"setIdx": 0,
|
277
277
|
"setId": 2,
|
278
278
|
"iconIdx": 8
|
279
279
|
},
|
@@ -305,7 +305,7 @@
|
|
305
305
|
"prevSize": 32,
|
306
306
|
"code": 59822
|
307
307
|
},
|
308
|
-
"setIdx":
|
308
|
+
"setIdx": 0,
|
309
309
|
"setId": 2,
|
310
310
|
"iconIdx": 9
|
311
311
|
},
|
@@ -338,7 +338,7 @@
|
|
338
338
|
"prevSize": 32,
|
339
339
|
"code": 59850
|
340
340
|
},
|
341
|
-
"setIdx":
|
341
|
+
"setIdx": 0,
|
342
342
|
"setId": 2,
|
343
343
|
"iconIdx": 10
|
344
344
|
},
|
@@ -370,7 +370,7 @@
|
|
370
370
|
"prevSize": 32,
|
371
371
|
"code": 59851
|
372
372
|
},
|
373
|
-
"setIdx":
|
373
|
+
"setIdx": 0,
|
374
374
|
"setId": 2,
|
375
375
|
"iconIdx": 11
|
376
376
|
},
|
@@ -401,7 +401,7 @@
|
|
401
401
|
"prevSize": 32,
|
402
402
|
"code": 9734
|
403
403
|
},
|
404
|
-
"setIdx":
|
404
|
+
"setIdx": 0,
|
405
405
|
"setId": 2,
|
406
406
|
"iconIdx": 12
|
407
407
|
},
|
@@ -430,7 +430,7 @@
|
|
430
430
|
"prevSize": 32,
|
431
431
|
"code": 10030
|
432
432
|
},
|
433
|
-
"setIdx":
|
433
|
+
"setIdx": 0,
|
434
434
|
"setId": 2,
|
435
435
|
"iconIdx": 13
|
436
436
|
},
|
@@ -461,7 +461,7 @@
|
|
461
461
|
"prevSize": 32,
|
462
462
|
"code": 9733
|
463
463
|
},
|
464
|
-
"setIdx":
|
464
|
+
"setIdx": 0,
|
465
465
|
"setId": 2,
|
466
466
|
"iconIdx": 14
|
467
467
|
},
|
@@ -491,7 +491,7 @@
|
|
491
491
|
"prevSize": 32,
|
492
492
|
"code": 59866
|
493
493
|
},
|
494
|
-
"setIdx":
|
494
|
+
"setIdx": 0,
|
495
495
|
"setId": 2,
|
496
496
|
"iconIdx": 15
|
497
497
|
},
|
@@ -525,7 +525,7 @@
|
|
525
525
|
"prevSize": 32,
|
526
526
|
"code": 60030
|
527
527
|
},
|
528
|
-
"setIdx":
|
528
|
+
"setIdx": 0,
|
529
529
|
"setId": 2,
|
530
530
|
"iconIdx": 16
|
531
531
|
},
|
@@ -555,7 +555,7 @@
|
|
555
555
|
"prevSize": 32,
|
556
556
|
"code": 60039
|
557
557
|
},
|
558
|
-
"setIdx":
|
558
|
+
"setIdx": 0,
|
559
559
|
"setId": 2,
|
560
560
|
"iconIdx": 17
|
561
561
|
},
|
@@ -583,7 +583,7 @@
|
|
583
583
|
"prevSize": 32,
|
584
584
|
"code": 60040
|
585
585
|
},
|
586
|
-
"setIdx":
|
586
|
+
"setIdx": 0,
|
587
587
|
"setId": 2,
|
588
588
|
"iconIdx": 18
|
589
589
|
},
|
@@ -613,7 +613,7 @@
|
|
613
613
|
"prevSize": 32,
|
614
614
|
"code": 60043
|
615
615
|
},
|
616
|
-
"setIdx":
|
616
|
+
"setIdx": 0,
|
617
617
|
"setId": 2,
|
618
618
|
"iconIdx": 19
|
619
619
|
},
|
@@ -643,7 +643,7 @@
|
|
643
643
|
"prevSize": 32,
|
644
644
|
"code": 60047
|
645
645
|
},
|
646
|
-
"setIdx":
|
646
|
+
"setIdx": 0,
|
647
647
|
"setId": 2,
|
648
648
|
"iconIdx": 20
|
649
649
|
},
|
@@ -672,7 +672,7 @@
|
|
672
672
|
"prevSize": 32,
|
673
673
|
"code": 60048
|
674
674
|
},
|
675
|
-
"setIdx":
|
675
|
+
"setIdx": 0,
|
676
676
|
"setId": 2,
|
677
677
|
"iconIdx": 21
|
678
678
|
},
|
@@ -703,7 +703,7 @@
|
|
703
703
|
"prevSize": 32,
|
704
704
|
"code": 60050
|
705
705
|
},
|
706
|
-
"setIdx":
|
706
|
+
"setIdx": 0,
|
707
707
|
"setId": 2,
|
708
708
|
"iconIdx": 22
|
709
709
|
},
|
@@ -732,7 +732,7 @@
|
|
732
732
|
"prevSize": 32,
|
733
733
|
"code": 60051
|
734
734
|
},
|
735
|
-
"setIdx":
|
735
|
+
"setIdx": 0,
|
736
736
|
"setId": 2,
|
737
737
|
"iconIdx": 23
|
738
738
|
},
|
@@ -761,7 +761,7 @@
|
|
761
761
|
"prevSize": 32,
|
762
762
|
"code": 60052
|
763
763
|
},
|
764
|
-
"setIdx":
|
764
|
+
"setIdx": 0,
|
765
765
|
"setId": 2,
|
766
766
|
"iconIdx": 24
|
767
767
|
},
|
@@ -790,7 +790,7 @@
|
|
790
790
|
"prevSize": 32,
|
791
791
|
"code": 60053
|
792
792
|
},
|
793
|
-
"setIdx":
|
793
|
+
"setIdx": 0,
|
794
794
|
"setId": 2,
|
795
795
|
"iconIdx": 25
|
796
796
|
},
|
@@ -820,7 +820,7 @@
|
|
820
820
|
"prevSize": 32,
|
821
821
|
"code": 60054
|
822
822
|
},
|
823
|
-
"setIdx":
|
823
|
+
"setIdx": 0,
|
824
824
|
"setId": 2,
|
825
825
|
"iconIdx": 26
|
826
826
|
},
|
@@ -849,7 +849,7 @@
|
|
849
849
|
"prevSize": 32,
|
850
850
|
"code": 60055
|
851
851
|
},
|
852
|
-
"setIdx":
|
852
|
+
"setIdx": 0,
|
853
853
|
"setId": 2,
|
854
854
|
"iconIdx": 27
|
855
855
|
},
|
@@ -878,7 +878,7 @@
|
|
878
878
|
"prevSize": 32,
|
879
879
|
"code": 60056
|
880
880
|
},
|
881
|
-
"setIdx":
|
881
|
+
"setIdx": 0,
|
882
882
|
"setId": 2,
|
883
883
|
"iconIdx": 28
|
884
884
|
},
|
@@ -909,7 +909,7 @@
|
|
909
909
|
"prevSize": 32,
|
910
910
|
"code": 60057
|
911
911
|
},
|
912
|
-
"setIdx":
|
912
|
+
"setIdx": 0,
|
913
913
|
"setId": 2,
|
914
914
|
"iconIdx": 29
|
915
915
|
},
|
@@ -941,7 +941,7 @@
|
|
941
941
|
"prevSize": 32,
|
942
942
|
"code": 60058
|
943
943
|
},
|
944
|
-
"setIdx":
|
944
|
+
"setIdx": 0,
|
945
945
|
"setId": 2,
|
946
946
|
"iconIdx": 30
|
947
947
|
},
|
@@ -970,7 +970,7 @@
|
|
970
970
|
"prevSize": 32,
|
971
971
|
"code": 60059
|
972
972
|
},
|
973
|
-
"setIdx":
|
973
|
+
"setIdx": 0,
|
974
974
|
"setId": 2,
|
975
975
|
"iconIdx": 31
|
976
976
|
},
|
@@ -999,7 +999,7 @@
|
|
999
999
|
"prevSize": 32,
|
1000
1000
|
"code": 60061
|
1001
1001
|
},
|
1002
|
-
"setIdx":
|
1002
|
+
"setIdx": 0,
|
1003
1003
|
"setId": 2,
|
1004
1004
|
"iconIdx": 32
|
1005
1005
|
},
|
@@ -1030,7 +1030,7 @@
|
|
1030
1030
|
"prevSize": 32,
|
1031
1031
|
"code": 60063
|
1032
1032
|
},
|
1033
|
-
"setIdx":
|
1033
|
+
"setIdx": 0,
|
1034
1034
|
"setId": 2,
|
1035
1035
|
"iconIdx": 33
|
1036
1036
|
},
|
@@ -1059,7 +1059,7 @@
|
|
1059
1059
|
"prevSize": 32,
|
1060
1060
|
"code": 60064
|
1061
1061
|
},
|
1062
|
-
"setIdx":
|
1062
|
+
"setIdx": 0,
|
1063
1063
|
"setId": 2,
|
1064
1064
|
"iconIdx": 34
|
1065
1065
|
},
|
@@ -1087,7 +1087,7 @@
|
|
1087
1087
|
"prevSize": 32,
|
1088
1088
|
"code": 60066
|
1089
1089
|
},
|
1090
|
-
"setIdx":
|
1090
|
+
"setIdx": 0,
|
1091
1091
|
"setId": 2,
|
1092
1092
|
"iconIdx": 35
|
1093
1093
|
},
|
@@ -1116,7 +1116,7 @@
|
|
1116
1116
|
"prevSize": 32,
|
1117
1117
|
"code": 60068
|
1118
1118
|
},
|
1119
|
-
"setIdx":
|
1119
|
+
"setIdx": 0,
|
1120
1120
|
"setId": 2,
|
1121
1121
|
"iconIdx": 36
|
1122
1122
|
},
|
@@ -1145,7 +1145,7 @@
|
|
1145
1145
|
"prevSize": 32,
|
1146
1146
|
"code": 60071
|
1147
1147
|
},
|
1148
|
-
"setIdx":
|
1148
|
+
"setIdx": 0,
|
1149
1149
|
"setId": 2,
|
1150
1150
|
"iconIdx": 37
|
1151
1151
|
},
|
@@ -1176,7 +1176,7 @@
|
|
1176
1176
|
"prevSize": 32,
|
1177
1177
|
"code": 60072
|
1178
1178
|
},
|
1179
|
-
"setIdx":
|
1179
|
+
"setIdx": 0,
|
1180
1180
|
"setId": 2,
|
1181
1181
|
"iconIdx": 38
|
1182
1182
|
},
|
@@ -1205,7 +1205,7 @@
|
|
1205
1205
|
"prevSize": 32,
|
1206
1206
|
"code": 60074
|
1207
1207
|
},
|
1208
|
-
"setIdx":
|
1208
|
+
"setIdx": 0,
|
1209
1209
|
"setId": 2,
|
1210
1210
|
"iconIdx": 39
|
1211
1211
|
},
|
@@ -1234,7 +1234,7 @@
|
|
1234
1234
|
"prevSize": 32,
|
1235
1235
|
"code": 60075
|
1236
1236
|
},
|
1237
|
-
"setIdx":
|
1237
|
+
"setIdx": 0,
|
1238
1238
|
"setId": 2,
|
1239
1239
|
"iconIdx": 40
|
1240
1240
|
},
|
@@ -1263,7 +1263,7 @@
|
|
1263
1263
|
"prevSize": 32,
|
1264
1264
|
"code": 60076
|
1265
1265
|
},
|
1266
|
-
"setIdx":
|
1266
|
+
"setIdx": 0,
|
1267
1267
|
"setId": 2,
|
1268
1268
|
"iconIdx": 41
|
1269
1269
|
},
|
@@ -1295,7 +1295,7 @@
|
|
1295
1295
|
"prevSize": 32,
|
1296
1296
|
"code": 60078
|
1297
1297
|
},
|
1298
|
-
"setIdx":
|
1298
|
+
"setIdx": 0,
|
1299
1299
|
"setId": 2,
|
1300
1300
|
"iconIdx": 42
|
1301
1301
|
},
|
@@ -1324,7 +1324,7 @@
|
|
1324
1324
|
"prevSize": 32,
|
1325
1325
|
"code": 60079
|
1326
1326
|
},
|
1327
|
-
"setIdx":
|
1327
|
+
"setIdx": 0,
|
1328
1328
|
"setId": 2,
|
1329
1329
|
"iconIdx": 43
|
1330
1330
|
},
|
@@ -1354,7 +1354,7 @@
|
|
1354
1354
|
"prevSize": 32,
|
1355
1355
|
"code": 60080
|
1356
1356
|
},
|
1357
|
-
"setIdx":
|
1357
|
+
"setIdx": 0,
|
1358
1358
|
"setId": 2,
|
1359
1359
|
"iconIdx": 44
|
1360
1360
|
},
|
@@ -1382,7 +1382,7 @@
|
|
1382
1382
|
"prevSize": 32,
|
1383
1383
|
"code": 60081
|
1384
1384
|
},
|
1385
|
-
"setIdx":
|
1385
|
+
"setIdx": 0,
|
1386
1386
|
"setId": 2,
|
1387
1387
|
"iconIdx": 45
|
1388
1388
|
},
|
@@ -1410,7 +1410,7 @@
|
|
1410
1410
|
"prevSize": 32,
|
1411
1411
|
"code": 60082
|
1412
1412
|
},
|
1413
|
-
"setIdx":
|
1413
|
+
"setIdx": 0,
|
1414
1414
|
"setId": 2,
|
1415
1415
|
"iconIdx": 46
|
1416
1416
|
},
|
@@ -1438,7 +1438,7 @@
|
|
1438
1438
|
"prevSize": 32,
|
1439
1439
|
"code": 60083
|
1440
1440
|
},
|
1441
|
-
"setIdx":
|
1441
|
+
"setIdx": 0,
|
1442
1442
|
"setId": 2,
|
1443
1443
|
"iconIdx": 47
|
1444
1444
|
},
|
@@ -1468,7 +1468,7 @@
|
|
1468
1468
|
"prevSize": 32,
|
1469
1469
|
"code": 60084
|
1470
1470
|
},
|
1471
|
-
"setIdx":
|
1471
|
+
"setIdx": 0,
|
1472
1472
|
"setId": 2,
|
1473
1473
|
"iconIdx": 48
|
1474
1474
|
},
|
@@ -1497,7 +1497,7 @@
|
|
1497
1497
|
"prevSize": 32,
|
1498
1498
|
"code": 60085
|
1499
1499
|
},
|
1500
|
-
"setIdx":
|
1500
|
+
"setIdx": 0,
|
1501
1501
|
"setId": 2,
|
1502
1502
|
"iconIdx": 49
|
1503
1503
|
},
|
@@ -1526,7 +1526,7 @@
|
|
1526
1526
|
"prevSize": 32,
|
1527
1527
|
"code": 60086
|
1528
1528
|
},
|
1529
|
-
"setIdx":
|
1529
|
+
"setIdx": 0,
|
1530
1530
|
"setId": 2,
|
1531
1531
|
"iconIdx": 50
|
1532
1532
|
},
|
@@ -1555,7 +1555,7 @@
|
|
1555
1555
|
"prevSize": 32,
|
1556
1556
|
"code": 60087
|
1557
1557
|
},
|
1558
|
-
"setIdx":
|
1558
|
+
"setIdx": 0,
|
1559
1559
|
"setId": 2,
|
1560
1560
|
"iconIdx": 51
|
1561
1561
|
},
|
@@ -1584,7 +1584,7 @@
|
|
1584
1584
|
"prevSize": 32,
|
1585
1585
|
"code": 60089
|
1586
1586
|
},
|
1587
|
-
"setIdx":
|
1587
|
+
"setIdx": 0,
|
1588
1588
|
"setId": 2,
|
1589
1589
|
"iconIdx": 52
|
1590
1590
|
},
|
@@ -1613,7 +1613,7 @@
|
|
1613
1613
|
"prevSize": 32,
|
1614
1614
|
"code": 60091
|
1615
1615
|
},
|
1616
|
-
"setIdx":
|
1616
|
+
"setIdx": 0,
|
1617
1617
|
"setId": 2,
|
1618
1618
|
"iconIdx": 53
|
1619
1619
|
},
|
@@ -1642,7 +1642,7 @@
|
|
1642
1642
|
"prevSize": 32,
|
1643
1643
|
"code": 60099
|
1644
1644
|
},
|
1645
|
-
"setIdx":
|
1645
|
+
"setIdx": 0,
|
1646
1646
|
"setId": 2,
|
1647
1647
|
"iconIdx": 54
|
1648
1648
|
},
|
@@ -1675,7 +1675,7 @@
|
|
1675
1675
|
"prevSize": 32,
|
1676
1676
|
"code": 60101
|
1677
1677
|
},
|
1678
|
-
"setIdx":
|
1678
|
+
"setIdx": 0,
|
1679
1679
|
"setId": 2,
|
1680
1680
|
"iconIdx": 55
|
1681
1681
|
},
|
@@ -1704,7 +1704,7 @@
|
|
1704
1704
|
"prevSize": 32,
|
1705
1705
|
"code": 60102
|
1706
1706
|
},
|
1707
|
-
"setIdx":
|
1707
|
+
"setIdx": 0,
|
1708
1708
|
"setId": 2,
|
1709
1709
|
"iconIdx": 56
|
1710
1710
|
},
|
@@ -1735,7 +1735,7 @@
|
|
1735
1735
|
"prevSize": 32,
|
1736
1736
|
"code": 60103
|
1737
1737
|
},
|
1738
|
-
"setIdx":
|
1738
|
+
"setIdx": 0,
|
1739
1739
|
"setId": 2,
|
1740
1740
|
"iconIdx": 57
|
1741
1741
|
},
|
@@ -1763,7 +1763,7 @@
|
|
1763
1763
|
"prevSize": 32,
|
1764
1764
|
"code": 60104
|
1765
1765
|
},
|
1766
|
-
"setIdx":
|
1766
|
+
"setIdx": 0,
|
1767
1767
|
"setId": 2,
|
1768
1768
|
"iconIdx": 58
|
1769
1769
|
},
|
@@ -1794,7 +1794,7 @@
|
|
1794
1794
|
"prevSize": 32,
|
1795
1795
|
"code": 60106
|
1796
1796
|
},
|
1797
|
-
"setIdx":
|
1797
|
+
"setIdx": 0,
|
1798
1798
|
"setId": 2,
|
1799
1799
|
"iconIdx": 59
|
1800
1800
|
},
|
@@ -1823,7 +1823,7 @@
|
|
1823
1823
|
"prevSize": 32,
|
1824
1824
|
"code": 60107
|
1825
1825
|
},
|
1826
|
-
"setIdx":
|
1826
|
+
"setIdx": 0,
|
1827
1827
|
"setId": 2,
|
1828
1828
|
"iconIdx": 60
|
1829
1829
|
},
|
@@ -1852,7 +1852,7 @@
|
|
1852
1852
|
"prevSize": 32,
|
1853
1853
|
"code": 60109
|
1854
1854
|
},
|
1855
|
-
"setIdx":
|
1855
|
+
"setIdx": 0,
|
1856
1856
|
"setId": 2,
|
1857
1857
|
"iconIdx": 61
|
1858
1858
|
},
|
@@ -1882,7 +1882,7 @@
|
|
1882
1882
|
"prevSize": 32,
|
1883
1883
|
"code": 60110
|
1884
1884
|
},
|
1885
|
-
"setIdx":
|
1885
|
+
"setIdx": 0,
|
1886
1886
|
"setId": 2,
|
1887
1887
|
"iconIdx": 62
|
1888
1888
|
},
|
@@ -1911,7 +1911,7 @@
|
|
1911
1911
|
"prevSize": 32,
|
1912
1912
|
"code": 60112
|
1913
1913
|
},
|
1914
|
-
"setIdx":
|
1914
|
+
"setIdx": 0,
|
1915
1915
|
"setId": 2,
|
1916
1916
|
"iconIdx": 63
|
1917
1917
|
},
|
@@ -1940,7 +1940,7 @@
|
|
1940
1940
|
"prevSize": 32,
|
1941
1941
|
"code": 60114
|
1942
1942
|
},
|
1943
|
-
"setIdx":
|
1943
|
+
"setIdx": 0,
|
1944
1944
|
"setId": 2,
|
1945
1945
|
"iconIdx": 64
|
1946
1946
|
},
|
@@ -1973,7 +1973,7 @@
|
|
1973
1973
|
"prevSize": 32,
|
1974
1974
|
"code": 60116
|
1975
1975
|
},
|
1976
|
-
"setIdx":
|
1976
|
+
"setIdx": 0,
|
1977
1977
|
"setId": 2,
|
1978
1978
|
"iconIdx": 65
|
1979
1979
|
},
|
@@ -2003,7 +2003,7 @@
|
|
2003
2003
|
"prevSize": 32,
|
2004
2004
|
"code": 60117
|
2005
2005
|
},
|
2006
|
-
"setIdx":
|
2006
|
+
"setIdx": 0,
|
2007
2007
|
"setId": 2,
|
2008
2008
|
"iconIdx": 66
|
2009
2009
|
},
|
@@ -2032,7 +2032,7 @@
|
|
2032
2032
|
"prevSize": 32,
|
2033
2033
|
"code": 60118
|
2034
2034
|
},
|
2035
|
-
"setIdx":
|
2035
|
+
"setIdx": 0,
|
2036
2036
|
"setId": 2,
|
2037
2037
|
"iconIdx": 67
|
2038
2038
|
},
|
@@ -2061,7 +2061,7 @@
|
|
2061
2061
|
"prevSize": 32,
|
2062
2062
|
"code": 60119
|
2063
2063
|
},
|
2064
|
-
"setIdx":
|
2064
|
+
"setIdx": 0,
|
2065
2065
|
"setId": 2,
|
2066
2066
|
"iconIdx": 68
|
2067
2067
|
},
|
@@ -2094,7 +2094,7 @@
|
|
2094
2094
|
"prevSize": 32,
|
2095
2095
|
"code": 60120
|
2096
2096
|
},
|
2097
|
-
"setIdx":
|
2097
|
+
"setIdx": 0,
|
2098
2098
|
"setId": 2,
|
2099
2099
|
"iconIdx": 69
|
2100
2100
|
},
|
@@ -2128,7 +2128,7 @@
|
|
2128
2128
|
"prevSize": 32,
|
2129
2129
|
"code": 60035
|
2130
2130
|
},
|
2131
|
-
"setIdx":
|
2131
|
+
"setIdx": 0,
|
2132
2132
|
"setId": 2,
|
2133
2133
|
"iconIdx": 70
|
2134
2134
|
},
|
@@ -2157,7 +2157,7 @@
|
|
2157
2157
|
"prevSize": 32,
|
2158
2158
|
"code": 60060
|
2159
2159
|
},
|
2160
|
-
"setIdx":
|
2160
|
+
"setIdx": 0,
|
2161
2161
|
"setId": 2,
|
2162
2162
|
"iconIdx": 71
|
2163
2163
|
},
|
@@ -2166,6 +2166,9 @@
|
|
2166
2166
|
"paths": [
|
2167
2167
|
"M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM512 832l-320-256h192v-192h256v192h192l-320 256zM154.51 192l64-64h586.978l64 64h-714.978z"
|
2168
2168
|
],
|
2169
|
+
"attrs": [],
|
2170
|
+
"isMulticolor": false,
|
2171
|
+
"isMulticolor2": false,
|
2169
2172
|
"tags": [
|
2170
2173
|
"box-add",
|
2171
2174
|
"box",
|
@@ -2175,27 +2178,29 @@
|
|
2175
2178
|
"archive"
|
2176
2179
|
],
|
2177
2180
|
"defaultCode": 59742,
|
2178
|
-
"grid": 16
|
2179
|
-
"attrs": []
|
2181
|
+
"grid": 16
|
2180
2182
|
},
|
2181
2183
|
"attrs": [],
|
2182
2184
|
"properties": {
|
2183
2185
|
"ligatures": "box-add, box3",
|
2184
2186
|
"name": "box-add",
|
2185
2187
|
"order": 98,
|
2186
|
-
"id":
|
2188
|
+
"id": 72,
|
2187
2189
|
"prevSize": 32,
|
2188
2190
|
"code": 59742
|
2189
2191
|
},
|
2190
|
-
"setIdx":
|
2191
|
-
"setId":
|
2192
|
-
"iconIdx":
|
2192
|
+
"setIdx": 0,
|
2193
|
+
"setId": 2,
|
2194
|
+
"iconIdx": 72
|
2193
2195
|
},
|
2194
2196
|
{
|
2195
2197
|
"icon": {
|
2196
2198
|
"paths": [
|
2197
2199
|
"M1024 384h-384l143.53-143.53c-72.53-72.526-168.96-112.47-271.53-112.47s-199 39.944-271.53 112.47c-72.526 72.53-112.47 168.96-112.47 271.53s39.944 199 112.47 271.53c72.53 72.526 168.96 112.47 271.53 112.47s199-39.944 271.528-112.472c6.056-6.054 11.86-12.292 17.456-18.668l96.32 84.282c-93.846 107.166-231.664 174.858-385.304 174.858-282.77 0-512-229.23-512-512s229.23-512 512-512c141.386 0 269.368 57.326 362.016 149.984l149.984-149.984v384z"
|
2198
2200
|
],
|
2201
|
+
"attrs": [],
|
2202
|
+
"isMulticolor": false,
|
2203
|
+
"isMulticolor2": false,
|
2199
2204
|
"tags": [
|
2200
2205
|
"spinner",
|
2201
2206
|
"loading",
|
@@ -2207,27 +2212,29 @@
|
|
2207
2212
|
"arrow"
|
2208
2213
|
],
|
2209
2214
|
"defaultCode": 59780,
|
2210
|
-
"grid": 16
|
2211
|
-
"attrs": []
|
2215
|
+
"grid": 16
|
2212
2216
|
},
|
2213
2217
|
"attrs": [],
|
2214
2218
|
"properties": {
|
2215
2219
|
"ligatures": "spinner11, loading12",
|
2216
2220
|
"name": "spinner11",
|
2217
2221
|
"order": 118,
|
2218
|
-
"id":
|
2222
|
+
"id": 73,
|
2219
2223
|
"prevSize": 32,
|
2220
2224
|
"code": 8635
|
2221
2225
|
},
|
2222
|
-
"setIdx":
|
2223
|
-
"setId":
|
2224
|
-
"iconIdx":
|
2226
|
+
"setIdx": 0,
|
2227
|
+
"setId": 2,
|
2228
|
+
"iconIdx": 73
|
2225
2229
|
},
|
2226
2230
|
{
|
2227
2231
|
"icon": {
|
2228
2232
|
"paths": [
|
2229
2233
|
"M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99h-201.258c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z"
|
2230
2234
|
],
|
2235
|
+
"attrs": [],
|
2236
|
+
"isMulticolor": false,
|
2237
|
+
"isMulticolor2": false,
|
2231
2238
|
"tags": [
|
2232
2239
|
"cog",
|
2233
2240
|
"gear",
|
@@ -2238,21 +2245,20 @@
|
|
2238
2245
|
"options"
|
2239
2246
|
],
|
2240
2247
|
"defaultCode": 59796,
|
2241
|
-
"grid": 16
|
2242
|
-
"attrs": []
|
2248
|
+
"grid": 16
|
2243
2249
|
},
|
2244
2250
|
"attrs": [],
|
2245
2251
|
"properties": {
|
2246
2252
|
"ligatures": "cog, gear",
|
2247
2253
|
"name": "cog",
|
2248
2254
|
"order": 111,
|
2249
|
-
"id":
|
2255
|
+
"id": 74,
|
2250
2256
|
"prevSize": 32,
|
2251
2257
|
"code": 59796
|
2252
2258
|
},
|
2253
|
-
"setIdx":
|
2254
|
-
"setId":
|
2255
|
-
"iconIdx":
|
2259
|
+
"setIdx": 0,
|
2260
|
+
"setId": 2,
|
2261
|
+
"iconIdx": 74
|
2256
2262
|
},
|
2257
2263
|
{
|
2258
2264
|
"icon": {
|
@@ -2260,33 +2266,38 @@
|
|
2260
2266
|
"M1024 282.5l-90.506-90.5-178.746 178.752-101.5-101.502 178.75-178.75-90.5-90.5-178.75 178.75-114.748-114.75-86.626 86.624 512.002 512 86.624-86.622-114.752-114.752 178.752-178.75z",
|
2261
2267
|
"M794.040 673.79l-443.824-443.824c-95.818 114.904-204.52 292.454-129.396 445.216l-132.248 132.248c-31.112 31.114-31.112 82.024 0 113.136l14.858 14.858c31.114 31.114 82.026 31.114 113.138 0l132.246-132.244c152.764 75.132 330.318-33.566 445.226-129.39z"
|
2262
2268
|
],
|
2269
|
+
"attrs": [],
|
2270
|
+
"isMulticolor": false,
|
2271
|
+
"isMulticolor2": false,
|
2263
2272
|
"tags": [
|
2264
2273
|
"power-cord",
|
2265
2274
|
"plugin",
|
2266
2275
|
"extension"
|
2267
2276
|
],
|
2268
2277
|
"defaultCode": 59831,
|
2269
|
-
"grid": 16
|
2270
|
-
"attrs": []
|
2278
|
+
"grid": 16
|
2271
2279
|
},
|
2272
2280
|
"attrs": [],
|
2273
2281
|
"properties": {
|
2274
2282
|
"ligatures": "power-cord, plugin",
|
2275
2283
|
"name": "power-cord",
|
2276
2284
|
"order": 110,
|
2277
|
-
"id":
|
2285
|
+
"id": 75,
|
2278
2286
|
"prevSize": 32,
|
2279
2287
|
"code": 59831
|
2280
2288
|
},
|
2281
|
-
"setIdx":
|
2282
|
-
"setId":
|
2283
|
-
"iconIdx":
|
2289
|
+
"setIdx": 0,
|
2290
|
+
"setId": 2,
|
2291
|
+
"iconIdx": 75
|
2284
2292
|
},
|
2285
2293
|
{
|
2286
2294
|
"icon": {
|
2287
2295
|
"paths": [
|
2288
2296
|
"M64 192h896v192h-896zM64 448h896v192h-896zM64 704h896v192h-896z"
|
2289
2297
|
],
|
2298
|
+
"attrs": [],
|
2299
|
+
"isMulticolor": false,
|
2300
|
+
"isMulticolor2": false,
|
2290
2301
|
"tags": [
|
2291
2302
|
"menu",
|
2292
2303
|
"list",
|
@@ -2295,75 +2306,136 @@
|
|
2295
2306
|
"hamburger"
|
2296
2307
|
],
|
2297
2308
|
"defaultCode": 59837,
|
2298
|
-
"grid": 16
|
2299
|
-
"attrs": []
|
2309
|
+
"grid": 16
|
2300
2310
|
},
|
2301
2311
|
"attrs": [],
|
2302
2312
|
"properties": {
|
2303
2313
|
"ligatures": "menu, list3",
|
2304
2314
|
"name": "menu",
|
2305
2315
|
"order": 132,
|
2306
|
-
"id":
|
2316
|
+
"id": 76,
|
2307
2317
|
"prevSize": 32,
|
2308
2318
|
"code": 9776
|
2309
2319
|
},
|
2310
|
-
"setIdx":
|
2311
|
-
"setId":
|
2312
|
-
"iconIdx":
|
2320
|
+
"setIdx": 0,
|
2321
|
+
"setId": 2,
|
2322
|
+
"iconIdx": 76
|
2313
2323
|
},
|
2314
2324
|
{
|
2315
2325
|
"icon": {
|
2316
2326
|
"paths": [
|
2317
2327
|
"M621.254 877.254l320-320c24.994-24.992 24.994-65.516 0-90.51l-320-320c-24.994-24.992-65.516-24.992-90.51 0-24.994 24.994-24.994 65.516 0 90.51l210.746 210.746h-613.49c-35.346 0-64 28.654-64 64s28.654 64 64 64h613.49l-210.746 210.746c-12.496 12.496-18.744 28.876-18.744 45.254s6.248 32.758 18.744 45.254c24.994 24.994 65.516 24.994 90.51 0z"
|
2318
2328
|
],
|
2329
|
+
"attrs": [],
|
2330
|
+
"isMulticolor": false,
|
2331
|
+
"isMulticolor2": false,
|
2319
2332
|
"tags": [
|
2320
2333
|
"arrow-right",
|
2321
2334
|
"right",
|
2322
2335
|
"next"
|
2323
2336
|
],
|
2324
2337
|
"defaultCode": 59964,
|
2325
|
-
"grid": 16
|
2326
|
-
"attrs": []
|
2338
|
+
"grid": 16
|
2327
2339
|
},
|
2328
2340
|
"attrs": [],
|
2329
2341
|
"properties": {
|
2330
2342
|
"ligatures": "arrow-right2, right4",
|
2331
2343
|
"name": "arrow-right2",
|
2332
2344
|
"order": 123,
|
2333
|
-
"id":
|
2345
|
+
"id": 77,
|
2334
2346
|
"prevSize": 32,
|
2335
2347
|
"code": 8594
|
2336
2348
|
},
|
2337
|
-
"setIdx":
|
2338
|
-
"setId":
|
2339
|
-
"iconIdx":
|
2349
|
+
"setIdx": 0,
|
2350
|
+
"setId": 2,
|
2351
|
+
"iconIdx": 77
|
2340
2352
|
},
|
2341
2353
|
{
|
2342
2354
|
"icon": {
|
2343
2355
|
"paths": [
|
2344
2356
|
"M402.746 877.254l-320-320c-24.994-24.992-24.994-65.516 0-90.51l320-320c24.994-24.992 65.516-24.992 90.51 0 24.994 24.994 24.994 65.516 0 90.51l-210.746 210.746h613.49c35.346 0 64 28.654 64 64s-28.654 64-64 64h-613.49l210.746 210.746c12.496 12.496 18.744 28.876 18.744 45.254s-6.248 32.758-18.744 45.254c-24.994 24.994-65.516 24.994-90.51 0z"
|
2345
2357
|
],
|
2358
|
+
"attrs": [],
|
2359
|
+
"isMulticolor": false,
|
2360
|
+
"isMulticolor2": false,
|
2346
2361
|
"tags": [
|
2347
2362
|
"arrow-left",
|
2348
2363
|
"left",
|
2349
2364
|
"previous"
|
2350
2365
|
],
|
2351
2366
|
"defaultCode": 59968,
|
2352
|
-
"grid": 16
|
2353
|
-
"attrs": []
|
2367
|
+
"grid": 16
|
2354
2368
|
},
|
2355
2369
|
"attrs": [],
|
2356
2370
|
"properties": {
|
2357
2371
|
"ligatures": "arrow-left2, left4",
|
2358
2372
|
"name": "arrow-left2",
|
2359
2373
|
"order": 129,
|
2360
|
-
"id":
|
2374
|
+
"id": 78,
|
2361
2375
|
"prevSize": 32,
|
2362
2376
|
"code": 8592
|
2363
2377
|
},
|
2364
|
-
"setIdx":
|
2378
|
+
"setIdx": 0,
|
2379
|
+
"setId": 2,
|
2380
|
+
"iconIdx": 78
|
2381
|
+
},
|
2382
|
+
{
|
2383
|
+
"icon": {
|
2384
|
+
"paths": [
|
2385
|
+
"M1024 608l-192-192v-288h-128v160l-192-192-512 512v32h128v320h320v-192h128v192h320v-320h128z"
|
2386
|
+
],
|
2387
|
+
"tags": [
|
2388
|
+
"home",
|
2389
|
+
"house"
|
2390
|
+
],
|
2391
|
+
"defaultCode": 59650,
|
2392
|
+
"grid": 16,
|
2393
|
+
"attrs": []
|
2394
|
+
},
|
2395
|
+
"attrs": [],
|
2396
|
+
"properties": {
|
2397
|
+
"ligatures": "home3, house3",
|
2398
|
+
"name": "home3",
|
2399
|
+
"order": 139,
|
2400
|
+
"id": 3,
|
2401
|
+
"prevSize": 32,
|
2402
|
+
"code": 59650
|
2403
|
+
},
|
2404
|
+
"setIdx": 1,
|
2405
|
+
"setId": 1,
|
2406
|
+
"iconIdx": 2
|
2407
|
+
},
|
2408
|
+
{
|
2409
|
+
"icon": {
|
2410
|
+
"paths": [
|
2411
|
+
"M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM853.342 128c7.988 0 15.546 2.334 22.020 6.342l-363.362 300.404-363.354-300.4c6.478-4.010 14.044-6.346 22.040-6.346h682.656zM170.686 896c-1.924 0-3.82-0.146-5.684-0.408l225.626-312.966-29.256-29.254-233.372 233.37v-611.138l384 464.396 384-464.394v611.136l-233.372-233.37-29.254 29.254 225.628 312.968c-1.858 0.26-3.746 0.406-5.662 0.406h-682.654z"
|
2412
|
+
],
|
2413
|
+
"tags": [
|
2414
|
+
"mail",
|
2415
|
+
"contact",
|
2416
|
+
"support",
|
2417
|
+
"newsletter",
|
2418
|
+
"letter",
|
2419
|
+
"email",
|
2420
|
+
"envelop",
|
2421
|
+
"social"
|
2422
|
+
],
|
2423
|
+
"defaultCode": 60036,
|
2424
|
+
"grid": 16,
|
2425
|
+
"attrs": []
|
2426
|
+
},
|
2427
|
+
"attrs": [],
|
2428
|
+
"properties": {
|
2429
|
+
"ligatures": "mail3, contact3",
|
2430
|
+
"name": "mail2",
|
2431
|
+
"order": 133,
|
2432
|
+
"id": 389,
|
2433
|
+
"prevSize": 32,
|
2434
|
+
"code": 60036
|
2435
|
+
},
|
2436
|
+
"setIdx": 1,
|
2365
2437
|
"setId": 1,
|
2366
|
-
"iconIdx":
|
2438
|
+
"iconIdx": 388
|
2367
2439
|
}
|
2368
2440
|
],
|
2369
2441
|
"height": 1024,
|