Sha256: 842a45632d499fae6567f93e916075187b5157ba9e0814c692f16afb03bfed93

Contents?: true

Size: 1.11 KB

Versions: 14

Compression:

Stored size: 1.11 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BadgeCcFill < 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:
                '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-2zm3.027 4.002c-.83 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05H7.36v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747C2.5 6.051 3.414 5 5.018 5c1.318 0 2.29.813 2.342 2v.11H6.213c-.048-.638-.505-1.108-1.186-1.108m6.14 0c-.831 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.318 1.727.69 0 1.139-.435 1.187-1.05H13.5v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.751 2.518-2.751 1.318 0 2.29.813 2.342 2v.11h-1.147c-.048-.638-.505-1.108-1.187-1.108z'
            )
          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_cc_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb