From 16fa8056e0275cc76fb66fb3c2de8d01b309aae8 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 18 Jul 2018 10:15:11 -0400 Subject: [PATCH] Add a few more icons --- static/icons/alert.svg | 1 + static/icons/help.svg | 1 + static/icons/info.svg | 1 + static/icons/link.svg | 1 + static/icons/ok.svg | 1 + static/icons/shield.svg | 1 + templates/styleguide.html.to | 6 ++++++ 7 files changed, 12 insertions(+) create mode 100644 static/icons/alert.svg create mode 100644 static/icons/help.svg create mode 100644 static/icons/info.svg create mode 100644 static/icons/link.svg create mode 100644 static/icons/ok.svg create mode 100644 static/icons/shield.svg 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'