Sha256: 2d366e3d41d6124b5015564d67a7416c6e8e6b795aa7f95ff59e2f48eafaaa25

Contents?: true

Size: 1.16 KB

Versions: 18

Compression:

Stored size: 1.16 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Flag
      class Tn < Base
        def square
          svg(
            **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 512 512'
          ) do |s|
            s.path(fill: '#e70013', d: 'M0 0h512v512H0z')
            s.path(
              fill: '#fff',
              d:
                'M256 135a1 1 0 0 0-1 240 1 1 0 0 0 0-241zm72 174a90 90 0 1 1 0-107 72 72 0 1 0 0 107m-4.7-21.7-37.4-12.1-23.1 31.8v-39.3l-37.3-12.2 37.3-12.2v-39.4l23.1 31.9 37.4-12.1-23.1 31.8z'
            )
          end
        end

        def rectangle
          svg(
            **attrs, xmlns: 'http://www.w3.org/2000/svg', viewbox: '0 0 640 480'
          ) do |s|
            s.path(fill: '#e70013', d: 'M0 0h640v480H0z')
            s.path(
              fill: '#fff',
              d:
                'M320 119.2a1 1 0 0 0-1 240.3 1 1 0 0 0 1-240.3M392 293a90 90 0 1 1 0-107 72 72 0 1 0 0 107m-4.7-21.7-37.4-12.1-23.1 31.8v-39.3l-37.4-12.2 37.4-12.2V188l23.1 31.8 37.4-12.1-23.1 31.8z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-flag-1.8.0 lib/phlex/icons/flag/tn.rb
phlex-icons-1.8.0 lib/phlex/icons/flag/tn.rb
phlex-icons-1.7.0 lib/phlex/icons/flag/tn.rb
phlex-icons-flag-1.7.0 lib/phlex/icons/flag/tn.rb
phlex-icons-flag-1.6.0 lib/phlex/icons/flag/tn.rb
phlex-icons-1.6.0 lib/phlex/icons/flag/tn.rb
phlex-icons-flag-1.5.0 lib/phlex/icons/flag/tn.rb
phlex-icons-1.5.0 lib/phlex/icons/flag/tn.rb
phlex-icons-flag-1.4.0 lib/phlex/icons/flag/tn.rb
phlex-icons-1.4.0 lib/phlex/icons/flag/tn.rb
phlex-icons-1.3.0 lib/phlex/icons/flag/tn.rb
phlex-icons-flag-1.3.0 lib/phlex/icons/flag/tn.rb
phlex-icons-1.2.0 lib/phlex/icons/flag/tn.rb
phlex-icons-flag-1.2.0 lib/phlex/icons/flag/tn.rb
phlex-icons-flag-1.1.0 lib/phlex/icons/flag/tn.rb
phlex-icons-1.1.0 lib/phlex/icons/flag/tn.rb
phlex-icons-flag-1.0.0 lib/phlex/icons/flag/tn.rb
phlex-icons-1.0.0 lib/phlex/icons/flag/tn.rb