prompt --application/shared_components/user_interface/templates/button/icon
begin
-- Manifest
-- BUTTON TEMPLATE: ICON
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2024.05.31'
,p_release=>'24.1.2'
,p_default_workspace_id=>5893639279394007
,p_default_application_id=>20011
,p_default_id_offset=>0
,p_default_owner=>'DEMO'
);
wwv_flow_imp_shared.create_button_templates(
p_id=>wwv_flow_imp.id(10205325854629788)
,p_template_name=>'Icon'
,p_internal_name=>'ICON'
,p_template=>''
,p_hot_template=>''
,p_reference_id=>2347660919680321258
,p_translate_this_template=>'N'
,p_theme_class_id=>5
,p_theme_id=>42
);
wwv_flow_imp.component_end;
end;
/