diff --git a/static/icons/alert.svg b/static/icons/alert.svg new file mode 100644 index 00000000..b2bfe5d1 --- /dev/null +++ b/static/icons/alert.svg @@ -0,0 +1 @@ + diff --git a/static/icons/help.svg b/static/icons/help.svg new file mode 100644 index 00000000..1e669549 --- /dev/null +++ b/static/icons/help.svg @@ -0,0 +1 @@ + diff --git a/static/icons/info.svg b/static/icons/info.svg new file mode 100644 index 00000000..828ebbe6 --- /dev/null +++ b/static/icons/info.svg @@ -0,0 +1 @@ + diff --git a/static/icons/link.svg b/static/icons/link.svg new file mode 100644 index 00000000..14a65ba1 --- /dev/null +++ b/static/icons/link.svg @@ -0,0 +1 @@ + diff --git a/static/icons/ok.svg b/static/icons/ok.svg new file mode 100644 index 00000000..d4f61f78 --- /dev/null +++ b/static/icons/ok.svg @@ -0,0 +1 @@ + diff --git a/static/icons/shield.svg b/static/icons/shield.svg new file mode 100644 index 00000000..ae782b54 --- /dev/null +++ b/static/icons/shield.svg @@ -0,0 +1 @@ + diff --git a/templates/styleguide.html.to b/templates/styleguide.html.to index 4c2c41a5..62231d8e 100644 --- a/templates/styleguide.html.to +++ b/templates/styleguide.html.to @@ -85,6 +85,12 @@ {% module Icon('briefcase') %} 'briefcase'    {% module Icon('bell') %} 'bell'    {% module Icon('folder') %} 'folder'    + {% module Icon('help') %} 'help'    + {% module Icon('shield') %} 'shield'    + {% module Icon('info') %} 'info'    + {% module Icon('alert') %} 'alert'    + {% module Icon('link') %} 'link'    + {% module Icon('ok') %} 'ok'