octicons 19.29.2 → 19.32.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/question-bubble-16.svg +1 -0
- data/lib/build/svg/question-bubble-24.svg +1 -0
- data/lib/octicons/version.rb +1 -1
- metadata +8 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="m1.594 10.822-.795 3.481a.75.75 0 0 0 .898.898l3.481-.795a7 7 0 1 0-3.584-3.584m1.52.085a.75.75 0 0 0-.054-.488l-.058-.124a5.5 5.5 0 1 1 2.703 2.703l-.124-.058a.75.75 0 0 0-.488-.054l-2.566.587ZM6.92 6.085h.001a.749.749 0 1 1-1.342-.67c.169-.339.436-.701.849-.977C6.845 4.16 7.369 4 8 4a2.76 2.76 0 0 1 1.637.525c.503.377.863.965.863 1.725 0 .448-.115.83-.329 1.15-.205.307-.47.513-.692.662-.109.072-.22.138-.313.195l-.006.004a6 6 0 0 0-.26.16 1 1 0 0 0-.276.245.75.75 0 0 1-1.248-.832c.184-.264.42-.489.692-.661q.154-.1.313-.195l.007-.004c.1-.061.182-.11.258-.161a1 1 0 0 0 .277-.245C8.96 6.514 9 6.427 9 6.25a.61.61 0 0 0-.262-.525A1.27 1.27 0 0 0 8 5.5c-.369 0-.595.09-.74.187a1 1 0 0 0-.34.398M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M2.002 16.586.796 22.315a.75.75 0 0 0 .889.889l5.729-1.206a11 11 0 1 0-5.412-5.412m1.519.062a.75.75 0 0 0-.056-.476l-.099-.209a9.5 9.5 0 1 1 4.671 4.671l-.209-.099a.75.75 0 0 0-.476-.056l-4.851 1.02Zm7.449-8.383a1.45 1.45 0 0 0-.487.57.75.75 0 0 1-1.341-.67c.2-.402.513-.826.997-1.148C10.627 6.69 11.244 6.5 12 6.5c.658 0 1.369.195 1.934.619a2.45 2.45 0 0 1 1.004 2.006c0 1.033-.513 1.72-1.027 2.215-.19.183-.399.358-.579.508l-.147.123a4 4 0 0 0-.435.409v1.37a.75.75 0 1 1-1.5 0v-1.473c0-.237.067-.504.247-.736.22-.28.486-.517.718-.714l.183-.153.001-.001c.172-.143.324-.27.47-.412.368-.355.569-.676.569-1.136a.95.95 0 0 0-.404-.806C12.766 8.118 12.384 8 12 8c-.494 0-.814.121-1.03.265M13 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>
|
data/lib/octicons/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: octicons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 19.
|
|
4
|
+
version: 19.32.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitHub Inc.
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A package that distributes Octicons in a gem
|
|
14
14
|
email:
|
|
@@ -534,6 +534,8 @@ files:
|
|
|
534
534
|
- lib/build/svg/pulse-24.svg
|
|
535
535
|
- lib/build/svg/question-16.svg
|
|
536
536
|
- lib/build/svg/question-24.svg
|
|
537
|
+
- lib/build/svg/question-bubble-16.svg
|
|
538
|
+
- lib/build/svg/question-bubble-24.svg
|
|
537
539
|
- lib/build/svg/quote-16.svg
|
|
538
540
|
- lib/build/svg/quote-24.svg
|
|
539
541
|
- lib/build/svg/read-16.svg
|
|
@@ -766,7 +768,7 @@ homepage: https://github.com/primer/octicons
|
|
|
766
768
|
licenses:
|
|
767
769
|
- MIT
|
|
768
770
|
metadata: {}
|
|
769
|
-
post_install_message:
|
|
771
|
+
post_install_message:
|
|
770
772
|
rdoc_options: []
|
|
771
773
|
require_paths:
|
|
772
774
|
- lib
|
|
@@ -781,8 +783,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
781
783
|
- !ruby/object:Gem::Version
|
|
782
784
|
version: '0'
|
|
783
785
|
requirements: []
|
|
784
|
-
rubygems_version: 3.
|
|
785
|
-
signing_key:
|
|
786
|
+
rubygems_version: 3.5.22
|
|
787
|
+
signing_key:
|
|
786
788
|
specification_version: 4
|
|
787
789
|
summary: GitHub's octicons gem
|
|
788
790
|
test_files: []
|