Sha256: b65aceb5474867b33c8deda41168718e6f58585fc0cfd52e886b775bb36ed91b

Contents?: true

Size: 1.14 KB

Versions: 25

Compression:

Stored size: 1.14 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Bug < Base
        def view_template
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M4.355.522a.5.5 0 0 1 .623.333l.291.956A5 5 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A5 5 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623M4 7v4a4 4 0 0 0 3.5 3.97V7zm4.5 0v7.97A4 4 0 0 0 12 11V7zM12 6a4 4 0 0 0-1.334-2.982A3.98 3.98 0 0 0 8 2a3.98 3.98 0 0 0-2.667 1.018A4 4 0 0 0 4 6z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/bug.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/bug.rb