Sha256: dd9eb7bd7cdda9c8459bda07c804d8e9c6f632ef726db9d1f0b7c9b063b3af6f

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 Badge3dFill < 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:
                'M10.157 5.968h-.844v4.06h.844c1.116 0 1.621-.667 1.621-2.02 0-1.354-.51-2.04-1.621-2.04'
            )
            s.path(
              d:
                'M0 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.184 4.368c.646 0 1.055.378 1.06.9.008.537-.427.919-1.086.919-.598-.004-1.037-.325-1.068-.756H3c.03.914.791 1.688 2.153 1.688 1.24 0 2.285-.66 2.272-1.798-.013-.953-.747-1.38-1.292-1.432v-.062c.44-.07 1.125-.527 1.108-1.375-.013-.906-.8-1.57-2.053-1.565-1.31.005-2.043.734-2.074 1.67h1.103c.022-.391.383-.751.936-.751.532 0 .928.33.928.813.004.479-.383.835-.928.835h-.632v.914zM8.126 11h2.189C12.125 11 13 9.893 13 7.985c0-1.894-.861-2.984-2.685-2.984H8.126z'
            )
          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_3d_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/badge_3d_fill.rb