Sha256: 39738adaed8d929dfbd884013f2f37649fec0fbd13a2f7ef0ce61179fa62e9ce

Contents?: true

Size: 1.08 KB

Versions: 18

Compression:

Stored size: 1.08 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BalloonFill < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              fill_rule: 'evenodd',
              d:
                'M8.48 10.901C11.211 10.227 13 7.837 13 5A5 5 0 0 0 3 5c0 2.837 1.789 5.227 4.52 5.901l-.244.487a.25.25 0 1 0 .448.224l.04-.08c.009.17.024.315.051.45.068.344.208.622.448 1.102l.013.028c.212.422.182.85.05 1.246-.135.402-.366.751-.534 1.003a.25.25 0 0 0 .416.278l.004-.007c.166-.248.431-.646.588-1.115.16-.479.212-1.051-.076-1.629-.258-.515-.365-.732-.419-1.004a2 2 0 0 1-.037-.289l.008.017a.25.25 0 1 0 .448-.224zM4.352 3.356a4 4 0 0 1 3.15-2.325C7.774.997 8 1.224 8 1.5s-.226.496-.498.542c-.95.162-1.749.78-2.173 1.617a.6.6 0 0 1-.52.341c-.346 0-.599-.329-.457-.644'
            )
          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/balloon_fill.rb
phlex-icons-bootstrap-1.8.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/balloon_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/balloon_fill.rb