Sha256: 6f4eaa1e7261106b7411997755f380a77affba90b1f43134c1ac28d0b6b9e132

Contents?: true

Size: 1.04 KB

Versions: 24

Compression:

Stored size: 1.04 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class DashboardLine < 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:
                'M14 21C13.4477 21 13 20.5523 13 20V12C13 11.4477 13.4477 11 14 11H20C20.5523 11 21 11.4477 21 12V20C21 20.5523 20.5523 21 20 21H14ZM4 13C3.44772 13 3 12.5523 3 12V4C3 3.44772 3.44772 3 4 3H10C10.5523 3 11 3.44772 11 4V12C11 12.5523 10.5523 13 10 13H4ZM9 11V5H5V11H9ZM4 21C3.44772 21 3 20.5523 3 20V16C3 15.4477 3.44772 15 4 15H10C10.5523 15 11 15.4477 11 16V20C11 20.5523 10.5523 21 10 21H4ZM5 19H9V17H5V19ZM15 19H19V13H15V19ZM13 4C13 3.44772 13.4477 3 14 3H20C20.5523 3 21 3.44772 21 4V8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V4ZM15 5V7H19V5H15Z'
            )
          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/dashboard_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/dashboard_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/dashboard_line.rb