Sha256: 720bb177dc64afe2223ca4d3b8713b68c8a89abcb14f803af678ace22a4f80a5

Contents?: true

Size: 1.11 KB

Versions: 25

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(
            class: classes,
            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

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/badge_cc_fill.rb