lib/phlex/icons/hero/bug_ant.rb in phlex-icons-hero-0.17.0 vs lib/phlex/icons/hero/bug_ant.rb in phlex-icons-hero-1.0.0
- old
+ new
@@ -5,11 +5,11 @@
module Icons
module Hero
class BugAnt < 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'
@@ -23,10 +23,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',