Sha256: 2f51707de28b744c938b33042074fa4e1227dea1bac46c86d1744e1645098625

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 Clipboard2Check < 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:
                'M9.5 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 .5.5V2a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5z'
            )
            s.path(
              d:
                'M3 2.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 0 0-1h-.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 1H12a.5.5 0 0 0 0 1h.5a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5z'
            )
            s.path(
              d:
                'M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z'
            )
          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.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/clipboard2_check.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/clipboard2_check.rb