Sha256: 2a6036e353c8a5d7d4dd20d56b6f640ab36eed648dbf9056229bdc226fa1dffe

Contents?: true

Size: 731 Bytes

Versions: 14

Compression:

Stored size: 731 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class PlayCircle < 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: 'M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'
            )
            s.path(
              d:
                'M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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