This commit is contained in:
taynpg 2025-06-07 01:50:29 +08:00
parent 20a8cbaf85
commit 2d7fd92013
188 changed files with 7311 additions and 6 deletions

View File

@ -19,6 +19,7 @@ set(CMAKE_PREFIX_PATH
"D:/Qt/Qt5.14.2/5.14.2/msvc2017_64/"
"C:/Qt/6.7.2"
"/opt/homebrew/Cellar/qt/6.7.0_2/"
"D:/Dev/Qt6/msvc2022_64"
)
set(CMAKE_AUTOUIC ON)
@ -40,12 +41,14 @@ set(PROJECT_SOURCES
MainWidget.h
MainWidget.ui 3rd/tinyxml2.cpp
src/xml_opr.h src/xml_opr.cpp
src/config.h src/config.cpp public_def.cpp resource.qrc public_def.h
src/config.h src/config.cpp public_def.cpp public_def.h
resource/ico.rc src/attribute_edit.ui src/attribute_edit.h
src/attribute_edit.cpp flatgray.qrc
src/data_edit.h src/data_edit.cpp src/data_edit.ui
src/QCustomQLineEdit.h src/QCustomQLineEdit.cpp
form/qformatset.h form/qformatset.cpp form/qformatset.ui
resource/QtTheme.qrc
resource.qrc
)
if (MSVC)

View File

@ -146,6 +146,10 @@ MainWidget::MainWidget(QWidget* parent) : QWidget(parent), ui(new Ui::MainWidget
// qApp->setStyleSheet(qss_file.readAll());
// }
QFile file(":/QtTheme/theme/Flat/Light/Blue/Pink.qss");
if (file.open(QFile::ReadOnly)) {
setStyleSheet(file.readAll());
}
init_menu();
// 基本处理
base_init("");

View File

@ -1,10 +1,11 @@
#include "qformatset.h"
#include <QFile>
#include "../public_def.h"
#include "ui_qformatset.h"
QFormatSet::QFormatSet(QWidget* parent)
: QDialog(parent), ui(new Ui::QFormatSet)
QFormatSet::QFormatSet(QWidget* parent) : QDialog(parent), ui(new Ui::QFormatSet)
{
ui->setupUi(this);
connect(ui->btnOk, &QPushButton::clicked, this, [&]() { handle(); });
@ -14,13 +15,16 @@ QFormatSet::QFormatSet(QWidget* parent)
});
connect(ui->cbAll, &QCheckBox::toggled, this, [&]() { check_select(); });
connect(ui->btnSelect, &QPushButton::clicked, this, [&]() {
QString file = CUtil::select_file(this, u8"请选择xml文件",
u8"XML(*.xml);;所有文件 (*)");
QString file = CUtil::select_file(this, u8"请选择xml文件", u8"XML(*.xml);;所有文件 (*)");
if (file.isEmpty()) {
return;
}
ui->edXmlPath->setText(file);
});
QFile file(":/QtTheme/theme/Flat/Light/Blue/Pink.qss");
if (file.open(QFile::ReadOnly)) {
setStyleSheet(file.readAll());
}
}
QFormatSet::~QFormatSet()

View File

@ -13,7 +13,7 @@ int main(int argc, char *argv[])
QFont font("Microsoft YaHei", 9);
a.setFont(font);
//a.setStyle("fusion");
a.setStyle("windows");
//a.setStyle("windows");
#endif
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))

187
resource/QtTheme.qrc Normal file
View File

