Sha256: 73f18d59d7168364935a706fc2bcb95ce58ade2456bc69d590f740fd8344fc97

Contents?: true

Size: 727 Bytes

Versions: 24

Compression:

Stored size: 727 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class HeartFill < 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:
                'M12.001 4.52853C14.35 2.42 17.98 2.49 20.2426 4.75736C22.5053 7.02472 22.583 10.637 20.4786 12.993L11.9999 21.485L3.52138 12.993C1.41705 10.637 1.49571 7.01901 3.75736 4.75736C6.02157 2.49315 9.64519 2.41687 12.001 4.52853Z'
            )
          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_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/heart_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/heart_fill.rb