Sha256: 69348cf3ec10998905ab4a25cc5a1c9072178735a8b20f1ef1c831c974f7e07a

Contents?: true

Size: 1.17 KB

Versions: 25

Compression:

Stored size: 1.17 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Badge8kFill < 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:
                'M3.9 6.605c0 .51.405.866.95.866s.945-.356.945-.866-.4-.852-.945-.852-.95.343-.95.852m-.192 2.668c0 .589.492.984 1.142.984.646 0 1.143-.395 1.143-.984S5.496 8.28 4.85 8.28c-.65 0-1.142.404-1.142.993'
            )
            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-2zm5.17 7.348c0 1.041-.927 1.766-2.333 1.766s-2.312-.72-2.312-1.762c0-.954.712-1.384 1.257-1.494v-.053c-.51-.154-1.02-.558-1.02-1.331 0-.914.831-1.587 2.088-1.587 1.253 0 2.083.673 2.083 1.587 0 .782-.523 1.182-1.02 1.331v.053c.545.11 1.257.545 1.257 1.49M12.102 5h1.306l-2.14 2.584 2.232 3.415h-1.428l-1.679-2.624-.615.699v1.925H8.59V5h1.187v2.685h.057z'
            )
          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/badge_8k_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/badge_8k_fill.rb