Sha256: a7740d63a1267993616e460068c72aedf416e285b07bf98a326f1c6069f2de9c

Contents?: true

Size: 1.08 KB

Versions: 14

Compression:

Stored size: 1.08 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ArrowThroughHeartFill < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              fill_rule: 'evenodd',
              d:
                'M2.854 15.854A.5.5 0 0 1 2 15.5V14H.5a.5.5 0 0 1-.354-.854l1.5-1.5A.5.5 0 0 1 2 11.5h1.793l3.103-3.104a.5.5 0 1 1 .708.708L4.5 12.207V14a.5.5 0 0 1-.146.354zM16 3.5a.5.5 0 0 1-.854.354L14 2.707l-1.006 1.006c.236.248.44.531.6.845.562 1.096.585 2.517-.213 4.092-.793 1.563-2.395 3.288-5.105 5.08L8 13.912l-.276-.182A24 24 0 0 1 5.8 12.323L8.31 9.81a1.5 1.5 0 0 0-2.122-2.122L3.657 10.22a9 9 0 0 1-1.039-1.57c-.798-1.576-.775-2.997-.213-4.093C3.426 2.565 6.18 1.809 8 3.233c1.25-.98 2.944-.928 4.212-.152L13.292 2 12.147.854A.5.5 0 0 1 12.5 0h3a.5.5 0 0 1 .5.5z'
            )
          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/arrow_through_heart_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb