lib/phlex/icons/tabler/layout_2.rb in phlex-icons-tabler-0.17.0 vs lib/phlex/icons/tabler/layout_2.rb in phlex-icons-tabler-1.0.0

- old
+ new

@@ -4,11 +4,11 @@ module Icons module Tabler class Layout2 < Base def filled svg( - class: classes, + **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24', fill: 'currentColor' ) do |s| s.path( @@ -30,10 +30,10 @@ end end def outline svg( - class: classes, + **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 24 24', fill: 'none', stroke: 'currentColor', stroke_width: '2',