From 9cff90d8ed3880670c9ff49dbe2a993b5aeb3132 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Tue, 2 Nov 2021 23:18:46 +0100 Subject: v1.0.0 --- static/default.svg | 46 ++++++++++++++++++++++++++++++++++++++++++++++ static/image.svg | 1 + static/json.svg | 1 + static/text.svg | 1 + 4 files changed, 49 insertions(+) create mode 100644 static/default.svg create mode 100644 static/image.svg create mode 100644 static/json.svg create mode 100644 static/text.svg (limited to 'static') diff --git a/static/default.svg b/static/default.svg new file mode 100644 index 0000000..84b5b0a --- /dev/null +++ b/static/default.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/image.svg b/static/image.svg new file mode 100644 index 0000000..08149a7 --- /dev/null +++ b/static/image.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/json.svg b/static/json.svg new file mode 100644 index 0000000..21f1188 --- /dev/null +++ b/static/json.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/text.svg b/static/text.svg new file mode 100644 index 0000000..232f21f --- /dev/null +++ b/static/text.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.3.1