Sha256: f7373c8dc14192061c514091136d3c5702d6816f2b38cad54b7cd9cfd5ce6e21

Contents?: true

Size: 999 Bytes

Versions: 14

Compression:

Stored size: 999 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class ClipboardDataFill < 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:
                'M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z'
            )
            s.path(
              d:
                'M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5zM10 8a1 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 0v-3a1 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/clipboard_data_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/clipboard_data_fill.rb