Sha256: 0c2589a3704957078544238314253f7ed7f1d71653b13734ab0e9b63f2897736

Contents?: true

Size: 1 KB

Versions: 14

Compression:

Stored size: 1 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Clipboard2CheckFill < 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:
                'M10 .5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5.5.5 0 0 1-.5.5.5.5 0 0 0-.5.5V2a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 11 2v-.5a.5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5'
            )
            s.path(
              d:
                'M4.085 1H3.5A1.5 1.5 0 0 0 2 2.5v12A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-12A1.5 1.5 0 0 0 12.5 1h-.585q.084.236.085.5V2a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 2v-.5q.001-.264.085-.5m6.769 6.854-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708.708'
            )
          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_check_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/clipboard2_check_fill.rb