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

- old
+ new

@@ -4,11 +4,11 @@ module Icons module Tabler class LayoutAlignRight < 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(d: 'M20 3a1 1 0 0 1 1 1v16a1 1 0 0 1 -2 0v-16a1 1 0 0 1 1 -1') @@ -19,10 +19,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',