Sha256: b81c8ef1aff3e394c562de94a5e53be2025f177421bd0dd22eb54742dfceb012

Contents?: true

Size: 882 Bytes

Versions: 24

Compression:

Stored size: 882 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class PlayReverseLine < 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:
                'M7.60558 12.0001L14 7.7371V16.263L7.60558 12.0001ZM4.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_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/play_reverse_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/play_reverse_line.rb