@ -0,0 +1,187 @@
<RCC>
<qresource prefix="/QtTheme/">
<file>theme/Flat/Light/Blue/Pink.qss</file>
<file>icon/check_box_unchecked/#424242.svg</file>
<file>icon/check_box_checked/#424242.svg</file>
<file>icon/check_box_unchecked/#bdbdbd.svg</file>
<file>icon/check_box_checked/#bdbdbd.svg</file>
<file>icon/check_box_unchecked/#42a5f5.svg</file>
<file>icon/check_box_checked/#42a5f5.svg</file>
<file>icon/check_box_unchecked/#90caf9.svg</file>
<file>icon/check_box_checked/#90caf9.svg</file>
<file>icon/check_box_unchecked/#ec407a.svg</file>
<file>icon/check_box_checked/#ec407a.svg</file>
<file>icon/check_box_unchecked/#f48fb1.svg</file>
<file>icon/check_box_checked/#f48fb1.svg</file>
<file>icon/check_box_unchecked/#66bb6a.svg</file>
<file>icon/check_box_checked/#66bb6a.svg</file>
<file>icon/check_box_unchecked/#a5d6a7.svg</file>
<file>icon/check_box_checked/#a5d6a7.svg</file>
<file>icon/check_box_unchecked/#ffa726.svg</file>
<file>icon/check_box_checked/#ffa726.svg</file>
<file>icon/check_box_unchecked/#ffcc80.svg</file>
<file>icon/check_box_checked/#ffcc80.svg</file>
<file>icon/check_box_unchecked/#ef5350.svg</file>
<file>icon/check_box_checked/#ef5350.svg</file>
<file>icon/check_box_unchecked/#ef9a9a.svg</file>
<file>icon/check_box_checked/#ef9a9a.svg</file>
<file>icon/size_grip/#616161.svg</file>
<file>icon/chevron_left/#bdbdbd.svg</file>
<file>icon/chevron_right/#bdbdbd.svg</file>
<file>icon/size_grip/#42a5f5.svg</file>
<file>icon/size_grip/#ec407a.svg</file>
<file>icon/size_grip/#66bb6a.svg</file>
<file>icon/size_grip/#ffa726.svg</file>
<file>icon/size_grip/#ef5350.svg</file>
<file>icon/chevron_down/#bdbdbd.svg</file>
<file>icon/chevron_down/#90caf9.svg</file>
<file>icon/chevron_down/#f48fb1.svg</file>
<file>icon/chevron_down/#a5d6a7.svg</file>
<file>icon/chevron_down/#ffcc80.svg</file>
<file>icon/chevron_down/#ef9a9a.svg</file>
<file>icon/chevron_up/#bdbdbd.svg</file>
<file>icon/chevron_up/#e0e0e0.svg</file>
<file>icon/chevron_down/#e0e0e0.svg</file>
<file>icon/chevron_up/#42a5f5.svg</file>
<file>icon/chevron_down/#42a5f5.svg</file>
<file>icon/chevron_up/#bbdefb.svg</file>
<file>icon/chevron_down/#bbdefb.svg</file>
<file>icon/chevron_up/#ec407a.svg</file>
<file>icon/chevron_down/#ec407a.svg</file>
<file>icon/chevron_up/#f8bbd0.svg</file>
<file>icon/chevron_down/#f8bbd0.svg</file>
<file>icon/chevron_up/#66bb6a.svg</file>
<file>icon/chevron_down/#66bb6a.svg</file>
<file>icon/chevron_up/#c8e6c9.svg</file>
<file>icon/chevron_down/#c8e6c9.svg</file>
<file>icon/chevron_up/#ffa726.svg</file>
<file>icon/chevron_down/#ffa726.svg</file>
<file>icon/chevron_up/#ffe0b2.svg</file>
<file>icon/chevron_down/#ffe0b2.svg</file>
<file>icon/chevron_up/#ef5350.svg</file>
<file>icon/chevron_down/#ef5350.svg</file>
<file>icon/chevron_up/#ffcdd2.svg</file>
<file>icon/chevron_down/#ffcdd2.svg</file>
<file>icon/close/#bdbdbd.svg</file>
<file>icon/chevron_down/#616161.svg</file>
<file>icon/close/#616161.svg</file>
<file>icon/chevron_up/#616161.svg</file>
<file>icon/triangle_right/#424242.svg</file>
<file>icon/triangle_right/#42a5f5.svg</file>
<file>icon/triangle_right/#ec407a.svg</file>
<file>icon/triangle_right/#66bb6a.svg</file>
<file>icon/triangle_right/#ffa726.svg</file>
<file>icon/triangle_right/#ef5350.svg</file>
<file>icon/radio_button_unchecked/#424242.svg</file>
<file>icon/radio_button_checked/#424242.svg</file>
<file>icon/radio_button_unchecked/#bdbdbd.svg</file>
<file>icon/radio_button_unchecked/#42a5f5.svg</file>
<file>icon/radio_button_checked/#42a5f5.svg</file>
<file>icon/radio_button_unchecked/#90caf9.svg</file>
<file>icon/radio_button_unchecked/#ec407a.svg</file>
<file>icon/radio_button_checked/#ec407a.svg</file>
<file>icon/radio_button_unchecked/#f48fb1.svg</file>
<file>icon/radio_button_unchecked/#66bb6a.svg</file>
<file>icon/radio_button_checked/#66bb6a.svg</file>
<file>icon/radio_button_unchecked/#a5d6a7.svg</file>
<file>icon/radio_button_unchecked/#ffa726.svg</file>
<file>icon/radio_button_checked/#ffa726.svg</file>
<file>icon/radio_button_unchecked/#ffcc80.svg</file>
<file>icon/radio_button_unchecked/#ef5350.svg</file>
<file>icon/radio_button_checked/#ef5350.svg</file>
<file>icon/radio_button_unchecked/#ef9a9a.svg</file>
<file>icon/chevron_up/#757575.svg</file>
<file>icon/chevron_up/#424242.svg</file>
<file>icon/chevron_down/#757575.svg</file>
<file>icon/chevron_down/#424242.svg</file>
<file>icon/chevron_left/#757575.svg</file>
<file>icon/chevron_left/#424242.svg</file>
<file>icon/chevron_left/#616161.svg</file>
<file>icon/chevron_right/#757575.svg</file>
<file>icon/chevron_right/#424242.svg</file>
<file>icon/chevron_right/#616161.svg</file>
<file>icon/chevron_up/#1e88e5.svg</file>
<file>icon/chevron_up/#2196f3.svg</file>
<file>icon/chevron_down/#1e88e5.svg</file>
<file>icon/chevron_down/#2196f3.svg</file>
<file>icon/chevron_left/#42a5f5.svg</file>
<file>icon/chevron_left/#1e88e5.svg</file>
<file>icon/chevron_left/#2196f3.svg</file>
<file>icon/chevron_right/#42a5f5.svg</file>
<file>icon/chevron_right/#1e88e5.svg</file>
<file>icon/chevron_right/#2196f3.svg</file>
<file>icon/chevron_up/#d81b60.svg</file>
<file>icon/chevron_up/#e91e63.svg</file>
<file>icon/chevron_down/#d81b60.svg</file>
<file>icon/chevron_down/#e91e63.svg</file>
<file>icon/chevron_left/#ec407a.svg</file>
<file>icon/chevron_left/#d81b60.svg</file>
<file>icon/chevron_left/#e91e63.svg</file>
<file>icon/chevron_right/#ec407a.svg</file>
<file>icon/chevron_right/#d81b60.svg</file>
<file>icon/chevron_right/#e91e63.svg</file>
<file>icon/chevron_up/#43a047.svg</file>
<file>icon/chevron_up/#4caf50.svg</file>
<file>icon/chevron_down/#43a047.svg</file>
<file>icon/chevron_down/#4caf50.svg</file>
<file>icon/chevron_left/#66bb6a.svg</file>
<file>icon/chevron_left/#43a047.svg</file>
<file>icon/chevron_left/#4caf50.svg</file>
<file>icon/chevron_right/#66bb6a.svg</file>
<file>icon/chevron_right/#43a047.svg</file>
<file>icon/chevron_right/#4caf50.svg</file>
<file>icon/chevron_up/#fb8c00.svg</file>
<file>icon/chevron_up/#ff9800.svg</file>
<file>icon/chevron_down/#fb8c00.svg</file>
<file>icon/chevron_down/#ff9800.svg</file>
<file>icon/chevron_left/#ffa726.svg</file>
<file>icon/chevron_left/#fb8c00.svg</file>
<file>icon/chevron_left/#ff9800.svg</file>
<file>icon/chevron_right/#ffa726.svg</file>
<file>icon/chevron_right/#fb8c00.svg</file>
<file>icon/chevron_right/#ff9800.svg</file>
<file>icon/chevron_up/#e53935.svg</file>
<file>icon/chevron_up/#f44336.svg</file>
<file>icon/chevron_down/#e53935.svg</file>
<file>icon/chevron_down/#f44336.svg</file>
<file>icon/chevron_left/#ef5350.svg</file>
<file>icon/chevron_left/#e53935.svg</file>
<file>icon/chevron_left/#f44336.svg</file>
<file>icon/chevron_right/#ef5350.svg</file>
<file>icon/chevron_right/#e53935.svg</file>
<file>icon/chevron_right/#f44336.svg</file>
<file>icon/size_grip/#1976d2.svg</file>
<file>icon/size_grip/#c2185b.svg</file>
<file>icon/size_grip/#388e3c.svg</file>
<file>icon/size_grip/#f57c00.svg</file>
<file>icon/size_grip/#d32f2f.svg</file>
<file>icon/triangle_right/#616161.svg</file>
<file>icon/triangle_left/#616161.svg</file>
<file>icon/close/#ef5350.svg</file>
<file>icon/close/#ef9a9a.svg</file>
<file>icon/triangle_left/#42a5f5.svg</file>
<file>icon/triangle_left/#ec407a.svg</file>
<file>icon/triangle_left/#66bb6a.svg</file>
<file>icon/triangle_left/#ffa726.svg</file>
<file>icon/triangle_left/#ef5350.svg</file>
<file>icon/table/#757575.svg</file>
<file>icon/table/#42a5f5.svg</file>
<file>icon/table/#ec407a.svg</file>
<file>icon/table/#66bb6a.svg</file>
<file>icon/table/#ffa726.svg</file>
<file>icon/table/#ef5350.svg</file>
<file>icon/ellipsis_vertical/#bdbdbd.svg</file>
<file>icon/ellipsis/#bdbdbd.svg</file>
<file>icon/triangle_down/#424242.svg</file>
<file>icon/chevron_right/#1976d2.svg</file>
<file>icon/chevron_down/#1976d2.svg</file>
<file>icon/chevron_right/#c2185b.svg</file>
<file>icon/chevron_down/#c2185b.svg</file>
<file>icon/chevron_right/#388e3c.svg</file>
<file>icon/chevron_down/#388e3c.svg</file>
<file>icon/chevron_right/#f57c00.svg</file>
<file>icon/chevron_down/#f57c00.svg</file>
<file>icon/chevron_right/#d32f2f.svg</file>
<file>icon/chevron_down/#d32f2f.svg</file>
</qresource>
</RCC>

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#424242" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#42a5f5" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#66bb6a" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#90caf9" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#a5d6a7" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bdbdbd" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ec407a" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ef5350" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ef9a9a" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#f48fb1" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffa726" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffcc80" d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>

