Sha256: fbd413b529afc4a74fcfe50d36d94fe5a056c66e88cb852172ff8b0148ab3106

Contents?: true

Size: 928 Bytes

Versions: 25

Compression:

Stored size: 928 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class EnvelopePaperHeartFill < 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:
                'm3 7.5 3.5 2L8 8.75l1.5.75 3.5-2v-6A1.5 1.5 0 0 0 11.5 0h-7A1.5 1.5 0 0 0 3 1.5zM2 3.133l-.941.502A2 2 0 0 0 0 5.4v.313l2 1.173zm12 3.753 2-1.173V5.4a2 2 0 0 0-1.059-1.765L14 3.133zm-3.693 3.324L16 6.873v6.5zm5.634 4.274L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516M5.693 10.21 0 13.372v-6.5zM8 1.982C9.664.309 13.825 3.236 8 7 2.175 3.236 6.336.31 8 1.982'
            )
          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/envelope_paper_heart_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/envelope_paper_heart_fill.rb