Sha256: 10bf65c2af47ddb6a1d731e3909bc1f7e5233964eb004dc41743ae90e13381bf

Contents?: true

Size: 536 Bytes

Versions: 14

Compression:

Stored size: 536 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Bootstrap
      class RecordBtnFill < 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:
                'M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2m8-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6'
            )
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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