lib/phlex/icons/bootstrap/egg_fill.rb in phlex-icons-0.17.0 vs lib/phlex/icons/bootstrap/egg_fill.rb in phlex-icons-1.0.0

- old
+ new

@@ -4,10 +4,10 @@ module Icons module Bootstrap class EggFill < Base def view_template svg( - class: classes, + **attrs, xmlns: 'http://www.w3.org/2000/svg', fill: 'currentColor', viewbox: '0 0 16 16' ) { |s| s.path(d: 'M14 10a6 6 0 0 1-12 0C2 5.686 5 0 8 0s6 5.686 6 10') } end