font-awesome-sass 6.2.1 → 6.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58a524feca7dab76109cb3fdf5b2df4e2d002d5db246ff9834c5c3b832b8b3c9
4
- data.tar.gz: 7838f333f65aa43715de0cfee1c5d26be63e1a3f3461fe3d6d7ee1806a123d92
3
+ metadata.gz: 1c1b4751bfe740c3c0c8273f4e8f058dfe53b23a15a1f43fe53b92584bd60251
4
+ data.tar.gz: 9d95dae3105b1fb76725122d5639f2e6425f8b6a292337ea3b39fa02f111970a
5
5
  SHA512:
6
- metadata.gz: 6efa42c7dcebebfdf96d2cb4e88c39ee2775773bb88c6c25f412850b44e4b52990dde38d7737641a2b6d29b543ea2e20cc94e82cc0387d6436acf761e467dadd
7
- data.tar.gz: 5defab06d9f9835dc6a9d46c6249869b6b4aac37ef52fc8de17a49e3ff22d9032267828417fb0f4cc40e16aaa237f4cf3560a7acd9aaa55f3eb12555aeae38c8
6
+ metadata.gz: 1d6a780a02bd80a56fbede9dd70742443410053a63ac57f6dc6850212430b3b75ac1685469b79abc5f48bed3a819a97cb50908703b71454651c5d3345bf4ca0a
7
+ data.tar.gz: 2cdcc6076a411edb081d8fae93a5042a4fe226e9e6fb51ab765096f0c68a21a4f2d782320a346161c6343d4921f9c0a5531da2e89b333ab2b3fce697e014a7ac
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2022 Fonticons, Inc.
4
+ * Copyright 2023 Fonticons, Inc.
5
5
  */
6
6
  @import 'functions';
7
7
  @import 'variables';
@@ -7,3 +7,4 @@ readers do not read off random characters that represent icons */
7
7
  @each $name, $icon in $fa-icons {
8
8
  .#{$fa-css-prefix}-#{$name}::before { content: unquote("\"#{ $icon }\""); }
9
9
  }
10
+
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2022 Fonticons, Inc.
4
+ * Copyright 2023 Fonticons, Inc.
5
5
  */
6
6
  @import 'functions';
7
7
  @import 'variables';
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- * Copyright 2022 Fonticons, Inc.
4
+ * Copyright 2023 Fonticons, Inc.
5
5
  */
6
6
  @import 'functions';
7
7
  @import 'variables';
@@ -2454,9 +2454,11 @@ $fa-var-btc: \f15a;
2454
2454
  $fa-var-dribbble: \f17d;
2455
2455
  $fa-var-stumbleupon-circle: \f1a3;
2456
2456
  $fa-var-internet-explorer: \f26b;
2457
+ $fa-var-stubber: \e5c7;
2457
2458
  $fa-var-telegram: \f2c6;
2458
2459
  $fa-var-telegram-plane: \f2c6;
2459
2460
  $fa-var-old-republic: \f510;
2461
+ $fa-var-odysee: \e5c6;
2460
2462
  $fa-var-square-whatsapp: \f40c;
2461
2463
  $fa-var-whatsapp-square: \f40c;
2462
2464
  $fa-var-node-js: \f3d3;
@@ -4909,9 +4911,11 @@ $fa-brand-icons: (
4909
4911
  "dribbble": $fa-var-dribbble,
4910
4912
  "stumbleupon-circle": $fa-var-stumbleupon-circle,
4911
4913
  "internet-explorer": $fa-var-internet-explorer,
4914
+ "stubber": $fa-var-stubber,
4912
4915
  "telegram": $fa-var-telegram,
4913
4916
  "telegram-plane": $fa-var-telegram-plane,
4914
4917
  "old-republic": $fa-var-old-republic,
4918
+ "odysee": $fa-var-odysee,
4915
4919
  "square-whatsapp": $fa-var-square-whatsapp,
4916
4920
  "whatsapp-square": $fa-var-whatsapp-square,
4917
4921
  "node-js": $fa-var-node-js,
@@ -1,5 +1,5 @@
1
1
  module FontAwesome
2
2
  module Sass
3
- VERSION = "6.2.1".freeze
3
+ VERSION = "6.3.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-awesome-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.2.1
4
+ version: 6.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Chase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-15 00:00:00.000000000 Z
11
+ date: 2023-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.3.8
117
+ rubygems_version: 3.4.1
118
118
  signing_key:
119
119
  specification_version: 4
120
120
  summary: Font-Awesome SASS