Sha256: 5539e3ab28359b7ac3e5fd298ab53a77a8b71f2b5381f29e6f18adc5f3766637

Contents?: true

Size: 965 Bytes

Versions: 16

Compression:

Stored size: 965 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class WindowDock < 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:
                'M3.5 11a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm4.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'
            )
            s.path(
              d:
                'M14 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2zM2 14h12a1 1 0 0 0 1-1V5H1v8a1 1 0 0 0 1 1M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-bootstrap-1.7.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/window_dock.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/window_dock.rb