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

- old
+ new

@@ -4,11 +4,11 @@ module Icons module Tabler class Crop32 < 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( @@ -18,10 +18,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',