// Copyright (c) 2024 Xu Shaohua . All rights reserved. // Use of this source is governed by Lesser General Public License // that can be found in the LICENSE file. pub const SVG_ICONS: &[(&str, &str)] = &[ ("Add", r#""#), ( "ArrowDownward", r#""#, ), ("ArrowDropDown", r#""#), ( "Cancel", r#""#, ), ( "CheckBox", r#""#, ), ( "CheckBoxOutlineBlank", r#""#, ), ( "CheckCircle", r#""#, ), ( "Close", r#""#, ), ( "ErrorOutline", r#""#, ), ( "FirstPage", r#""#, ), ( "IntermediateCheckBox", r#""#, ), ( "InfoOutlined", r#""#, ), ( "KeyboardArrowLeft", r#""#, ), ( "KeyboardArrowRight", r#""#, ), ( "LastPage", r#""#, ), ( "MoreHorizontal", r#""#, ), ( "NavigateBefore", r#""#, ), ( "NavigateNext", r#""#, ), ( "Person", r#""#, ), ( "RadioButtonChecked", r#""#, ), ( "RadioButtonUnchecked", r#""#, ), ( "ReportProblemOutlined", r#""#, ), ( "Star", r#""#, ), ( "StarBorder", r#""#, ), ( "SuccessOutlined", r#""#, ), ( "Warning", r#""#, ), ];