Sha256: adc21f47597e82c886c62ff46c84e52ae82c4592e32dd4b1fd8f3b7292a167d0

Contents?: true

Size: 907 Bytes

Versions: 12

Compression:

Stored size: 907 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Tabler
      class BrandWindows < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(
              d:
                'M17.8 20l-12 -1.5c-1 -.1 -1.8 -.9 -1.8 -1.9v-9.2c0 -1 .8 -1.8 1.8 -1.9l12 -1.5c1.2 -.1 2.2 .8 2.2 1.9v12.1c0 1.2 -1.1 2.1 -2.2 1.9z'
            )
            s.path(d: 'M12 5l0 14')
            s.path(d: 'M4 12l16 0')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/brand_windows.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/brand_windows.rb