Sha256: c88db37e4f6226062338b3bf436ce7db26a05ec8a85993799c3155bc9871e507

Contents?: true

Size: 647 Bytes

Versions: 4

Compression:

Stored size: 647 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class TwitterXLine < 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:
                'M8 2H1L9.26086 13.0145L1.44995 21.9999H4.09998L10.4883 14.651L16 22H23L14.3917 10.5223L21.8001 2H19.1501L13.1643 8.88578L8 2ZM17 20L5 4H7L19 20H17Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/twitter_x_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/twitter_x_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/twitter_x_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/twitter_x_line.rb