Moon DS provides a set of commonly used interface icons you can use in your project.
<:example>
<:code>{default_code()}
<:example>
<:code>{icons_code()}
Please select icons for Import.
{get_import_text_by_attribute(assigns, @selected_icons)}
{get_import_text_by_name(assigns, @selected_icons)}
{#for name <- Icons.group_names()}
{#for icon_name <- apply(Icons, String.to_existing_atom("list_#{name}"), [])}
{/for}
{/for}
"""
end
def default_code do
"""