lib/phlex/icons/hero/minus_small.rb in phlex-icons-hero-0.17.0 vs lib/phlex/icons/hero/minus_small.rb in phlex-icons-hero-1.0.0

- old
+ new

@@ -4,11 +4,11 @@ module Icons module Hero class MinusSmall < Base def solid svg( - class: classes, + **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24', fill: 'currentColor', aria_hidden: 'true', data_slot: 'icon' @@ -22,10 +22,10 @@ end end def outline svg( - class: classes, + **attrs, xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewbox: '0 0 24 24', stroke_width: '1.5', stroke: 'currentColor',