jekyll-octicons 0.0.0.pre.9afd651 → 0.0.0.pre.9e18dbc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/build/data.json +1 -1
- data/lib/build/svg/arrow-up-24.svg +1 -1
- data/lib/build/svg/bell-fill-16.svg +1 -0
- data/lib/build/svg/blocked-16.svg +1 -0
- data/lib/build/svg/blocked-24.svg +1 -0
- data/lib/build/svg/browser-16.svg +1 -1
- data/lib/build/svg/browser-24.svg +1 -0
- data/lib/build/svg/circle-16.svg +1 -1
- data/lib/build/svg/codescan-16.svg +1 -0
- data/lib/build/svg/codescan-24.svg +1 -0
- data/lib/build/svg/codescan-checkmark-16.svg +1 -0
- data/lib/build/svg/codescan-checkmark-24.svg +1 -0
- data/lib/build/svg/codespaces-16.svg +1 -0
- data/lib/build/svg/codespaces-24.svg +1 -0
- data/lib/build/svg/columns-16.svg +1 -0
- data/lib/build/svg/columns-24.svg +1 -0
- data/lib/build/svg/copy-16.svg +1 -0
- data/lib/build/svg/copy-24.svg +1 -1
- data/lib/build/svg/dependabot-16.svg +1 -0
- data/lib/build/svg/dependabot-24.svg +1 -0
- data/lib/build/svg/diamond-16.svg +1 -0
- data/lib/build/svg/diamond-24.svg +1 -0
- data/lib/build/svg/duplicate-16.svg +1 -0
- data/lib/build/svg/duplicate-24.svg +1 -0
- data/lib/build/svg/git-pull-request-closed-16.svg +1 -0
- data/lib/build/svg/git-pull-request-closed-24.svg +1 -0
- data/lib/build/svg/git-pull-request-draft-16.svg +1 -0
- data/lib/build/svg/git-pull-request-draft-24.svg +1 -0
- data/lib/build/svg/hash-16.svg +1 -0
- data/lib/build/svg/hash-24.svg +1 -0
- data/lib/build/svg/issue-closed-16.svg +1 -1
- data/lib/build/svg/issue-closed-24.svg +1 -1
- data/lib/build/svg/issue-draft-16.svg +1 -0
- data/lib/build/svg/issue-draft-24.svg +1 -0
- data/lib/build/svg/issue-opened-16.svg +1 -1
- data/lib/build/svg/issue-opened-24.svg +1 -1
- data/lib/build/svg/issue-reopened-16.svg +1 -1
- data/lib/build/svg/issue-reopened-24.svg +1 -1
- data/lib/build/svg/iterations-16.svg +1 -0
- data/lib/build/svg/iterations-24.svg +1 -0
- data/lib/build/svg/key-asterisk-16.svg +1 -0
- data/lib/build/svg/megaphone-16.svg +1 -1
- data/lib/build/svg/number-16.svg +1 -1
- data/lib/build/svg/number-24.svg +1 -1
- data/lib/build/svg/{clippy-16.svg → paste-16.svg} +0 -0
- data/lib/build/svg/{clippy-24.svg → paste-24.svg} +0 -0
- data/lib/build/svg/person-fill-16.svg +1 -0
- data/lib/build/svg/person-fill-24.svg +1 -0
- data/lib/build/svg/{git-fork-24.svg → repo-forked-24.svg} +0 -0
- data/lib/build/svg/rows-16.svg +1 -0
- data/lib/build/svg/rows-24.svg +1 -0
- data/lib/build/svg/sidebar-collapse-16.svg +1 -0
- data/lib/build/svg/sidebar-collapse-24.svg +1 -0
- data/lib/build/svg/sidebar-expand-16.svg +1 -0
- data/lib/build/svg/sidebar-expand-24.svg +1 -0
- data/lib/build/svg/single-select-16.svg +1 -0
- data/lib/build/svg/single-select-24.svg +1 -0
- data/lib/build/svg/sort-asc-16.svg +1 -0
- data/lib/build/svg/sort-asc-24.svg +1 -0
- data/lib/build/svg/sort-desc-16.svg +1 -0
- data/lib/build/svg/sort-desc-24.svg +1 -0
- data/lib/build/svg/stack-16.svg +1 -0
- data/lib/build/svg/stack-24.svg +1 -0
- data/lib/build/svg/table-16.svg +1 -0
- data/lib/build/svg/table-24.svg +1 -0
- data/lib/build/svg/telescope-fill-16.svg +1 -0
- data/lib/build/svg/telescope-fill-24.svg +1 -0
- data/lib/jekyll-octicons/version.rb +1 -1
- metadata +57 -10
- data/lib/build/svg/insights-24.svg +0 -1
- data/lib/build/svg/octoface-16.svg +0 -1
- data/lib/build/svg/octoface-24.svg +0 -1
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-octicons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.0.pre.
|
4
|
+
version: 0.0.0.pre.9e18dbc
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -36,14 +36,14 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - '='
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 0.0.0.pre.
|
39
|
+
version: 0.0.0.pre.9e18dbc
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - '='
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 0.0.0.pre.
|
46
|
+
version: 0.0.0.pre.9e18dbc
|
47
47
|
description: A jekyll liquid plugin that makes including svg Octicons simple.
|
48
48
|
email:
|
49
49
|
- support@github.com
|
@@ -78,9 +78,12 @@ files:
|
|
78
78
|
- lib/build/svg/beaker-24.svg
|
79
79
|
- lib/build/svg/bell-16.svg
|
80
80
|
- lib/build/svg/bell-24.svg
|
81
|
+
- lib/build/svg/bell-fill-16.svg
|
81
82
|
- lib/build/svg/bell-fill-24.svg
|
82
83
|
- lib/build/svg/bell-slash-16.svg
|
83
84
|
- lib/build/svg/bell-slash-24.svg
|
85
|
+
- lib/build/svg/blocked-16.svg
|
86
|
+
- lib/build/svg/blocked-24.svg
|
84
87
|
- lib/build/svg/bold-16.svg
|
85
88
|
- lib/build/svg/bold-24.svg
|
86
89
|
- lib/build/svg/book-16.svg
|
@@ -96,6 +99,7 @@ files:
|
|
96
99
|
- lib/build/svg/broadcast-16.svg
|
97
100
|
- lib/build/svg/broadcast-24.svg
|
98
101
|
- lib/build/svg/browser-16.svg
|
102
|
+
- lib/build/svg/browser-24.svg
|
99
103
|
- lib/build/svg/bug-16.svg
|
100
104
|
- lib/build/svg/bug-24.svg
|
101
105
|
- lib/build/svg/calendar-16.svg
|
@@ -120,8 +124,6 @@ files:
|
|
120
124
|
- lib/build/svg/circle-24.svg
|
121
125
|
- lib/build/svg/circle-slash-16.svg
|
122
126
|
- lib/build/svg/circle-slash-24.svg
|
123
|
-
- lib/build/svg/clippy-16.svg
|
124
|
-
- lib/build/svg/clippy-24.svg
|
125
127
|
- lib/build/svg/clock-16.svg
|
126
128
|
- lib/build/svg/clock-24.svg
|
127
129
|
- lib/build/svg/code-16.svg
|
@@ -130,6 +132,14 @@ files:
|
|
130
132
|
- lib/build/svg/code-review-24.svg
|
131
133
|
- lib/build/svg/code-square-16.svg
|
132
134
|
- lib/build/svg/code-square-24.svg
|
135
|
+
- lib/build/svg/codescan-16.svg
|
136
|
+
- lib/build/svg/codescan-24.svg
|
137
|
+
- lib/build/svg/codescan-checkmark-16.svg
|
138
|
+
- lib/build/svg/codescan-checkmark-24.svg
|
139
|
+
- lib/build/svg/codespaces-16.svg
|
140
|
+
- lib/build/svg/codespaces-24.svg
|
141
|
+
- lib/build/svg/columns-16.svg
|
142
|
+
- lib/build/svg/columns-24.svg
|
133
143
|
- lib/build/svg/comment-16.svg
|
134
144
|
- lib/build/svg/comment-24.svg
|
135
145
|
- lib/build/svg/comment-discussion-16.svg
|
@@ -137,6 +147,7 @@ files:
|
|
137
147
|
- lib/build/svg/commit-24.svg
|
138
148
|
- lib/build/svg/container-16.svg
|
139
149
|
- lib/build/svg/container-24.svg
|
150
|
+
- lib/build/svg/copy-16.svg
|
140
151
|
- lib/build/svg/copy-24.svg
|
141
152
|
- lib/build/svg/cpu-16.svg
|
142
153
|
- lib/build/svg/cpu-24.svg
|
@@ -148,6 +159,8 @@ files:
|
|
148
159
|
- lib/build/svg/dash-24.svg
|
149
160
|
- lib/build/svg/database-16.svg
|
150
161
|
- lib/build/svg/database-24.svg
|
162
|
+
- lib/build/svg/dependabot-16.svg
|
163
|
+
- lib/build/svg/dependabot-24.svg
|
151
164
|
- lib/build/svg/desktop-download-16.svg
|
152
165
|
- lib/build/svg/desktop-download-24.svg
|
153
166
|
- lib/build/svg/device-camera-16.svg
|
@@ -157,6 +170,8 @@ files:
|
|
157
170
|
- lib/build/svg/device-desktop-24.svg
|
158
171
|
- lib/build/svg/device-mobile-16.svg
|
159
172
|
- lib/build/svg/device-mobile-24.svg
|
173
|
+
- lib/build/svg/diamond-16.svg
|
174
|
+
- lib/build/svg/diamond-24.svg
|
160
175
|
- lib/build/svg/diff-16.svg
|
161
176
|
- lib/build/svg/diff-24.svg
|
162
177
|
- lib/build/svg/diff-added-16.svg
|
@@ -170,6 +185,8 @@ files:
|
|
170
185
|
- lib/build/svg/dot-fill-24.svg
|
171
186
|
- lib/build/svg/download-16.svg
|
172
187
|
- lib/build/svg/download-24.svg
|
188
|
+
- lib/build/svg/duplicate-16.svg
|
189
|
+
- lib/build/svg/duplicate-24.svg
|
173
190
|
- lib/build/svg/ellipsis-16.svg
|
174
191
|
- lib/build/svg/eye-16.svg
|
175
192
|
- lib/build/svg/eye-24.svg
|
@@ -214,17 +231,22 @@ files:
|
|
214
231
|
- lib/build/svg/git-commit-24.svg
|
215
232
|
- lib/build/svg/git-compare-16.svg
|
216
233
|
- lib/build/svg/git-compare-24.svg
|
217
|
-
- lib/build/svg/git-fork-24.svg
|
218
234
|
- lib/build/svg/git-merge-16.svg
|
219
235
|
- lib/build/svg/git-merge-24.svg
|
220
236
|
- lib/build/svg/git-pull-request-16.svg
|
221
237
|
- lib/build/svg/git-pull-request-24.svg
|
238
|
+
- lib/build/svg/git-pull-request-closed-16.svg
|
239
|
+
- lib/build/svg/git-pull-request-closed-24.svg
|
240
|
+
- lib/build/svg/git-pull-request-draft-16.svg
|
241
|
+
- lib/build/svg/git-pull-request-draft-24.svg
|
222
242
|
- lib/build/svg/globe-16.svg
|
223
243
|
- lib/build/svg/globe-24.svg
|
224
244
|
- lib/build/svg/grabber-16.svg
|
225
245
|
- lib/build/svg/grabber-24.svg
|
226
246
|
- lib/build/svg/graph-16.svg
|
227
247
|
- lib/build/svg/graph-24.svg
|
248
|
+
- lib/build/svg/hash-16.svg
|
249
|
+
- lib/build/svg/hash-24.svg
|
228
250
|
- lib/build/svg/heading-16.svg
|
229
251
|
- lib/build/svg/heading-24.svg
|
230
252
|
- lib/build/svg/heart-16.svg
|
@@ -250,19 +272,23 @@ files:
|
|
250
272
|
- lib/build/svg/infinity-24.svg
|
251
273
|
- lib/build/svg/info-16.svg
|
252
274
|
- lib/build/svg/info-24.svg
|
253
|
-
- lib/build/svg/insights-24.svg
|
254
275
|
- lib/build/svg/issue-closed-16.svg
|
255
276
|
- lib/build/svg/issue-closed-24.svg
|
277
|
+
- lib/build/svg/issue-draft-16.svg
|
278
|
+
- lib/build/svg/issue-draft-24.svg
|
256
279
|
- lib/build/svg/issue-opened-16.svg
|
257
280
|
- lib/build/svg/issue-opened-24.svg
|
258
281
|
- lib/build/svg/issue-reopened-16.svg
|
259
282
|
- lib/build/svg/issue-reopened-24.svg
|
260
283
|
- lib/build/svg/italic-16.svg
|
261
284
|
- lib/build/svg/italic-24.svg
|
285
|
+
- lib/build/svg/iterations-16.svg
|
286
|
+
- lib/build/svg/iterations-24.svg
|
262
287
|
- lib/build/svg/kebab-horizontal-16.svg
|
263
288
|
- lib/build/svg/kebab-horizontal-24.svg
|
264
289
|
- lib/build/svg/key-16.svg
|
265
290
|
- lib/build/svg/key-24.svg
|
291
|
+
- lib/build/svg/key-asterisk-16.svg
|
266
292
|
- lib/build/svg/law-16.svg
|
267
293
|
- lib/build/svg/law-24.svg
|
268
294
|
- lib/build/svg/light-bulb-16.svg
|
@@ -310,8 +336,6 @@ files:
|
|
310
336
|
- lib/build/svg/note-24.svg
|
311
337
|
- lib/build/svg/number-16.svg
|
312
338
|
- lib/build/svg/number-24.svg
|
313
|
-
- lib/build/svg/octoface-16.svg
|
314
|
-
- lib/build/svg/octoface-24.svg
|
315
339
|
- lib/build/svg/organization-16.svg
|
316
340
|
- lib/build/svg/organization-24.svg
|
317
341
|
- lib/build/svg/package-16.svg
|
@@ -323,6 +347,8 @@ files:
|
|
323
347
|
- lib/build/svg/paintbrush-16.svg
|
324
348
|
- lib/build/svg/paper-airplane-16.svg
|
325
349
|
- lib/build/svg/paper-airplane-24.svg
|
350
|
+
- lib/build/svg/paste-16.svg
|
351
|
+
- lib/build/svg/paste-24.svg
|
326
352
|
- lib/build/svg/pencil-16.svg
|
327
353
|
- lib/build/svg/pencil-24.svg
|
328
354
|
- lib/build/svg/people-16.svg
|
@@ -331,6 +357,8 @@ files:
|
|
331
357
|
- lib/build/svg/person-24.svg
|
332
358
|
- lib/build/svg/person-add-16.svg
|
333
359
|
- lib/build/svg/person-add-24.svg
|
360
|
+
- lib/build/svg/person-fill-16.svg
|
361
|
+
- lib/build/svg/person-fill-24.svg
|
334
362
|
- lib/build/svg/pin-16.svg
|
335
363
|
- lib/build/svg/pin-24.svg
|
336
364
|
- lib/build/svg/play-16.svg
|
@@ -355,6 +383,7 @@ files:
|
|
355
383
|
- lib/build/svg/repo-24.svg
|
356
384
|
- lib/build/svg/repo-clone-16.svg
|
357
385
|
- lib/build/svg/repo-forked-16.svg
|
386
|
+
- lib/build/svg/repo-forked-24.svg
|
358
387
|
- lib/build/svg/repo-pull-16.svg
|
359
388
|
- lib/build/svg/repo-push-16.svg
|
360
389
|
- lib/build/svg/repo-push-24.svg
|
@@ -364,6 +393,8 @@ files:
|
|
364
393
|
- lib/build/svg/report-24.svg
|
365
394
|
- lib/build/svg/rocket-16.svg
|
366
395
|
- lib/build/svg/rocket-24.svg
|
396
|
+
- lib/build/svg/rows-16.svg
|
397
|
+
- lib/build/svg/rows-24.svg
|
367
398
|
- lib/build/svg/rss-16.svg
|
368
399
|
- lib/build/svg/rss-24.svg
|
369
400
|
- lib/build/svg/ruby-16.svg
|
@@ -388,20 +419,32 @@ files:
|
|
388
419
|
- lib/build/svg/shield-lock-24.svg
|
389
420
|
- lib/build/svg/shield-x-16.svg
|
390
421
|
- lib/build/svg/shield-x-24.svg
|
422
|
+
- lib/build/svg/sidebar-collapse-16.svg
|
423
|
+
- lib/build/svg/sidebar-collapse-24.svg
|
424
|
+
- lib/build/svg/sidebar-expand-16.svg
|
425
|
+
- lib/build/svg/sidebar-expand-24.svg
|
391
426
|
- lib/build/svg/sign-in-16.svg
|
392
427
|
- lib/build/svg/sign-in-24.svg
|
393
428
|
- lib/build/svg/sign-out-16.svg
|
394
429
|
- lib/build/svg/sign-out-24.svg
|
430
|
+
- lib/build/svg/single-select-16.svg
|
431
|
+
- lib/build/svg/single-select-24.svg
|
395
432
|
- lib/build/svg/skip-16.svg
|
396
433
|
- lib/build/svg/skip-24.svg
|
397
434
|
- lib/build/svg/smiley-16.svg
|
398
435
|
- lib/build/svg/smiley-24.svg
|
436
|
+
- lib/build/svg/sort-asc-16.svg
|
437
|
+
- lib/build/svg/sort-asc-24.svg
|
438
|
+
- lib/build/svg/sort-desc-16.svg
|
439
|
+
- lib/build/svg/sort-desc-24.svg
|
399
440
|
- lib/build/svg/square-16.svg
|
400
441
|
- lib/build/svg/square-24.svg
|
401
442
|
- lib/build/svg/square-fill-16.svg
|
402
443
|
- lib/build/svg/square-fill-24.svg
|
403
444
|
- lib/build/svg/squirrel-16.svg
|
404
445
|
- lib/build/svg/squirrel-24.svg
|
446
|
+
- lib/build/svg/stack-16.svg
|
447
|
+
- lib/build/svg/stack-24.svg
|
405
448
|
- lib/build/svg/star-16.svg
|
406
449
|
- lib/build/svg/star-24.svg
|
407
450
|
- lib/build/svg/star-fill-16.svg
|
@@ -417,12 +460,16 @@ files:
|
|
417
460
|
- lib/build/svg/sync-16.svg
|
418
461
|
- lib/build/svg/sync-24.svg
|
419
462
|
- lib/build/svg/tab-24.svg
|
463
|
+
- lib/build/svg/table-16.svg
|
464
|
+
- lib/build/svg/table-24.svg
|
420
465
|
- lib/build/svg/tag-16.svg
|
421
466
|
- lib/build/svg/tag-24.svg
|
422
467
|
- lib/build/svg/tasklist-16.svg
|
423
468
|
- lib/build/svg/tasklist-24.svg
|
424
469
|
- lib/build/svg/telescope-16.svg
|
425
470
|
- lib/build/svg/telescope-24.svg
|
471
|
+
- lib/build/svg/telescope-fill-16.svg
|
472
|
+
- lib/build/svg/telescope-fill-24.svg
|
426
473
|
- lib/build/svg/terminal-16.svg
|
427
474
|
- lib/build/svg/terminal-24.svg
|
428
475
|
- lib/build/svg/three-bars-16.svg
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M11.75 3.5a.75.75 0 01.75.75v15.5a.75.75 0 01-1.5 0V4.25a.75.75 0 01.75-.75zm6.5 3.625a.75.75 0 01.75.75V19.75a.75.75 0 01-1.5 0V7.875a.75.75 0 01.75-.75zM5.25 11a.75.75 0 01.75.75v8a.75.75 0 01-1.5 0v-8a.75.75 0 01.75-.75z"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.326 1.973a1.2 1.2 0 011.49-.832c.387.112.977.307 1.575.602.586.291 1.243.71 1.7 1.296.022.027.042.056.061.084A13.22 13.22 0 018 3c.67 0 1.289.037 1.861.108l.051-.07c.457-.586 1.114-1.004 1.7-1.295a9.654 9.654 0 011.576-.602 1.2 1.2 0 011.49.832c.14.493.356 1.347.479 2.29.079.604.123 1.28.07 1.936.541.977.773 2.11.773 3.301C16 13 14.5 15 8 15s-8-2-8-5.5c0-1.034.238-2.128.795-3.117-.08-.712-.034-1.46.052-2.12.122-.943.34-1.797.479-2.29zM8 13.065c6 0 6.5-2 6-4.27C13.363 5.905 11.25 5 8 5s-5.363.904-6 3.796c-.5 2.27 0 4.27 6 4.27z"/><path d="M4 8a1 1 0 012 0v1a1 1 0 01-2 0V8zm2.078 2.492c-.083-.264.146-.492.422-.492h3c.276 0 .505.228.422.492C9.67 11.304 8.834 12 8 12c-.834 0-1.669-.696-1.922-1.508zM10 8a1 1 0 112 0v1a1 1 0 11-2 0V8z"/></svg>
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.75 11c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 102.5 0v-1.5C9 11.56 8.44 11 7.75 11zm1.27 4.5a.469.469 0 01.48-.5h5a.47.47 0 01.48.5c-.116 1.316-.759 2.5-2.98 2.5s-2.864-1.184-2.98-2.5zm7.23-4.5c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 102.5 0v-1.5c0-.69-.56-1.25-1.25-1.25z"/><path fill-rule="evenodd" d="M21.255 3.82a1.725 1.725 0 00-2.141-1.195c-.557.16-1.406.44-2.264.866-.78.386-1.647.93-2.293 1.677A18.442 18.442 0 0012 5c-.93 0-1.784.059-2.569.17-.645-.74-1.505-1.28-2.28-1.664a13.876 13.876 0 00-2.265-.866 1.725 1.725 0 00-2.141 1.196 23.645 23.645 0 00-.69 3.292c-.125.97-.191 2.07-.066 3.112C1.254 11.882 1 13.734 1 15.527 1 19.915 3.13 23 12 23c8.87 0 11-3.053 11-7.473 0-1.794-.255-3.647-.99-5.29.127-1.046.06-2.15-.066-3.125a23.652 23.652 0 00-.689-3.292zM20.5 14c.5 3.5-1.5 6.5-8.5 6.5s-9-3-8.5-6.5c.583-4 3-6 8.5-6s7.928 2 8.5 6z"/></svg>
|