After

Width:  |  Height:  |  Size: 247 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#424242" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#42a5f5" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#66bb6a" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#90caf9" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#a5d6a7" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bdbdbd" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ec407a" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ef5350" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ef9a9a" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#f48fb1" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffa726" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#ffcc80" d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#1976d2" fill="none" height="24px" role="img" stroke="#1976d2" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#1e88e5" fill="none" height="24px" role="img" stroke="#1e88e5" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#2196f3" fill="none" height="24px" role="img" stroke="#2196f3" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#388e3c" fill="none" height="24px" role="img" stroke="#388e3c" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#424242" fill="none" height="24px" role="img" stroke="#424242" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#42a5f5" fill="none" height="24px" role="img" stroke="#42a5f5" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#43a047" fill="none" height="24px" role="img" stroke="#43a047" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#4caf50" fill="none" height="24px" role="img" stroke="#4caf50" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#616161" fill="none" height="24px" role="img" stroke="#616161" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#66bb6a" fill="none" height="24px" role="img" stroke="#66bb6a" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#757575" fill="none" height="24px" role="img" stroke="#757575" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#90caf9" fill="none" height="24px" role="img" stroke="#90caf9" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#a5d6a7" fill="none" height="24px" role="img" stroke="#a5d6a7" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#bbdefb" fill="none" height="24px" role="img" stroke="#bbdefb" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#bdbdbd" fill="none" height="24px" role="img" stroke="#bdbdbd" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#c2185b" fill="none" height="24px" role="img" stroke="#c2185b" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#c8e6c9" fill="none" height="24px" role="img" stroke="#c8e6c9" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#d32f2f" fill="none" height="24px" role="img" stroke="#d32f2f" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#d81b60" fill="none" height="24px" role="img" stroke="#d81b60" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#e0e0e0" fill="none" height="24px" role="img" stroke="#e0e0e0" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#e53935" fill="none" height="24px" role="img" stroke="#e53935" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#e91e63" fill="none" height="24px" role="img" stroke="#e91e63" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#ec407a" fill="none" height="24px" role="img" stroke="#ec407a" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#ef5350" fill="none" height="24px" role="img" stroke="#ef5350" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#ef9a9a" fill="none" height="24px" role="img" stroke="#ef9a9a" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#f44336" fill="none" height="24px" role="img" stroke="#f44336" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#f48fb1" fill="none" height="24px" role="img" stroke="#f48fb1" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#f57c00" fill="none" height="24px" role="img" stroke="#f57c00" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#f8bbd0" fill="none" height="24px" role="img" stroke="#f8bbd0" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#fb8c00" fill="none" height="24px" role="img" stroke="#fb8c00" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#ff9800" fill="none" height="24px" role="img" stroke="#ff9800" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#ffa726" fill="none" height="24px" role="img" stroke="#ffa726" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#ffcc80" fill="none" height="24px" role="img" stroke="#ffcc80" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#ffcdd2" fill="none" height="24px" role="img" stroke="#ffcdd2" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronDownIconTitle" color="#ffe0b2" fill="none" height="24px" role="img" stroke="#ffe0b2" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronDownIconTitle">Chevron Down</title>
<polyline points="6 10 12 16 18 10"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#1e88e5" fill="none" height="24px" role="img" stroke="#1e88e5" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#2196f3" fill="none" height="24px" role="img" stroke="#2196f3" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#424242" fill="none" height="24px" role="img" stroke="#424242" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#42a5f5" fill="none" height="24px" role="img" stroke="#42a5f5" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#43a047" fill="none" height="24px" role="img" stroke="#43a047" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#4caf50" fill="none" height="24px" role="img" stroke="#4caf50" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#616161" fill="none" height="24px" role="img" stroke="#616161" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#66bb6a" fill="none" height="24px" role="img" stroke="#66bb6a" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#757575" fill="none" height="24px" role="img" stroke="#757575" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#bdbdbd" fill="none" height="24px" role="img" stroke="#bdbdbd" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#d81b60" fill="none" height="24px" role="img" stroke="#d81b60" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#e53935" fill="none" height="24px" role="img" stroke="#e53935" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#e91e63" fill="none" height="24px" role="img" stroke="#e91e63" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#ec407a" fill="none" height="24px" role="img" stroke="#ec407a" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#ef5350" fill="none" height="24px" role="img" stroke="#ef5350" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#f44336" fill="none" height="24px" role="img" stroke="#f44336" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#fb8c00" fill="none" height="24px" role="img" stroke="#fb8c00" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#ff9800" fill="none" height="24px" role="img" stroke="#ff9800" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronLeftIconTitle" color="#ffa726" fill="none" height="24px" role="img" stroke="#ffa726" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronLeftIconTitle">Chevron Left</title>
<polyline points="14 18 8 12 14 6 14 6"/>
</svg>

