Sha256: 5cb59bb7e7633a6717eb4143748bbb2adefbc7b6c82f99e82b5f617c884b59d8

Contents?: true

Size: 804 Bytes

Versions: 24

Compression:

Stored size: 804 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class HeartPulseFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M16.5 3C19.5376 3 22 5.5 22 9C22 16 14.5 20 12 21.5C10.0224 20.3135 4.91625 17.5626 2.8685 13L7.56619 13L8.5 11.4437L11.5 16.4437L13.5662 13H17V11H12.4338L11.5 12.5563L8.5 7.55635L6.43381 11L2.21024 10.9999C2.07418 10.3626 2 9.69615 2 9C2 5.5 4.5 3 7.5 3C9.35997 3 11 4 12 5C13 4 14.64 3 16.5 3Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

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