%= render Primer::BaseComponent.new(**@system_arguments) do %> <% if @is_label_visible %> <%= @label_text %> <% else %> <%= @label_text %> <% end %> <% if @with_icon %> <%= render Primer::Beta::Octicon.new(:search) %> <% end %> <%= input %> <% if @is_clearable %> <%= primer_octicon "x" %> <% end %> <% if @with_icon %> <% end %> <%= results %>