Sha256: 5535152317335f479ea89585f70ea9faf217f3b1fe84b33883fb0033a4fa285e

Contents?: true

Size: 720 Bytes

Versions: 24

Compression:

Stored size: 720 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Flag2Fill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M2 3H21.1384C21.4146 3 21.6385 3.22386 21.6385 3.5C21.6385 3.58701 21.6157 3.67252 21.5725 3.74807L18 10L21.5725 16.2519C21.7095 16.4917 21.6262 16.7971 21.3865 16.9341C21.3109 16.9773 21.2254 17 21.1384 17H4V22H2V3Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

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