Sha256: 04265d3230af883b0354c9c4b89a025733b9b645bd74c8334f8355145e6ef061

Contents?: true

Size: 1.01 KB

Versions: 14

Compression:

Stored size: 1.01 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Clipboard2DataFill < 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-.5M10 7a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0zm-6 4a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm4-3a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V9a1 1 0 0 1 1-1'
            )
          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_data_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/clipboard2_data_fill.rb