lib/phlex/icons/remix/align_right.rb in phlex-icons-remix-0.17.0 vs lib/phlex/icons/remix/align_right.rb in phlex-icons-remix-1.0.0

- old
+ new

@@ -4,10 +4,10 @@ module Icons module Remix class AlignRight < Base def view_template svg( - class: classes, + **attrs, viewbox: '0 0 24 24', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg' ) do |s| s.path(d: 'M3 4H21V6H3V4ZM7 19H21V21H7V19ZM3 14H21V16H3V14ZM7 9H21V11H7V9Z')