Sha256: b7c7a56a5377883b72131aba3caddec40b06ff28825301f40b40e16eabfc7f72

Contents?: true

Size: 631 Bytes

Versions: 24

Compression:

Stored size: 631 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Shape2Fill < 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:
                'M2 2H7V7H2V2ZM2 17H7V22H2V17ZM17 2H22V7H17V2ZM17 17H22V22H17V17ZM8 4H16V6H8V4ZM4 8H6V16H4V8ZM18 8H20V16H18V8ZM8 18H16V20H8V18Z'
            )
          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/shape_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/shape_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/shape_2_fill.rb