Sha256: 42b6b54e7e32e4c5372bc634103d0a0e78dfa029eaf81b1bc5db0d33970c85a3

Contents?: true

Size: 981 Bytes

Versions: 24

Compression:

Stored size: 981 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class GooglePlayFill < 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:
                'M3.60972 1.81396L13.793 12L3.61082 22.1864C3.41776 22.1048 3.24866 21.962 3.13555 21.7667C3.0474 21.6144 3.00098 21.4416 3.00098 21.2656V2.73453C3.00098 2.32109 3.25188 1.96625 3.60972 1.81396ZM14.5 12.707L16.802 15.009L5.86498 21.342L14.5 12.707ZM17.699 9.50896L20.5061 11.1347C20.9841 11.4114 21.1473 12.0232 20.8705 12.5011C20.783 12.6523 20.6574 12.778 20.5061 12.8655L17.698 14.491L15.207 12L17.699 9.50896ZM5.86498 2.65796L16.803 8.98996L14.5 11.293L5.86498 2.65796Z'
            )
          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/google_play_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/google_play_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/google_play_fill.rb