fixing that old ugly error icon + red
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ namespace anm2ed::resource::icon
|
||||
constexpr auto SIZE_HUGE = glm::ivec2(512, 512);
|
||||
|
||||
constexpr auto NONE_DATA = R"(
|
||||
<svg viewBox="0 0 24 24" fill="#FFF" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM11 15V17H13V15H11ZM11 7V13H13V7H11Z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#FFF"><path d="M10.5859 12L2.79297 4.20706L4.20718 2.79285L12.0001 10.5857L19.793 2.79285L21.2072 4.20706L13.4143 12L21.2072 19.7928L19.793 21.2071L12.0001 13.4142L4.20718 21.2071L2.79297 19.7928L10.5859 12Z"></path></svg>
|
||||
)";
|
||||
|
||||
constexpr auto FILE_DATA = R"(
|
||||
|
||||
Reference in New Issue
Block a user