Sha256: 2fe87c90a716a957a4960b8459c7067f81e687ee35f5e3b334222e78567ff6da

Contents?: true

Size: 788 Bytes

Versions: 18

Compression:

Stored size: 788 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CollectionPlayFill < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6zm6.258-6.437a.5.5 0 0 1 .507.013l4 2.5a.5.5 0 0 1 0 .848l-4 2.5A.5.5 0 0 1 6 12V7a.5.5 0 0 1 .258-.437'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-1.8.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/collection_play_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/collection_play_fill.rb