# frozen_string_literal: true

module Icons
  # FAQ
  class QuestionMarkCircleComponent < ViewComponent::Base
  end
end
