Sha256: 2bfce0e68d7fd8b0d67cc413af3b184455423b64e043ebcda770c740f9f3e40b

Contents?: true

Size: 692 Bytes

Versions: 24

Compression:

Stored size: 692 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ComputerFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M13 18V20H17V22H7V20H11V18H2.9918C2.44405 18 2 17.5511 2 16.9925V4.00748C2 3.45107 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44892 22 4.00748V16.9925C22 17.5489 21.5447 18 21.0082 18H13Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/computer_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/computer_fill.rb