Sha256: 018be86041a0936552342473088eca4cbdfadbaa0490717cbd32f0db7865f0a0

Contents?: true

Size: 946 Bytes

Versions: 18

Compression:

Stored size: 946 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Badge4k < 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.807 5.001C4.021 6.298 3.203 7.6 2.5 8.917v.971h2.905V11h1.112V9.888h.733V8.93h-.733V5.001zm-1.23 3.93v-.032a47 47 0 0 1 1.766-3.001h.062V8.93zm9.831-3.93h-1.306L9.835 7.687h-.057V5H8.59v6h1.187V9.075l.615-.699L12.072 11H13.5l-2.232-3.415z'
            )
            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_4k.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/badge_4k.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/badge_4k.rb