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'