diff --git a/README.md b/README.md
index 7fbbd7a..97b28c2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
Is it a list? Is it a generator? No its a
# LazyList
+
+
+
+
Have you ever found yourself in a situation, where you used a generator, but then realized, that you sometimes need an element from further in the future? Or specific past element? This very specific problem is no more, thank to LazyList! (Wow!)
## What does it do?
@@ -9,3 +13,11 @@ The LazyList is mutable and inserts, appends and extends are possible. The LazyL
When you try to access at an index, that the generator never generates, you get a StopIteration-Exception.
len(lazyList) will return inf, while the generator end has not been reached.
+
+## Attribution
+
+Icon is based on:
+
+Lazy by Adrien Coquet from Noun Project
+
+List by Kirby Wu from Noun Project
diff --git a/lazylist.svg b/lazylist.svg
new file mode 100644
index 0000000..0d2f508
--- /dev/null
+++ b/lazylist.svg
@@ -0,0 +1,49 @@
+
+
+
+