Sha256: 8de28e702ecea33aae9c5d583c6f283481127fb56e7060eefcf167cb7919a4e7

Contents?: true

Size: 761 Bytes

Versions: 16

Compression:

Stored size: 761 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class WindowsLine < 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:
                'M21.001 2.5V21.5L3.00098 19.5V4.5L21.001 2.5ZM19.001 12.999L12.001 13V18.487L19.001 19.2655V12.999ZM5.00098 17.7099L10.001 18.265V13L5.00098 12.999V17.7099ZM19.001 10.999V4.73453L12.001 5.512V11L19.001 10.999ZM10.001 5.734L5.00098 6.29009V10.999L10.001 11V5.734Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

16 entries across 16 versions & 2 rubygems

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