After

Width:  |  Height:  |  Size: 352 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#1976d2" fill="none" height="24px" role="img" stroke="#1976d2" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#1e88e5" fill="none" height="24px" role="img" stroke="#1e88e5" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#2196f3" fill="none" height="24px" role="img" stroke="#2196f3" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#388e3c" fill="none" height="24px" role="img" stroke="#388e3c" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#424242" fill="none" height="24px" role="img" stroke="#424242" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#42a5f5" fill="none" height="24px" role="img" stroke="#42a5f5" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#43a047" fill="none" height="24px" role="img" stroke="#43a047" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#4caf50" fill="none" height="24px" role="img" stroke="#4caf50" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#616161" fill="none" height="24px" role="img" stroke="#616161" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#66bb6a" fill="none" height="24px" role="img" stroke="#66bb6a" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#757575" fill="none" height="24px" role="img" stroke="#757575" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#bdbdbd" fill="none" height="24px" role="img" stroke="#bdbdbd" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#c2185b" fill="none" height="24px" role="img" stroke="#c2185b" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#d32f2f" fill="none" height="24px" role="img" stroke="#d32f2f" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#d81b60" fill="none" height="24px" role="img" stroke="#d81b60" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#e53935" fill="none" height="24px" role="img" stroke="#e53935" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

View File

@ -0,0 +1,4 @@
<svg aria-labelledby="chevronRightIconTitle" color="#e91e63" fill="none" height="24px" role="img" stroke="#e91e63" stroke-linecap="square" stroke-linejoin="miter" stroke-width="2" viewBox="0 0 24 24" width="24px" xmlns="http://www.w3.org/2000/svg">
<title id="chevronRightIconTitle">Chevron Right</title>
<polyline points="10 6 16 12 10 18 10 18"/>
</svg>

After

Width:  |  Height:  |  Size: 357 B

Some files were not shown because too many files have changed in this diff Show More