8 lines
121 B
C++
8 lines
121 B
C++
#pragma once
|
|
|
|
#include "icon.h"
|
|
|
|
namespace bobbyicons {
|
|
extern const espgui::Icon<24, 24> git;
|
|
} // namespace bobbyicons
|