Sha256: a450f7e47821228488612991b88b4a41f9831209cfc420f9f318b279cc3c5442

Contents?: true

Size: 857 Bytes

Versions: 24

Compression:

Stored size: 857 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class HeartAdd2Fill < 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 10.4251 21.6891 11.7259 21.1729 12.9066C20.2524 12.332 19.165 12 18 12C14.6863 12 12 14.6863 12 18C12 19.1005 12.2963 20.1318 12.8134 21.0185C12.506 21.2007 12.2316 21.3611 12 21.5C9.50001 20 2 16 2 9C2 5.5 4.5 3 7.5 3C9.35997 3 11 4 12 5C13 4 14.64 3 16.5 3ZM19 17V14H17V17H14V19H16.999L17 22H19L18.999 19H22V17H19Z'
            )
          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_add_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/heart_add_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/heart_add_2_fill.rb