Sha256: c29ae852d758471669a0a775f45977f5fffacd81887475868f9ed0f0ebd6d705

Contents?: true

Size: 997 Bytes

Versions: 14

Compression:

Stored size: 997 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class DashboardFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M3 12C3 12.5523 3.44772 13 4 13H10C10.5523 13 11 12.5523 11 12V4C11 3.44772 10.5523 3 10 3H4C3.44772 3 3 3.44772 3 4V12ZM3 20C3 20.5523 3.44772 21 4 21H10C10.5523 21 11 20.5523 11 20V16C11 15.4477 10.5523 15 10 15H4C3.44772 15 3 15.4477 3 16V20ZM13 20C13 20.5523 13.4477 21 14 21H20C20.5523 21 21 20.5523 21 20V12C21 11.4477 20.5523 11 20 11H14C13.4477 11 13 11.4477 13 12V20ZM14 3C13.4477 3 13 3.44772 13 4V8C13 8.55228 13.4477 9 14 9H20C20.5523 9 21 8.55228 21 8V4C21 3.44772 20.5523 3 20 3H14Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/dashboard_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/dashboard_fill.rb