lib/phlex/icons/flag/tj.rb in phlex-icons-flag-0.17.0 vs lib/phlex/icons/flag/tj.rb in phlex-icons-flag-1.0.0
- old
+ new
@@ -5,11 +5,11 @@
module Icons
module Flag
class Tj < Base
def square
svg(
- class: classes, xmlns: %(http://www.w3.org/2000/svg), viewbox: %(0 0 512 512), 'xmlns:xlink': %(http://www.w3.org/1999/xlink)
+ **attrs, xmlns: %(http://www.w3.org/2000/svg), viewbox: %(0 0 512 512), 'xmlns:xlink': %(http://www.w3.org/1999/xlink)
) do |s|
s.path(fill: %(#060), d: %(M0 0h512v512H0z))
s.path(fill: %(#fff), d: %(M0 0h512v365.7H0z))
s.path(fill: %(#c00), d: %(M0 0h512v146.3H0z))
s.g(fill: %(#f8c300), transform: %(translate(-256)scale(.73143))) do
@@ -36,10 +36,10 @@
end
end
def rectangle
svg(
- class: classes, xmlns: %(http://www.w3.org/2000/svg), viewbox: %(0 0 640 480), 'xmlns:xlink': %(http://www.w3.org/1999/xlink)
+ **attrs, xmlns: %(http://www.w3.org/2000/svg), viewbox: %(0 0 640 480), 'xmlns:xlink': %(http://www.w3.org/1999/xlink)
) do |s|
s.path(fill: %(#060), d: %(M0 0h640v480H0z))
s.path(fill: %(#fff), d: %(M0 0h640v342.9H0z))
s.path(fill: %(#c00), d: %(M0 0h640v137.1H0z))
s.path(fill: %(#f8c300), d: %(M300.8 233.6a8.6 8.6 0 0 1 16 4V272h6.4v-34.3a8.6 8.6 0 0 1 16-4 20.2 20.2 0 1 0-38.4 0))