Sha256: 9d220ad55aa4592604e09f3273186875d516d99b7e10aecb0fc3dba9e5418a9a

Contents?: true

Size: 767 Bytes

Versions: 16

Compression:

Stored size: 767 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TwitchLine < 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:
                'M4.30098 3H21.001V14.7L16.301 19.4H12.401L9.90098 21.8H7.00098V19.4H3.00098V6.2L4.30098 3ZM5.00098 17.4H9.00098V19.8H9.09636L11.5964 17.4H15.4725L19.001 13.8716V5H5.00098V17.4ZM15.001 8H17.001V12.7H15.001V8ZM15.001 8H17.001V12.7H15.001V8ZM10.001 8H12.001V12.7H10.001V8Z'
            )
          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/twitch_line.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/twitch_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/twitch_line.rb