Sha256: 9934f1a9da49a0e8295d8fddd294bb9849b05d55250b8fee821161a9c43cb0bf

Contents?: true

Size: 739 Bytes

Versions: 24

Compression:

Stored size: 739 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class QuestionAnswerLine < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M5.45455 15L1 18.5V3C1 2.44772 1.44772 2 2 2H17C17.5523 2 18 2.44772 18 3V15H5.45455ZM4.76282 13H16V4H3V14.3851L4.76282 13ZM8 17H18.2372L20 18.3851V8H21C21.5523 8 22 8.44772 22 9V22.5L17.5455 19H9C8.44772 19 8 18.5523 8 18V17Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/question_answer_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/question_answer_line.rb