Sha256: cdd9d9d16a31710679450a78fd5d2c30aae15fa1373869de526de250e367cdb8

Contents?: true

Size: 769 Bytes

Versions: 24

Compression:

Stored size: 769 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class OrderPlayFill < 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:
                'M17 3.99998V2.0675C17 1.79136 17.2239 1.5675 17.5 1.5675C17.617 1.5675 17.7302 1.60851 17.8201 1.68339L21.9391 5.11587C22.1512 5.29266 22.1799 5.60794 22.0031 5.82008C21.9081 5.93407 21.7674 5.99998 21.619 5.99998H2V3.99998H17ZM2 18H22V20H2V18ZM2 11H22V13H2V11Z'
            )
          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/order_play_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/order_play_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/order_play_fill.rb