Sha256: e9bb27bdac4e84c49060667688b5c03a3423a7fc426065580c830e0bf8d90c19

Contents?: true

Size: 702 Bytes

Versions: 24

Compression:

Stored size: 702 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class QuestionAnswerFill < 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:
                'M8 18H18.2372L20 19.3851V9H21C21.5523 9 22 9.44772 22 10V23.5L17.5455 20H9C8.44772 20 8 19.5523 8 19V18ZM5.45455 16L1 19.5V4C1 3.44772 1.44772 3 2 3H17C17.5523 3 18 3.44772 18 4V16H5.45455Z'
            )
          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_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/question_answer_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/question_answer_fill.rb