Sha256: bd08a85cee9b8a6d6cf8176631359a64cdf1f47ac62656a812f57577b8d872ef

Contents?: true

Size: 952 Bytes

Versions: 14

Compression:

Stored size: 952 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EmojiHeartEyesFill < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0M4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434m6.559 5.448a.5.5 0 0 1 .548.736A4.5 4.5 0 0 1 7.965 13a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242s1.46-.118 2.152-.242a27 27 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434-3.067-3.554.19-4.858.952-3.434z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/emoji_heart_eyes_fill.rb