Sha256: 1cdce269653d9e4d0a4a32c982a04b661936b81a62fa17b9cc1f805912cc3284

Contents?: true

Size: 865 Bytes

Versions: 14

Compression:

Stored size: 865 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Badge4kFill < 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: 'M3.577 8.9v.03h1.828V5.898h-.062a47 47 0 0 0-1.766 3.001z')
            s.path(
              d:
                'M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm2.372 3.715.435-.714h1.71v3.93h.733v.957h-.733V11H5.405V9.888H2.5v-.971c.574-1.077 1.225-2.142 1.872-3.202m7.73-.714h1.306l-2.14 2.584L13.5 11h-1.428l-1.679-2.624-.615.7V11H8.59V5.001h1.187v2.686h.057L12.102 5z'
            )
          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/badge_4k_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/badge_4k_fill.rb