heroicons_helper 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -71,7 +71,6 @@ module HeroiconsHelper
71
71
  when VARIANT_OUTLINE
72
72
  {
73
73
  fill: "none",
74
- stroke: "currentColor",
75
74
  }
76
75
  when VARIANT_SOLID, VARIANT_MINI
77
76
  {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HeroiconsHelper
4
- VERSION = "0.7.0"
4
+ VERSION = "0.7.1"
5
5
  end
@@ -14,8 +14,7 @@ module HeroiconsHelper
14
14
  name: name,
15
15
  variant: variant,
16
16
  unsafe: unsafe,
17
- height: attributes[:height],
18
- width: attributes[:width],
17
+ attributes: attributes,
19
18
  )
20
19
 
21
20
  cached_heroicon = HeroiconsHelper::Cache.read(cache_key)