octicons_v2_helper 0.0.0.pre.4f5d35b → 0.0.0.pre.5a7686c

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.
@@ -1 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 5.5a2.5 2.5 0 100 5 2.5 2.5 0 000-5zM4 8a4 4 0 118 0 4 4 0 01-8 0z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 5.5C6.61929 5.5 5.5 6.61929 5.5 8C5.5 9.38071 6.61929 10.5 8 10.5C9.38071 10.5 10.5 9.38071 10.5 8C10.5 6.61929 9.38071 5.5 8 5.5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z" fill="black"/>
3
+ </svg>
@@ -1 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4Z" fill="black"/>
3
+ </svg>
@@ -1,3 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4 5.75C4 4.7835 4.7835 4 5.75 4H10.25C11.2165 4 12 4.7835 12 5.75V10.25C12 11.2165 11.2165 12 10.25 12H5.75C4.7835 12 4 11.2165 4 10.25V5.75ZM5.75 5.5C5.61193 5.5 5.5 5.61193 5.5 5.75V10.25C5.5 10.3881 5.61193 10.5 5.75 10.5H10.25C10.3881 10.5 10.5 10.3881 10.5 10.25V5.75C10.5 5.61193 10.3881 5.5 10.25 5.5H5.75Z" fill="black"/>
3
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3.5 5.25c0-.966.784-1.75 1.75-1.75h5.5c.966 0 1.75.784 1.75 1.75v5.5a1.75 1.75 0 01-1.75 1.75h-5.5a1.75 1.75 0 01-1.75-1.75v-5.5zM5.25 5a.25.25 0 00-.25.25v5.5c0 .138.112.25.25.25h5.5a.25.25 0 00.25-.25v-5.5a.25.25 0 00-.25-.25h-5.5z"/></svg>
@@ -1,3 +1,3 @@
1
1
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.75 4C4.7835 4 4 4.7835 4 5.75V10.25C4 11.2165 4.7835 12 5.75 12H10.25C11.2165 12 12 11.2165 12 10.25V5.75C12 4.7835 11.2165 4 10.25 4H5.75Z" fill="black"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 5.75C4 4.7835 4.7835 4 5.75 4H10.25C11.2165 4 12 4.7835 12 5.75V10.25C12 11.2165 11.2165 12 10.25 12H5.75C4.7835 12 4 11.2165 4 10.25V5.75ZM5.75 5.5C5.61193 5.5 5.5 5.61193 5.5 5.75V10.25C5.5 10.3881 5.61193 10.5 5.75 10.5H10.25C10.3881 10.5 10.5 10.3881 10.5 10.25V5.75C10.5 5.61193 10.3881 5.5 10.25 5.5H5.75Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  module OcticonsV2Helper
2
- VERSION = "0.0.0.pre.4f5d35b".freeze
2
+ VERSION = "0.0.0.pre.5a7686c".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octicons_v2_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.pre.4f5d35b
4
+ version: 0.0.0.pre.5a7686c
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Inc.
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.0.0.pre.4f5d35b
19
+ version: 0.0.0.pre.5a7686c
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: 0.0.0.pre.4f5d35b
26
+ version: 0.0.0.pre.5a7686c
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rails
29
29
  requirement: !ruby/object:Gem::Requirement