Sha256: 481f5686b06d2b1a8d710a27166ba383d27316410e3c66cbc6a004fcd9202235

Contents?: true

Size: 1.08 KB

Versions: 14

Compression:

Stored size: 1.08 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BugFill < 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:
                'M4.978.855a.5.5 0 1 0-.956.29l.41 1.352A5 5 0 0 0 3 6h10a5 5 0 0 0-1.432-3.503l.41-1.352a.5.5 0 1 0-.956-.29l-.291.956A5 5 0 0 0 8 1a5 5 0 0 0-2.731.811l-.29-.956z'
            )
            s.path(
              d:
                'M13 6v1H8.5v8.975A5 5 0 0 0 13 11h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13V9h1.5a.5.5 0 0 0 0-1H13V7h.5A1.5 1.5 0 0 0 15 5.5V5a.5.5 0 0 0-1 0v.5a.5.5 0 0 1-.5.5zm-5.5 9.975V7H3V6h-.5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 0-1 0v.5A1.5 1.5 0 0 0 2.5 7H3v1H1.5a.5.5 0 0 0 0 1H3v1h-.5A1.5 1.5 0 0 0 1 11.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3a5 5 0 0 0 4.5 4.975'
            )
          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/bug_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/bug_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/bug_fill.rb