Sha256: ba08f6a570c73a970d600e26ea2eb8b8ff22b819acc69a1637024b832b2b9484

Contents?: true

Size: 694 Bytes

Versions: 18

Compression:

Stored size: 694 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class XingLine < 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:
                'M20.4443 3.5L13.8099 14.9901L17.8573 22H15.5473L11.5021 14.9914L11.5003 14.9904L18.1343 3.5H20.4443ZM8.31033 7L10.7324 11.1962L10.7305 11.1973L7.66933 16.5H5.36133L8.42215 11.1951L6.00133 7H8.31033Z'
            )
          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/xing_line.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/xing_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/xing_line.rb