Sha256: 2a3e3d21f41a090ca2202796d9f66619a622f8f200d92e15314523339e302e02

Contents?: true

Size: 919 Bytes

Versions: 18

Compression:

Stored size: 919 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class UserHeartFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M17.841 15.659L18.017 15.836L18.1945 15.659C19.0732 14.7803 20.4978 14.7803 21.3765 15.659C22.2552 16.5377 22.2552 17.9623 21.3765 18.841L18.0178 22.1997L14.659 18.841C13.7803 17.9623 13.7803 16.5377 14.659 15.659C15.5377 14.7803 16.9623 14.7803 17.841 15.659ZM12 14V22H4C4 17.6651 7.44784 14.1355 11.7508 14.0038L12 14ZM12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/user_heart_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/user_heart_fill.rb