openproject-octicons 19.19.0 → 19.20.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M1.163 3.11a.678.678 0 0 1-.964 0A.689.689 0 0 1 0 2.626v-.001a.69.69 0 0 1 .199-.485L2.126.201a.676.676 0 0 1 .963 0 .69.69 0 0 1 0 .97ZM13.874.201 15.8 2.14a.69.69 0 0 1 0 .97.677.677 0 0 1-.963 0l-1.926-1.939a.69.69 0 0 1 0-.97.678.678 0 0 1 .963 0ZM8.199 4.544c.128.128.2.303.2.485v2.735l1.841.743a.69.69 0 0 1 .006 1.254.675.675 0 0 1-.511.018l-2.27-.914a.68.68 0 0 1-.428-.636v-3.2a.69.69 0 0 1 .199-.485.678.678 0 0 1 .963 0Z"/><path d="M5.035 14.702a.695.695 0 0 1-.13.183l-.908.914a.677.677 0 0 1-.963 0 .69.69 0 0 1 0-.97l.796-.801A7.338 7.338 0 0 1 .681 8c0-1.94.765-3.8 2.128-5.172A7.235 7.235 0 0 1 7.945.686c1.926 0 3.774.77 5.136 2.142A7.342 7.342 0 0 1 15.209 8a7.342 7.342 0 0 1-3.084 5.982l.841.847a.69.69 0 0 1 0 .97.677.677 0 0 1-.963 0l-.908-.914a.687.687 0 0 1-.148-.225 7.22 7.22 0 0 1-5.912.042ZM3.772 3.798A5.962 5.962 0 0 0 2.043 8c0 1.576.622 3.088 1.729 4.202a5.878 5.878 0 0 0 4.173 1.741 5.88 5.88 0 0 0 4.173-1.741A5.962 5.962 0 0 0 13.847 8a5.962 5.962 0 0 0-1.729-4.202 5.88 5.88 0 0 0-4.173-1.741 5.878 5.878 0 0 0-4.173 1.741Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M13.874.201 15.8 2.14a.69.69 0 0 1 0 .97.677.677 0 0 1-.963 0l-1.926-1.939a.69.69 0 0 1 0-.97.678.678 0 0 1 .963 0Zm-10.785 0a.69.69 0 0 1 0 .97L1.163 3.11a.678.678 0 0 1-.964 0A.689.689 0 0 1 0 2.626v-.001a.69.69 0 0 1 .199-.485L2.126.201a.676.676 0 0 1 .963 0Zm4.88 6.154h-.067L6.5 7.348v-.95l1.473-1.035h1.004V11H7.969Z"/><path d="M5.035 14.702a.695.695 0 0 1-.13.183l-.908.914a.677.677 0 0 1-.963 0 .69.69 0 0 1 0-.97l.796-.801A7.338 7.338 0 0 1 .681 8c0-1.94.765-3.8 2.128-5.172A7.235 7.235 0 0 1 7.945.686c1.926 0 3.774.77 5.136 2.142A7.342 7.342 0 0 1 15.209 8a7.342 7.342 0 0 1-3.084 5.982l.841.847a.69.69 0 0 1 0 .97.677.677 0 0 1-.963 0l-.908-.914a.687.687 0 0 1-.148-.225 7.22 7.22 0 0 1-5.912.042ZM3.772 3.798A5.962 5.962 0 0 0 2.043 8c0 1.576.622 3.088 1.729 4.202a5.878 5.878 0 0 0 4.173 1.741 5.88 5.88 0 0 0 4.173-1.741A5.962 5.962 0 0 0 13.847 8a5.962 5.962 0 0 0-1.729-4.202 5.88 5.88 0 0 0-4.173-1.741 5.878 5.878 0 0 0-4.173 1.741Z"/></svg>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Octicons
4
- VERSION = "19.19.0".freeze
4
+ VERSION = "19.20.0".freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openproject-octicons
3
3
  version: !ruby/object:Gem::Version
4
- version: 19.19.0
4
+ version: 19.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Inc.
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-10-24 00:00:00.000000000 Z
12
+ date: 2024-12-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A package that distributes Octicons in a gem
15
15
  email:
@@ -424,6 +424,8 @@ files:
424
424
  - lib/build/svg/number-16.svg
425
425
  - lib/build/svg/number-24.svg
426
426
  - lib/build/svg/op-add-attachment-24.svg
427
+ - lib/build/svg/op-alarm-16.svg
428
+ - lib/build/svg/op-alarm-set-16.svg
427
429
  - lib/build/svg/op-arrow-in-16.svg
428
430
  - lib/build/svg/op-attachmentadd-16.svg
429
431
  - lib/build/svg/op-backlogs-16.svg