heroicons 2.0.1 → 2.1.1
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/app/assets/images/heroicons/mini/arrow-left-circle.svg +1 -8
- data/lib/heroicons/version.rb +1 -1
- metadata +10 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 608a89c3b63fc76ccae7161345696b3a88bfefca866d4fb5eb6db9bd55a13b28
|
4
|
+
data.tar.gz: 2f3eeaa3fc192e75601c91d2158b0f08cc447868f7a1becf7691fb2d47c107c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a0a53fc22b492bb06a50c44d49a6d475d26e06a95cc2b7d1f35089321905296e01dce2f734f1c41580fc5737ad2743b341a24b7654d7c568a42d2eeb6a422dc
|
7
|
+
data.tar.gz: 76ab6206aec99cd8c78c12748233a520d75f9d647c296be1281fb1c14577f6317e8d8110467aade75e3b781197699e7b4e94ba7ade3ee042840677da3b80ea3c
|
@@ -1,10 +1,3 @@
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" data-slot="icon">
|
2
|
-
<
|
3
|
-
<path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.25-7.25a.75.75 0 0 0 0-1.5H8.66l2.1-1.95a.75.75 0 1 0-1.02-1.1l-3.5 3.25a.75.75 0 0 0 0 1.1l3.5 3.25a.75.75 0 0 0 1.02-1.1l-2.1-1.95h4.59Z" clip-rule="evenodd"/>
|
4
|
-
</g>
|
5
|
-
<defs>
|
6
|
-
<clipPath id="a">
|
7
|
-
<path d="M0 0h20v20H0z"/>
|
8
|
-
</clipPath>
|
9
|
-
</defs>
|
2
|
+
<path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.25-7.25a.75.75 0 0 0 0-1.5H8.66l2.1-1.95a.75.75 0 1 0-1.02-1.1l-3.5 3.25a.75.75 0 0 0 0 1.1l3.5 3.25a.75.75 0 0 0 1.02-1.1l-2.1-1.95h4.59Z" clip-rule="evenodd"/>
|
10
3
|
</svg>
|
data/lib/heroicons/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: heroicons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jarrett Lusso
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -1416,7 +1416,14 @@ files:
|
|
1416
1416
|
homepage: https://github.com/jclusso/heroicons
|
1417
1417
|
licenses:
|
1418
1418
|
- MIT
|
1419
|
-
metadata:
|
1419
|
+
metadata:
|
1420
|
+
bug_tracker_uri: https://github.com/jclusso/heroicons/issues
|
1421
|
+
changelog_uri: https://github.com/jclusso/heroicons/releases
|
1422
|
+
documentation_uri: https://github.com/jclusso/heroicons
|
1423
|
+
github_repo: ssh://github.com/jclusso/heroicons
|
1424
|
+
homepage_uri: https://github.com/jclusso/heroicons
|
1425
|
+
source_code_uri: https://github.com/jclusso/heroicons
|
1426
|
+
rubygems_mfa_required: 'true'
|
1420
1427
|
post_install_message:
|
1421
1428
|
rdoc_options: []
|
1422
1429
|
require_paths:
|