lib/phlex/icons/flag/es_ga.rb in phlex-icons-0.17.0 vs lib/phlex/icons/flag/es_ga.rb in phlex-icons-1.0.0

- old
+ new

@@ -5,11 +5,11 @@ module Icons module Flag class EsGa < Base def square svg( - class: classes, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 512 512' + **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 512 512' ) do |s| s.g(font_size: '12') do s.path(fill: '#fff', fill_rule: 'evenodd', d: 'M0-.1h512v512H0z') s.path(fill: '#09c', d: 'M512 437.4 73.4 0H0v73l440.3 439H512v-74.5') end @@ -843,10 +843,10 @@ end end def rectangle svg( - class: classes, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 640 480' + **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 640 480' ) do |s| s.g(font_size: '12') do s.path(fill: '#fff', fill_rule: 'evenodd', d: 'M0 0h640v480H0z') s.path(fill: '#09c', d: 'M640 410.1 91.7-.1H0v68.4L550.4 480H640z') end