octicons_helper 17.5.0 → 17.7.0
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/alert-fill-16.svg +1 -0
- data/lib/build/svg/alert-fill-24.svg +1 -0
- data/lib/build/svg/chevron-down-12.svg +1 -0
- data/lib/build/svg/chevron-right-12.svg +1 -0
- data/lib/build/svg/log-24.svg +1 -0
- data/lib/octicons_helper/version.rb +1 -1
- metadata +9 -4
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM8 5a.75.75 0 01.75.75v2.5a.75.75 0 01-1.5 0v-2.5A.75.75 0 018 5zm1 6a1 1 0 11-2 0 1 1 0 012 0z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752L9.836 3.244zM12 8.5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0112 8.5zm1 9a1 1 0 11-2 0 1 1 0 012 0z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M6 8.8c-.2 0-.4-.1-.5-.2L2.2 5.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0L6 6.9l2.7-2.7c.3-.3.8-.3 1.1 0s.3.8 0 1.1L6.6 8.5c-.2.2-.4.3-.6.3z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path d="M4.7 10c-.2 0-.4-.1-.5-.2-.3-.3-.3-.8 0-1.1L6.9 6 4.2 3.3c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l3.3 3.2c.3.3.3.8 0 1.1L5.3 9.7c-.2.2-.4.3-.6.3z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M9.197 10a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5zm-2.382 4a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5zm-1.581 4a.75.75 0 000 1.5h6.5a.75.75 0 000-1.5h-6.5z"/><path fill-rule="evenodd" d="M4.125 0h15.75A4.113 4.113 0 0124 4.125c0 1.384-.476 2.794-1.128 4.16-.652 1.365-1.515 2.757-2.352 4.104l-.008.013c-.849 1.368-1.669 2.691-2.28 3.97-.614 1.283-.982 2.45-.982 3.503a2.625 2.625 0 104.083-2.183.75.75 0 01.834-1.247A4.125 4.125 0 0119.875 24H4.5a4.125 4.125 0 01-4.125-4.125c0-2.234 1.258-4.656 2.59-6.902.348-.586.702-1.162 1.05-1.728.8-1.304 1.567-2.553 2.144-3.738H3.39c-.823 0-1.886-.193-2.567-1.035A3.647 3.647 0 010 4.125 4.125 4.125 0 014.125 0zM1.5 4.125A2.625 2.625 0 014.125 1.5h12.568a4.108 4.108 0 00-.943 2.625c0 .723.185 1.349.499 1.882H3.389c-.662 0-1.148-.166-1.402-.479A2.148 2.148 0 011.5 4.125zm14.25 15.75c0 .997.354 1.912.943 2.625H4.5a2.625 2.625 0 01-2.625-2.625c0-1.766 1.025-3.85 2.38-6.137.314-.529.646-1.068.98-1.612.953-1.55 1.927-3.136 2.577-4.619H18a.75.75 0 00.417-1.373c-.746-.5-1.167-1.144-1.167-2.009A2.625 2.625 0 0119.875 1.5 2.613 2.613 0 0122.5 4.125c0 1.057-.368 2.229-.982 3.514-.611 1.28-1.431 2.605-2.28 3.972l-.017.028c-.834 1.343-1.694 2.728-2.343 4.086-.652 1.364-1.128 2.77-1.128 4.15z"/></svg>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octicons_helper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 17.
|
4
|
+
version: 17.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octicons
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 17.
|
19
|
+
version: 17.7.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 17.
|
26
|
+
version: 17.7.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: railties
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,6 +67,8 @@ files:
|
|
67
67
|
- lib/build/svg/alert-16.svg
|
68
68
|
- lib/build/svg/alert-24.svg
|
69
69
|
- lib/build/svg/alert-fill-12.svg
|
70
|
+
- lib/build/svg/alert-fill-16.svg
|
71
|
+
- lib/build/svg/alert-fill-24.svg
|
70
72
|
- lib/build/svg/apps-16.svg
|
71
73
|
- lib/build/svg/archive-16.svg
|
72
74
|
- lib/build/svg/archive-24.svg
|
@@ -128,10 +130,12 @@ files:
|
|
128
130
|
- lib/build/svg/checkbox-24.svg
|
129
131
|
- lib/build/svg/checklist-16.svg
|
130
132
|
- lib/build/svg/checklist-24.svg
|
133
|
+
- lib/build/svg/chevron-down-12.svg
|
131
134
|
- lib/build/svg/chevron-down-16.svg
|
132
135
|
- lib/build/svg/chevron-down-24.svg
|
133
136
|
- lib/build/svg/chevron-left-16.svg
|
134
137
|
- lib/build/svg/chevron-left-24.svg
|
138
|
+
- lib/build/svg/chevron-right-12.svg
|
135
139
|
- lib/build/svg/chevron-right-16.svg
|
136
140
|
- lib/build/svg/chevron-right-24.svg
|
137
141
|
- lib/build/svg/chevron-up-16.svg
|
@@ -353,6 +357,7 @@ files:
|
|
353
357
|
- lib/build/svg/lock-16.svg
|
354
358
|
- lib/build/svg/lock-24.svg
|
355
359
|
- lib/build/svg/log-16.svg
|
360
|
+
- lib/build/svg/log-24.svg
|
356
361
|
- lib/build/svg/logo-gist-16.svg
|
357
362
|
- lib/build/svg/logo-github-16.svg
|
358
363
|
- lib/build/svg/mail-16.svg
|