Sha256: 78f5666c6f0cf70241af6ebf1c9ee59390af813b1dee9b447a6f0ef3e774bc74

Contents?: true

Size: 1.22 KB

Versions: 25

Compression:

Stored size: 1.22 KB

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Flag
      class Ss < Base
        def square
          svg(
            class: classes, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 512 512'
          ) do |s|
            s.path(fill: '#078930', d: 'M0 358.4h512V512H0z')
            s.path(fill: '#fff', d: 'M0 153.6h512v204.8H0z')
            s.path(fill: '#000001', d: 'M0 0h512v153.6H0z')
            s.path(fill: '#da121a', d: 'M0 179.2h512v153.6H0z')
            s.path(fill: '#0f47af', d: 'm0 0 433 256L0 512z')
            s.path(fill: '#fcdd09', d: 'M209 207.8 64.4 256l144.8 48.1-89.5-126v155.8z')
          end
        end

        def rectangle
          svg(
            class: classes, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 640 480'
          ) do |s|
            s.path(fill: '#078930', d: 'M0 336h640v144H0z')
            s.path(fill: '#fff', d: 'M0 144h640v192H0z')
            s.path(fill: '#000001', d: 'M0 0h640v144H0z')
            s.path(fill: '#da121a', d: 'M0 168h640v144H0z')
            s.path(fill: '#0f47af', d: 'm0 0 415.7 240L0 480z')
            s.path(fill: '#fcdd09', d: 'M200.7 194.8 61.7 240l139 45.1L114.9 167v146z')
          end
        end
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-flag-0.17.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.17.0 lib/phlex/icons/flag/ss.rb
phlex-icons-flag-0.16.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.16.0 lib/phlex/icons/flag/ss.rb
phlex-icons-flag-0.15.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.15.0 lib/phlex/icons/flag/ss.rb
phlex-icons-flag-0.14.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.14.0 lib/phlex/icons/flag/ss.rb
phlex-icons-flag-0.13.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.13.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.12.0 lib/phlex/icons/flag/ss.rb
phlex-icons-flag-0.12.0 lib/phlex/icons/flag/ss.rb
phlex-icons-flag-0.11.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.11.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.10.0 lib/phlex/icons/flag/ss.rb
phlex-icons-flag-0.9.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.9.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.8.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.7.0 lib/phlex/icons/flag/ss.rb
phlex-icons-0.6.0 lib/phlex/icons/flag/ss.rb