Sha256: 70c35a131889999d1f25fb00807fbaea0ea8d00bdda6eb95095fa1c9a581e000

Contents?: true

Size: 1.23 KB

Versions: 18

Compression:

Stored size: 1.23 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Badge8k < 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.837 11.114c1.406 0 2.333-.725 2.333-1.766 0-.945-.712-1.38-1.256-1.49v-.053c.496-.15 1.02-.55 1.02-1.331 0-.914-.831-1.587-2.084-1.587-1.257 0-2.087.673-2.087 1.587 0 .773.51 1.177 1.02 1.331v.053c-.546.11-1.258.54-1.258 1.494 0 1.042.906 1.762 2.312 1.762m.013-3.643c-.545 0-.95-.356-.95-.866s.405-.852.95-.852.945.343.945.852c0 .51-.4.866-.945.866m0 2.786c-.65 0-1.142-.395-1.142-.984S4.2 8.28 4.85 8.28c.646 0 1.143.404 1.143.993s-.497.984-1.143.984M13.408 5h-1.306L9.835 7.685h-.057V5H8.59v5.998h1.187V9.075l.615-.699 1.679 2.623H13.5l-2.232-3.414z'
            )
            s.path(
              d:
                'M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z'
            )
          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/badge_8k.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/badge_8k.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/badge_8k.rb