Sha256: 66eba027a0e0beef14e20a6a8821788319b9bd6d4fd86463de0000543b1fb19c

Contents?: true

Size: 1.09 KB

Versions: 25

Compression:

Stored size: 1.09 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ArrowThroughHeartFill < Base
        def view_template
          svg(
            class: classes,
            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

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/arrow_through_heart_fill.rb