Sha256: ab2826cb4f4fc9ff0115ab51b369fa5051effa56d1b4640b36ee414a8fc38c18

Contents?: true

Size: 1.37 KB

Versions: 14

Compression:

Stored size: 1.37 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Ethernet < 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:
                'M14 13.5v-7a.5.5 0 0 0-.5-.5H12V4.5a.5.5 0 0 0-.5-.5h-1v-.5A.5.5 0 0 0 10 3H6a.5.5 0 0 0-.5.5V4h-1a.5.5 0 0 0-.5.5V6H2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5M3.75 11h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25m2 0h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25m1.75.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25zM9.75 11h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-1.5a.25.25 0 0 1 .25-.25m1.75.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v1.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25z'
            )
            s.path(
              d:
                'M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 2a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1z'
            )
          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/ethernet.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/ethernet.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/ethernet.rb