lib/phlex/icons/flag/bf.rb in phlex-icons-flag-0.17.0 vs lib/phlex/icons/flag/bf.rb in phlex-icons-flag-1.0.0
- old
+ new
@@ -4,11 +4,11 @@
module Icons
module Flag
class Bf < 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(fill_rule: 'evenodd') do
s.path(fill: '#de0000', d: 'M512 511.6H.5V0H512z')
s.path(fill: '#35a100', d: 'M511.8 512H0V256.2h511.7z')
end
@@ -21,10 +21,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(fill_rule: 'evenodd') do
s.path(fill: '#de0000', d: 'M640 479.6H.4V0H640z')
s.path(fill: '#35a100', d: 'M639.6 480H0V240.2h639.6z')
s.path(