From 5b1490a7e6f6e0a4f2ea2ae2219912d0c98fe6c9 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Thu, 19 Jul 2018 16:48:12 -0400 Subject: [PATCH] Add checkmark icon to styleguide --- static/icons/checkmark.svg | 1 + templates/styleguide.html.to | 1 + 2 files changed, 2 insertions(+) create mode 100644 static/icons/checkmark.svg diff --git a/static/icons/checkmark.svg b/static/icons/checkmark.svg new file mode 100644 index 00000000..b9a7ee4d --- /dev/null +++ b/static/icons/checkmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/styleguide.html.to b/templates/styleguide.html.to index 1039747d..739c7151 100644 --- a/templates/styleguide.html.to +++ b/templates/styleguide.html.to @@ -120,6 +120,7 @@ {% module Icon('alert') %} 'alert'    {% module Icon('link') %} 'link'    {% module Icon('ok') %} 'ok'    + {% module Icon('checkmark') %} 'checkmark'