Sha256: 2b9eec859960bd65cecbbc4ba3537bdf8048e9a41469c28ea17a811b1caab752

Contents?: true

Size: 983 Bytes

Versions: 18

Compression:

Stored size: 983 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BadgeVoFill < 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:
                'M12.296 8.394v-.782c0-1.156-.571-1.736-1.362-1.736-.796 0-1.363.58-1.363 1.736v.782c0 1.156.567 1.732 1.363 1.732.79 0 1.362-.576 1.362-1.732'
            )
            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-2zm11.5 5.62v.77c0 1.691-.962 2.724-2.566 2.724S8.363 10.081 8.363 8.39v-.77c0-1.704.967-2.733 2.57-2.733 1.605 0 2.567 1.037 2.567 2.734zM5.937 11H4.508L2.5 5.001h1.375L5.22 9.708h.057L6.61 5.001h1.318z'
            )
          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_vo_fill.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/badge_vo_fill.rb