Sha256: b6cd8e123219e8bfa0c057acaa5a9654573ce986797d641fc7b218fcb6235891

Contents?: true

Size: 1.05 KB

Versions: 24

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class HeartAddLine < 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:
                'M19.0001 14V17H22.0001V19H18.9991L19.0001 22H17.0001L16.9991 19H14.0001V17H17.0001V14H19.0001ZM20.2426 4.75748C22.505 7.02453 22.5829 10.6361 20.4795 12.9921L19.06 11.5741C20.3901 10.05 20.3201 7.66 18.827 6.17022C17.3244 4.67104 14.9076 4.60713 13.337 6.017L12.0019 7.21536L10.6661 6.01793C9.09098 4.60609 6.67506 4.66821 5.17157 6.1717C3.68183 7.66143 3.60704 10.0474 4.97993 11.6233L13.412 20.0691L11.9999 21.4851L3.52138 12.9931C1.41705 10.6371 1.49571 7.01913 3.75736 4.75748C6.02157 2.49327 9.64519 2.41699 12.001 4.52865C14.35 2.42012 17.98 2.49012 20.2426 4.75748Z'
            )
          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_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/heart_add_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/heart_add_line.rb