Sha256: de2a340f56960a3c8a5f1ee995ee00b87afd3975b04ea7b8d879f8488f7a6fb8

Contents?: true

Size: 1.02 KB

Versions: 18

Compression:

Stored size: 1.02 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BadgeAdFill < 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:
                'M11.35 8.337c0-.699-.42-1.138-1.001-1.138-.584 0-.954.444-.954 1.239v.453c0 .8.374 1.248.972 1.248.588 0 .984-.44.984-1.2zm-5.413.237-.734-2.426H5.15l-.734 2.426h1.52z'
            )
            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-2zm6.209 6.32c0-1.28.694-2.044 1.753-2.044.655 0 1.156.294 1.336.769h.053v-2.36h1.16V11h-1.138v-.747h-.057c-.145.474-.69.804-1.367.804-1.055 0-1.74-.764-1.74-2.043v-.695zm-4.04 1.138L3.7 11H2.5l2.013-5.999H5.9L7.905 11H6.644l-.47-1.542H4.17z'
            )
          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_ad_fill.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/badge_ad_fill.rb