Sha256: aaa3947397d8030edf9f91e7e4a6be62942c36129a932cb37fca2f2301eded38

Contents?: true

Size: 832 Bytes

Versions: 24

Compression:

Stored size: 832 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class PlayReverseFill < 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:
                'M4.62407 12.4161L15.2227 19.4818C15.4524 19.635 15.7629 19.5729 15.9161 19.3432C15.9708 19.261 16 19.1645 16 19.0658V4.93433C16 4.65818 15.7762 4.43433 15.5 4.43433C15.4013 4.43433 15.3048 4.46355 15.2227 4.5183L4.62407 11.584C4.39431 11.7372 4.33222 12.0477 4.4854 12.2774C4.52201 12.3323 4.56914 12.3795 4.62407 12.4161Z'
            )
          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/play_reverse_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/play_reverse_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/play_reverse_fill.rb