Sha256: 8521ddb77a85dac19c6b8f47a5f76b24b5643f36abbcf061ef0788a36db76aa2

Contents?: true

Size: 1.11 KB

Versions: 14

Compression:

Stored size: 1.11 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Clipboard2HeartFill < 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:
                'M10.058.501a.5.5 0 0 0-.5-.501h-2.98c-.276 0-.5.225-.5.501A.5.5 0 0 1 5.582 1a.497.497 0 0 0-.497.497V2a.5.5 0 0 0 .5.5h4.968a.5.5 0 0 0 .5-.5v-.503A.497.497 0 0 0 10.555 1a.5.5 0 0 1-.497-.499'
            )
            s.path(
              fill_rule: 'evenodd',
              d:
                'M4.174 1h-.57a1.5 1.5 0 0 0-1.5 1.5v12a1.5 1.5 0 0 0 1.5 1.5h9a1.5 1.5 0 0 0 1.5-1.5v-12a1.5 1.5 0 0 0-1.5-1.5h-.642q.084.236.085.5V2c0 .828-.668 1.5-1.492 1.5H5.581A1.496 1.496 0 0 1 4.09 2v-.5q.001-.264.085-.5Zm3.894 5.482c1.656-1.673 5.795 1.254 0 5.018-5.795-3.764-1.656-6.69 0-5.018'
            )
          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/clipboard2_heart_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/clipboard2_heart_fill.rb