Sha256: af143bb1d38a04114d19c821e2115a840ffcf5398e14882657183a071ea4b33a

Contents?: true

Size: 1.05 KB

Versions: 14

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Clipboard2XFill < 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-.5M8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 1 1 .708-.708z'
            )
          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_x_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/clipboard2_x_fill.rb