jekyll-octicons_v2 0.0.0.pre.2e689fb → 0.0.0.pre.02f9d7a
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/README.md +43 -2
- data/lib/build/data.json +1 -1
- data/lib/build/svg/grabber-3-24.svg +3 -0
- data/lib/jekyll-octicons/version.rb +1 -1
- metadata +3 -2
@@ -0,0 +1,3 @@
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 7.75C3 7.33579 3.33579 7 3.75 7H20.25C20.6642 7 21 7.33579 21 7.75C21 8.16421 20.6642 8.5 20.25 8.5H3.75C3.33579 8.5 3 8.16421 3 7.75ZM3 11.75C3 11.3358 3.33579 11 3.75 11H20.25C20.6642 11 21 11.3358 21 11.75C21 12.1642 20.6642 12.5 20.25 12.5H3.75C3.33579 12.5 3 12.1642 3 11.75ZM3 15.75C3 15.3358 3.33579 15 3.75 15H20.25C20.6642 15 21 15.3358 21 15.75C21 16.1642 20.6642 16.5 20.25 16.5H3.75C3.33579 16.5 3 16.1642 3 15.75Z"/>
|
3
|
+
</svg>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-octicons_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.0.pre.
|
4
|
+
version: 0.0.0.pre.02f9d7a
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -209,6 +209,7 @@ files:
|
|
209
209
|
- lib/build/svg/globe-24.svg
|
210
210
|
- lib/build/svg/grabber-16.svg
|
211
211
|
- lib/build/svg/grabber-24.svg
|
212
|
+
- lib/build/svg/grabber-3-24.svg
|
212
213
|
- lib/build/svg/graph-16.svg
|
213
214
|
- lib/build/svg/graph-24.svg
|
214
215
|
- lib/build/svg/heading-16.svg
|