Sha256: 594aa7a2a093ee41b9440ad61e58c8149a8f2275b5fd1a13eac4113df08f8264

Contents?: true

Size: 709 Bytes

Versions: 18

Compression:

Stored size: 709 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class WindowsFill < 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.00098 5.47902L10.3778 4.4625V11.5902H3.00098V5.47902ZM3.00098 18.521L10.3778 19.5375V12.4982H3.00098V18.521ZM11.1894 19.646L21.001 21V12.4982H11.1894V19.646ZM11.1894 4.35402V11.5902H21.001V3L11.1894 4.35402Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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