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

- old
+ new

@@ -4,11 +4,11 @@ module Icons module Tabler class LayoutDistributeVertical < 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: 'M4 3a1 1 0 0 1 1 1v16a1 1 0 0 1 -2 0v-16a1 1 0 0 1 1 -1') @@ -20,10 +20,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',