Sha256: 171fadc68a7c3880c5991aa197415f015ea29c804b436179e0a45754eb5fc3d7

Contents?: true

Size: 1.19 KB

Versions: 14

Compression:

Stored size: 1.19 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BadgeSd < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              fill_rule: 'evenodd',
              d:
                'M15 4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm5.077 7.114c-1.524 0-2.263-.8-2.315-1.749h1.147c.079.466.527.809 1.234.809.739 0 1.13-.339 1.13-.83 0-.418-.3-.634-.923-.779l-.927-.215c-.932-.21-1.52-.747-1.52-1.657 0-1.098.918-1.815 2.24-1.815 1.371 0 2.162.77 2.22 1.692H6.238c-.075-.43-.466-.76-1.103-.76-.655 0-1.046.338-1.046.804 0 .36.294.598.821.712l.932.216c.971.22 1.613.685 1.613 1.691 0 1.117-.857 1.881-2.378 1.881M8.307 11V5.001h2.19c1.823 0 2.684 1.09 2.684 2.984 0 1.908-.874 3.015-2.685 3.015zm2.031-5.032h-.844v4.06h.844c1.116 0 1.622-.667 1.622-2.02 0-1.354-.51-2.04-1.622-2.04'
            )
          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_sd.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/badge_sd.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/badge_sd.rb