diff --git a/cms/envs/common.py b/cms/envs/common.py
index 1b734c5433..b7b0c0c76e 100644
--- a/cms/envs/common.py
+++ b/cms/envs/common.py
@@ -529,6 +529,12 @@ PIPELINE_CSS = {
],
'output_filename': 'css/studio-main-rtl.css',
},
+ 'style-edx-icons': {
+ 'source_filenames': [
+ 'css/edx-icons.css',
+ ],
+ 'output_filename': 'css/edx-icons.css',
+ },
'style-xmodule-annotations': {
'source_filenames': [
'css/vendor/ova/annotator.css',
diff --git a/cms/static/fonts/edx-icons/edx-icons.ttf b/cms/static/fonts/edx-icons/edx-icons.ttf
new file mode 100755
index 0000000000..0a0122ba24
Binary files /dev/null and b/cms/static/fonts/edx-icons/edx-icons.ttf differ
diff --git a/cms/static/fonts/edx-icons/edx-icons.woff b/cms/static/fonts/edx-icons/edx-icons.woff
new file mode 100755
index 0000000000..829bbdcb90
Binary files /dev/null and b/cms/static/fonts/edx-icons/edx-icons.woff differ
diff --git a/cms/static/fonts/edx-icons/fallback-img/angle-down.svg b/cms/static/fonts/edx-icons/fallback-img/angle-down.svg
new file mode 100755
index 0000000000..01641ed83a
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/angle-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/angle-left.svg b/cms/static/fonts/edx-icons/fallback-img/angle-left.svg
new file mode 100755
index 0000000000..195597d80e
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/angle-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/angle-right.svg b/cms/static/fonts/edx-icons/fallback-img/angle-right.svg
new file mode 100755
index 0000000000..f52f29faa0
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/angle-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/angle-up.svg b/cms/static/fonts/edx-icons/fallback-img/angle-up.svg
new file mode 100755
index 0000000000..84ac1d46ca
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/angle-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/arrow-circle-down.svg b/cms/static/fonts/edx-icons/fallback-img/arrow-circle-down.svg
new file mode 100755
index 0000000000..05b05aff4d
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/arrow-circle-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/arrow-down.svg b/cms/static/fonts/edx-icons/fallback-img/arrow-down.svg
new file mode 100755
index 0000000000..32b1acec6f
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/arrow-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/arrow-up.svg b/cms/static/fonts/edx-icons/fallback-img/arrow-up.svg
new file mode 100755
index 0000000000..17cee254ec
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/arrow-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/arrows-alt.svg b/cms/static/fonts/edx-icons/fallback-img/arrows-alt.svg
new file mode 100755
index 0000000000..08650df94d
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/arrows-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/bars.svg b/cms/static/fonts/edx-icons/fallback-img/bars.svg
new file mode 100755
index 0000000000..c8e81a27ad
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/bars.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/book.svg b/cms/static/fonts/edx-icons/fallback-img/book.svg
new file mode 100755
index 0000000000..5835f742da
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/book.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/bullhorn.svg b/cms/static/fonts/edx-icons/fallback-img/bullhorn.svg
new file mode 100755
index 0000000000..116735632e
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/bullhorn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/calendar.svg b/cms/static/fonts/edx-icons/fallback-img/calendar.svg
new file mode 100755
index 0000000000..a9f0c5e230
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/calendar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/camera.svg b/cms/static/fonts/edx-icons/fallback-img/camera.svg
new file mode 100755
index 0000000000..111dfc996d
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/camera.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/caret-down.svg b/cms/static/fonts/edx-icons/fallback-img/caret-down.svg
new file mode 100755
index 0000000000..7bac5d5eaf
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/caret-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/caret-left.svg b/cms/static/fonts/edx-icons/fallback-img/caret-left.svg
new file mode 100755
index 0000000000..3f1b71acd4
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/caret-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/caret-right.svg b/cms/static/fonts/edx-icons/fallback-img/caret-right.svg
new file mode 100755
index 0000000000..adb9dc2639
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/caret-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/caret-up.svg b/cms/static/fonts/edx-icons/fallback-img/caret-up.svg
new file mode 100755
index 0000000000..2dab810169
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/caret-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/cc.svg b/cms/static/fonts/edx-icons/fallback-img/cc.svg
new file mode 100755
index 0000000000..994186a4b4
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/cc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/chain-broken.svg b/cms/static/fonts/edx-icons/fallback-img/chain-broken.svg
new file mode 100755
index 0000000000..637de522b3
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/chain-broken.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/chain.svg b/cms/static/fonts/edx-icons/fallback-img/chain.svg
new file mode 100755
index 0000000000..777c5d2cd1
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/chain.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/check-square-o.svg b/cms/static/fonts/edx-icons/fallback-img/check-square-o.svg
new file mode 100755
index 0000000000..b15bc668c0
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/check-square-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/check-square.svg b/cms/static/fonts/edx-icons/fallback-img/check-square.svg
new file mode 100755
index 0000000000..e975bbf0a9
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/check-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/check.svg b/cms/static/fonts/edx-icons/fallback-img/check.svg
new file mode 100755
index 0000000000..bbb66d4bb8
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/check.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/chevron-left.svg b/cms/static/fonts/edx-icons/fallback-img/chevron-left.svg
new file mode 100755
index 0000000000..feac4be3bd
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/chevron-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/chevron-right.svg b/cms/static/fonts/edx-icons/fallback-img/chevron-right.svg
new file mode 100755
index 0000000000..69a5aff779
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/chevron-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/circle-o.svg b/cms/static/fonts/edx-icons/fallback-img/circle-o.svg
new file mode 100755
index 0000000000..375e2ab4ee
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/circle-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/circle-thin.svg b/cms/static/fonts/edx-icons/fallback-img/circle-thin.svg
new file mode 100755
index 0000000000..3882f2076d
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/circle-thin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/circle.svg b/cms/static/fonts/edx-icons/fallback-img/circle.svg
new file mode 100755
index 0000000000..4fbcb31e28
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/clock-o.svg b/cms/static/fonts/edx-icons/fallback-img/clock-o.svg
new file mode 100755
index 0000000000..7346b8292c
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/clock-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/close.svg b/cms/static/fonts/edx-icons/fallback-img/close.svg
new file mode 100755
index 0000000000..82e98fe3ed
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/close.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/cog.svg b/cms/static/fonts/edx-icons/fallback-img/cog.svg
new file mode 100755
index 0000000000..faad91fed6
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/cog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/comment.svg b/cms/static/fonts/edx-icons/fallback-img/comment.svg
new file mode 100755
index 0000000000..957177a741
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/comment.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/comments.svg b/cms/static/fonts/edx-icons/fallback-img/comments.svg
new file mode 100755
index 0000000000..371eb4da04
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/comments.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/compress.svg b/cms/static/fonts/edx-icons/fallback-img/compress.svg
new file mode 100755
index 0000000000..816d06d631
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/compress.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/copy.svg b/cms/static/fonts/edx-icons/fallback-img/copy.svg
new file mode 100755
index 0000000000..d52cbb49e9
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/copy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/dot-circle-o.svg b/cms/static/fonts/edx-icons/fallback-img/dot-circle-o.svg
new file mode 100755
index 0000000000..304b63f952
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/dot-circle-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/edit.svg b/cms/static/fonts/edx-icons/fallback-img/edit.svg
new file mode 100755
index 0000000000..61fabfbb8e
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/edit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/ellipsis-h.svg b/cms/static/fonts/edx-icons/fallback-img/ellipsis-h.svg
new file mode 100755
index 0000000000..a7ce776627
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/ellipsis-h.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/envelope-o.svg b/cms/static/fonts/edx-icons/fallback-img/envelope-o.svg
new file mode 100755
index 0000000000..334744f1b7
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/envelope-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/envelope.svg b/cms/static/fonts/edx-icons/fallback-img/envelope.svg
new file mode 100755
index 0000000000..04f9a82b0e
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/envelope.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/exclamation-circle.svg b/cms/static/fonts/edx-icons/fallback-img/exclamation-circle.svg
new file mode 100755
index 0000000000..e6d0dd7b55
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/exclamation-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/exclamation-triangle.svg b/cms/static/fonts/edx-icons/fallback-img/exclamation-triangle.svg
new file mode 100755
index 0000000000..d0a8fafbc3
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/exclamation-triangle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/external-link.svg b/cms/static/fonts/edx-icons/fallback-img/external-link.svg
new file mode 100755
index 0000000000..ceb5901b04
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/external-link.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/eye-slash.svg b/cms/static/fonts/edx-icons/fallback-img/eye-slash.svg
new file mode 100755
index 0000000000..b068c10740
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/eye-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/eye.svg b/cms/static/fonts/edx-icons/fallback-img/eye.svg
new file mode 100755
index 0000000000..87a020169b
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/eye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/facebook-square.svg b/cms/static/fonts/edx-icons/fallback-img/facebook-square.svg
new file mode 100755
index 0000000000..4b6d863635
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/facebook-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/fast-backward.svg b/cms/static/fonts/edx-icons/fallback-img/fast-backward.svg
new file mode 100755
index 0000000000..3e8497c6e0
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/fast-backward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/fast-forward.svg b/cms/static/fonts/edx-icons/fallback-img/fast-forward.svg
new file mode 100755
index 0000000000..e7b4f12075
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/fast-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/file-o.svg b/cms/static/fonts/edx-icons/fallback-img/file-o.svg
new file mode 100755
index 0000000000..4b6632f7a1
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/file-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/file.svg b/cms/static/fonts/edx-icons/fallback-img/file.svg
new file mode 100755
index 0000000000..447972da50
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/file.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/filter.svg b/cms/static/fonts/edx-icons/fallback-img/filter.svg
new file mode 100755
index 0000000000..33df7e90c4
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/filter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/flag.svg b/cms/static/fonts/edx-icons/fallback-img/flag.svg
new file mode 100755
index 0000000000..a6754c5225
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/flag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/home.svg b/cms/static/fonts/edx-icons/fallback-img/home.svg
new file mode 100755
index 0000000000..070c17ca9a
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/home.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/info-circle.svg b/cms/static/fonts/edx-icons/fallback-img/info-circle.svg
new file mode 100755
index 0000000000..258d1edbf9
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/info-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/linkedin-square.svg b/cms/static/fonts/edx-icons/fallback-img/linkedin-square.svg
new file mode 100755
index 0000000000..11bf577942
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/linkedin-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/list-alt.svg b/cms/static/fonts/edx-icons/fallback-img/list-alt.svg
new file mode 100755
index 0000000000..08a6dc6c0f
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/list-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/list-ul.svg b/cms/static/fonts/edx-icons/fallback-img/list-ul.svg
new file mode 100755
index 0000000000..02ee55a9c3
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/list-ul.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/lock.svg b/cms/static/fonts/edx-icons/fallback-img/lock.svg
new file mode 100755
index 0000000000..1236668e90
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/lock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/mail-reply.svg b/cms/static/fonts/edx-icons/fallback-img/mail-reply.svg
new file mode 100755
index 0000000000..cee46e5762
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/mail-reply.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/minus.svg b/cms/static/fonts/edx-icons/fallback-img/minus.svg
new file mode 100755
index 0000000000..6727cfbed9
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/minus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/money.svg b/cms/static/fonts/edx-icons/fallback-img/money.svg
new file mode 100755
index 0000000000..078a1470ef
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/money.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/pause.svg b/cms/static/fonts/edx-icons/fallback-img/pause.svg
new file mode 100755
index 0000000000..586207c4e4
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/pause.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/pencil.svg b/cms/static/fonts/edx-icons/fallback-img/pencil.svg
new file mode 100755
index 0000000000..b625cd1bdf
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/pencil.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/play.svg b/cms/static/fonts/edx-icons/fallback-img/play.svg
new file mode 100755
index 0000000000..a03fb6c814
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/play.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/plus.svg b/cms/static/fonts/edx-icons/fallback-img/plus.svg
new file mode 100755
index 0000000000..410a310580
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/print.svg b/cms/static/fonts/edx-icons/fallback-img/print.svg
new file mode 100755
index 0000000000..1e84dbc968
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/print.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/question-circle.svg b/cms/static/fonts/edx-icons/fallback-img/question-circle.svg
new file mode 100755
index 0000000000..938038803b
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/question-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/quote-left.svg b/cms/static/fonts/edx-icons/fallback-img/quote-left.svg
new file mode 100755
index 0000000000..15b7fb8add
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/quote-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/refresh.svg b/cms/static/fonts/edx-icons/fallback-img/refresh.svg
new file mode 100755
index 0000000000..3df93dc9b8
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/refresh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/rotate-left.svg b/cms/static/fonts/edx-icons/fallback-img/rotate-left.svg
new file mode 100755
index 0000000000..431d68ceaf
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/rotate-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/search-minus.svg b/cms/static/fonts/edx-icons/fallback-img/search-minus.svg
new file mode 100755
index 0000000000..32073bb26b
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/search-minus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/search-plus.svg b/cms/static/fonts/edx-icons/fallback-img/search-plus.svg
new file mode 100755
index 0000000000..3a67eb0b66
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/search-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/search.svg b/cms/static/fonts/edx-icons/fallback-img/search.svg
new file mode 100755
index 0000000000..1bea70b97b
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/search.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/share-square-o.svg b/cms/static/fonts/edx-icons/fallback-img/share-square-o.svg
new file mode 100755
index 0000000000..b41211bc94
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/share-square-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/shopping-cart.svg b/cms/static/fonts/edx-icons/fallback-img/shopping-cart.svg
new file mode 100755
index 0000000000..dac110d428
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/shopping-cart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/sitemap.svg b/cms/static/fonts/edx-icons/fallback-img/sitemap.svg
new file mode 100755
index 0000000000..a94f6df860
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/sitemap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/sort.svg b/cms/static/fonts/edx-icons/fallback-img/sort.svg
new file mode 100755
index 0000000000..b2916e0484
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/sort.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/spinner.svg b/cms/static/fonts/edx-icons/fallback-img/spinner.svg
new file mode 100755
index 0000000000..f3016db2c0
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/spinner.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/square-o.svg b/cms/static/fonts/edx-icons/fallback-img/square-o.svg
new file mode 100755
index 0000000000..5209e90003
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/square-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/square-o2.svg b/cms/static/fonts/edx-icons/fallback-img/square-o2.svg
new file mode 100755
index 0000000000..5209e90003
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/square-o2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/square.svg b/cms/static/fonts/edx-icons/fallback-img/square.svg
new file mode 100755
index 0000000000..bf4e78fd02
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/star.svg b/cms/static/fonts/edx-icons/fallback-img/star.svg
new file mode 100755
index 0000000000..97e7892a07
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/star.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/stop.svg b/cms/static/fonts/edx-icons/fallback-img/stop.svg
new file mode 100755
index 0000000000..3cdfe64e76
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/stop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/table.svg b/cms/static/fonts/edx-icons/fallback-img/table.svg
new file mode 100755
index 0000000000..a79fca93b9
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/table.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/thumb-tack.svg b/cms/static/fonts/edx-icons/fallback-img/thumb-tack.svg
new file mode 100755
index 0000000000..df461e830f
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/thumb-tack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/times-circle-o.svg b/cms/static/fonts/edx-icons/fallback-img/times-circle-o.svg
new file mode 100755
index 0000000000..de41e8f8e2
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/times-circle-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/times-circle.svg b/cms/static/fonts/edx-icons/fallback-img/times-circle.svg
new file mode 100755
index 0000000000..5059928ed9
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/times-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/trash-o.svg b/cms/static/fonts/edx-icons/fallback-img/trash-o.svg
new file mode 100755
index 0000000000..03e9df195d
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/trash-o.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/twitter-square.svg b/cms/static/fonts/edx-icons/fallback-img/twitter-square.svg
new file mode 100755
index 0000000000..9b27b54e31
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/twitter-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/unlock-alt.svg b/cms/static/fonts/edx-icons/fallback-img/unlock-alt.svg
new file mode 100755
index 0000000000..4b13aebe55
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/unlock-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/upload.svg b/cms/static/fonts/edx-icons/fallback-img/upload.svg
new file mode 100755
index 0000000000..79a53abc7f
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/upload.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/user.svg b/cms/static/fonts/edx-icons/fallback-img/user.svg
new file mode 100755
index 0000000000..74ccf29b2f
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/user.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/video-camera.svg b/cms/static/fonts/edx-icons/fallback-img/video-camera.svg
new file mode 100755
index 0000000000..96f40a8218
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/video-camera.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/volume-down.svg b/cms/static/fonts/edx-icons/fallback-img/volume-down.svg
new file mode 100755
index 0000000000..488c3163d1
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/volume-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/volume-off.svg b/cms/static/fonts/edx-icons/fallback-img/volume-off.svg
new file mode 100755
index 0000000000..14d6f7bedd
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/volume-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/fallback-img/volume-up.svg b/cms/static/fonts/edx-icons/fallback-img/volume-up.svg
new file mode 100755
index 0000000000..9e046522e9
--- /dev/null
+++ b/cms/static/fonts/edx-icons/fallback-img/volume-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/cms/static/fonts/edx-icons/selection.json b/cms/static/fonts/edx-icons/selection.json
new file mode 100755
index 0000000000..632832d60f
--- /dev/null
+++ b/cms/static/fonts/edx-icons/selection.json
@@ -0,0 +1,2515 @@
+{
+ "IcoMoonType": "selection",
+ "icons": [
+ {
+ "icon": {
+ "paths": [
+ "M135.429 808h132v-396.571h-132v396.571zM276 289.143q-0.571-29.714-20.571-49.143t-53.143-19.429-54 19.429-20.857 49.143q0 29.143 20.286 48.857t52.857 19.714h0.571q33.714 0 54.286-19.714t20.571-48.857zM610.286 808h132v-227.429q0-88-41.714-133.143t-110.286-45.143q-77.714 0-119.429 66.857h1.143v-57.714h-132q1.714 37.714 0 396.571h132v-221.714q0-21.714 4-32 8.571-20 25.714-34t42.286-14q66.286 0 66.286 89.714v212zM877.714 237.714v548.571q0 68-48.286 116.286t-116.286 48.286h-548.571q-68 0-116.286-48.286t-48.286-116.286v-548.571q0-68 48.286-116.286t116.286-48.286h548.571q68 0 116.286 48.286t48.286 116.286z"
+ ],
+ "width": 877.7142857142858,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "linkedin-square"
+ ],
+ "defaultCode": 61580,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "id": 132,
+ "order": 1,
+ "prevSize": 14,
+ "name": "linkedin-square",
+ "code": 58880
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 0
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 402.286q0 14.857-10.857 25.714l-256 256q-10.857 10.857-25.714 10.857t-25.714-10.857l-256-256q-10.857-10.857-10.857-25.714t10.857-25.714 25.714-10.857h512q14.857 0 25.714 10.857t10.857 25.714z"
+ ],
+ "width": 585,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "caret-down"
+ ],
+ "defaultCode": 61655,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "caret-down",
+ "order": 1,
+ "id": 191,
+ "prevSize": 14,
+ "code": 58881
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 1
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 694.857q0 14.857-10.857 25.714t-25.714 10.857h-512q-14.857 0-25.714-10.857t-10.857-25.714 10.857-25.714l256-256q10.857-10.857 25.714-10.857t25.714 10.857l256 256q10.857 10.857 10.857 25.714z"
+ ],
+ "width": 585,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "caret-up"
+ ],
+ "defaultCode": 61656,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "caret-up",
+ "order": 2,
+ "id": 192,
+ "prevSize": 14,
+ "code": 58882
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 2
+ },
+ {
+ "icon": {
+ "paths": [
+ "M365.714 256v512q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857l-256-256q-10.857-10.857-10.857-25.714t10.857-25.714l256-256q10.857-10.857 25.714-10.857t25.714 10.857 10.857 25.714z"
+ ],
+ "width": 366,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "caret-left"
+ ],
+ "defaultCode": 61657,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "caret-left",
+ "order": 4,
+ "id": 193,
+ "prevSize": 14,
+ "code": 58883
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 3
+ },
+ {
+ "icon": {
+ "paths": [
+ "M329.143 512q0 14.857-10.857 25.714l-256 256q-10.857 10.857-25.714 10.857t-25.714-10.857-10.857-25.714v-512q0-14.857 10.857-25.714t25.714-10.857 25.714 10.857l256 256q10.857 10.857 10.857 25.714z"
+ ],
+ "width": 366,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "caret-right"
+ ],
+ "defaultCode": 61658,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "caret-right",
+ "order": 3,
+ "id": 194,
+ "prevSize": 14,
+ "code": 58884
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 4
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 512q0 60.571-42.857 103.429t-103.429 42.857-103.429-42.857-42.857-103.429 42.857-103.429 103.429-42.857 103.429 42.857 42.857 103.429zM438.857 201.143q-84.571 0-156 41.714t-113.143 113.143-41.714 156 41.714 156 113.143 113.143 156 41.714 156-41.714 113.143-113.143 41.714-156-41.714-156-113.143-113.143-156-41.714zM877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "dot-circle-o"
+ ],
+ "defaultCode": 61842,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "dot-circle-o",
+ "order": 1,
+ "id": 364,
+ "prevSize": 14,
+ "code": 58885
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 5
+ },
+ {
+ "icon": {
+ "paths": [
+ "M640 146.286h-475.429q-37.714 0-64.571 26.857t-26.857 64.571v475.429q0 37.714 26.857 64.571t64.571 26.857h475.429q37.714 0 64.571-26.857t26.857-64.571v-475.429q0-37.714-26.857-64.571t-64.571-26.857zM804.571 237.714v475.429q0 68-48.286 116.286t-116.286 48.286h-475.429q-68 0-116.286-48.286t-48.286-116.286v-475.429q0-68 48.286-116.286t116.286-48.286h475.429q68 0 116.286 48.286t48.286 116.286z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "square-o"
+ ],
+ "defaultCode": 61590,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "square-o",
+ "order": 101,
+ "id": 142,
+ "prevSize": 14,
+ "code": 58886
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 6
+ },
+ {
+ "icon": {
+ "paths": [
+ "M877.714 237.714v548.571q0 68-48.286 116.286t-116.286 48.286h-548.571q-68 0-116.286-48.286t-48.286-116.286v-548.571q0-68 48.286-116.286t116.286-48.286h548.571q68 0 116.286 48.286t48.286 116.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "square"
+ ],
+ "defaultCode": 61640,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "square",
+ "order": 102,
+ "id": 177,
+ "prevSize": 14,
+ "code": 58887
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 7
+ },
+ {
+ "icon": {
+ "paths": [
+ "M877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "circle"
+ ],
+ "defaultCode": 61713,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "circle",
+ "order": 103,
+ "id": 245,
+ "prevSize": 14,
+ "code": 58888
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 8
+ },
+ {
+ "icon": {
+ "paths": [
+ "M438.857 146.286q-74.286 0-142 29.143t-116.571 78-78 116.571-29.143 142 29.143 142 78 116.571 116.571 78 142 29.143 142-29.143 116.571-78 78-116.571 29.143-142-29.143-142-78-116.571-116.571-78-142-29.143zM877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "circle-thin",
+ "genderless"
+ ],
+ "defaultCode": 61915,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "circle-thin, genderless",
+ "order": 105,
+ "id": 433,
+ "prevSize": 14,
+ "code": 58889
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 9
+ },
+ {
+ "icon": {
+ "paths": [
+ "M658.286 475.429q0-105.714-75.143-180.857t-180.857-75.143-180.857 75.143-75.143 180.857 75.143 180.857 180.857 75.143 180.857-75.143 75.143-180.857zM950.857 950.857q0 29.714-21.714 51.429t-51.429 21.714q-30.857 0-51.429-21.714l-196-195.429q-102.286 70.857-228 70.857-81.714 0-156.286-31.714t-128.571-85.714-85.714-128.571-31.714-156.286 31.714-156.286 85.714-128.571 128.571-85.714 156.286-31.714 156.286 31.714 128.571 85.714 85.714 128.571 31.714 156.286q0 125.714-70.857 228l196 196q21.143 21.143 21.143 51.429z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "search"
+ ],
+ "defaultCode": 61442,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "search",
+ "order": 44,
+ "id": 3,
+ "prevSize": 14,
+ "code": 58890
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 10
+ },
+ {
+ "icon": {
+ "paths": [
+ "M950.857 859.429v-438.857q-18.286 20.571-39.429 37.714-153.143 117.714-243.429 193.143-29.143 24.571-47.429 38.286t-49.429 27.714-58.571 14h-1.143q-27.429 0-58.571-14t-49.429-27.714-47.429-38.286q-90.286-75.429-243.429-193.143-21.143-17.143-39.429-37.714v438.857q0 7.429 5.429 12.857t12.857 5.429h841.143q7.429 0 12.857-5.429t5.429-12.857zM950.857 258.857v-14t-0.286-7.429-1.714-7.143-3.143-5.143-5.143-4.286-8-1.429h-841.143q-7.429 0-12.857 5.429t-5.429 12.857q0 96 84 162.286 110.286 86.857 229.143 181.143 3.429 2.857 20 16.857t26.286 21.429 25.429 18 28.857 15.714 24.571 5.143h1.143q11.429 0 24.571-5.143t28.857-15.714 25.429-18 26.286-21.429 20-16.857q118.857-94.286 229.143-181.143 30.857-24.571 57.429-66t26.571-75.143zM1024 237.714v621.714q0 37.714-26.857 64.571t-64.571 26.857h-841.143q-37.714 0-64.571-26.857t-26.857-64.571v-621.714q0-37.714 26.857-64.571t64.571-26.857h841.143q37.714 0 64.571 26.857t26.857 64.571z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "envelope-o"
+ ],
+ "defaultCode": 61443,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "envelope-o",
+ "order": 60,
+ "id": 4,
+ "prevSize": 14,
+ "code": 58891
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 11
+ },
+ {
+ "icon": {
+ "paths": [
+ "M950.857 369.714q0 12.571-14.857 27.429l-207.429 202.286 49.143 285.714q0.571 4 0.571 11.429 0 12-6 20.286t-17.429 8.286q-10.857 0-22.857-6.857l-256.571-134.857-256.571 134.857q-12.571 6.857-22.857 6.857-12 0-18-8.286t-6-20.286q0-3.429 1.143-11.429l49.143-285.714-208-202.286q-14.286-15.429-14.286-27.429 0-21.143 32-26.286l286.857-41.714 128.571-260q10.857-23.429 28-23.429t28 23.429l128.571 260 286.857 41.714q32 5.143 32 26.286z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "star"
+ ],
+ "defaultCode": 61445,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "star",
+ "order": 53,
+ "id": 6,
+ "prevSize": 14,
+ "code": 58892
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 12
+ },
+ {
+ "icon": {
+ "paths": [
+ "M804.571 802.857q0 68.571-41.714 108.286t-110.857 39.714h-499.429q-69.143 0-110.857-39.714t-41.714-108.286q0-30.286 2-59.143t8-62.286 15.143-62 24.571-55.714 35.429-46.286 48.857-30.571 63.714-11.429q5.143 0 24 12.286t42.571 27.429 61.714 27.429 76.286 12.286 76.286-12.286 61.714-27.429 42.571-27.429 24-12.286q34.857 0 63.714 11.429t48.857 30.571 35.429 46.286 24.571 55.714 15.143 62 8 62.286 2 59.143zM621.714 292.571q0 90.857-64.286 155.143t-155.143 64.286-155.143-64.286-64.286-155.143 64.286-155.143 155.143-64.286 155.143 64.286 64.286 155.143z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "user"
+ ],
+ "defaultCode": 61447,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "user",
+ "order": 54,
+ "id": 8,
+ "prevSize": 14,
+ "code": 58893
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 13
+ },
+ {
+ "icon": {
+ "paths": [
+ "M954.857 323.429q0 22.857-16 38.857l-491.429 491.429q-16 16-38.857 16t-38.857-16l-284.571-284.571q-16-16-16-38.857t16-38.857l77.714-77.714q16-16 38.857-16t38.857 16l168 168.571 374.857-375.429q16-16 38.857-16t38.857 16l77.714 77.714q16 16 16 38.857z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "check"
+ ],
+ "defaultCode": 61452,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "check",
+ "order": 5,
+ "id": 13,
+ "prevSize": 14,
+ "code": 58894
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 14
+ },
+ {
+ "icon": {
+ "paths": [
+ "M741.714 755.429q0 22.857-16 38.857l-77.714 77.714q-16 16-38.857 16t-38.857-16l-168-168-168 168q-16 16-38.857 16t-38.857-16l-77.714-77.714q-16-16-16-38.857t16-38.857l168-168-168-168q-16-16-16-38.857t16-38.857l77.714-77.714q16-16 38.857-16t38.857 16l168 168 168-168q16-16 38.857-16t38.857 16l77.714 77.714q16 16 16 38.857t-16 38.857l-168 168 168 168q16 16 16 38.857z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "close",
+ "remove",
+ "times"
+ ],
+ "defaultCode": 61453,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "close, remove, times",
+ "order": 2,
+ "id": 14,
+ "prevSize": 14,
+ "code": 58895
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 15
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 457.143v36.571q0 7.429-5.429 12.857t-12.857 5.429h-128v128q0 7.429-5.429 12.857t-12.857 5.429h-36.571q-7.429 0-12.857-5.429t-5.429-12.857v-128h-128q-7.429 0-12.857-5.429t-5.429-12.857v-36.571q0-7.429 5.429-12.857t12.857-5.429h128v-128q0-7.429 5.429-12.857t12.857-5.429h36.571q7.429 0 12.857 5.429t5.429 12.857v128h128q7.429 0 12.857 5.429t5.429 12.857zM658.286 475.429q0-105.714-75.143-180.857t-180.857-75.143-180.857 75.143-75.143 180.857 75.143 180.857 180.857 75.143 180.857-75.143 75.143-180.857zM950.857 950.857q0 30.286-21.429 51.714t-51.714 21.429q-30.857 0-51.429-21.714l-196-195.429q-102.286 70.857-228 70.857-81.714 0-156.286-31.714t-128.571-85.714-85.714-128.571-31.714-156.286 31.714-156.286 85.714-128.571 128.571-85.714 156.286-31.714 156.286 31.714 128.571 85.714 85.714 128.571 31.714 156.286q0 125.714-70.857 228l196 196q21.143 21.143 21.143 51.429z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "search-plus"
+ ],
+ "defaultCode": 61454,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "search-plus",
+ "order": 16,
+ "id": 15,
+ "prevSize": 14,
+ "code": 58896
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 16
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 457.143v36.571q0 7.429-5.429 12.857t-12.857 5.429h-329.143q-7.429 0-12.857-5.429t-5.429-12.857v-36.571q0-7.429 5.429-12.857t12.857-5.429h329.143q7.429 0 12.857 5.429t5.429 12.857zM658.286 475.429q0-105.714-75.143-180.857t-180.857-75.143-180.857 75.143-75.143 180.857 75.143 180.857 180.857 75.143 180.857-75.143 75.143-180.857zM950.857 950.857q0 30.286-21.429 51.714t-51.714 21.429q-30.857 0-51.429-21.714l-196-195.429q-102.286 70.857-228 70.857-81.714 0-156.286-31.714t-128.571-85.714-85.714-128.571-31.714-156.286 31.714-156.286 85.714-128.571 128.571-85.714 156.286-31.714 156.286 31.714 128.571 85.714 85.714 128.571 31.714 156.286q0 125.714-70.857 228l196 196q21.143 21.143 21.143 51.429z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "search-minus"
+ ],
+ "defaultCode": 61456,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "search-minus",
+ "order": 43,
+ "id": 16,
+ "prevSize": 14,
+ "code": 58897
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 17
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 512q0-60.571-42.857-103.429t-103.429-42.857-103.429 42.857-42.857 103.429 42.857 103.429 103.429 42.857 103.429-42.857 42.857-103.429zM877.714 449.714v126.857q0 6.857-4.571 13.143t-11.429 7.429l-105.714 16q-10.857 30.857-22.286 52 20 28.571 61.143 78.857 5.714 6.857 5.714 14.286t-5.143 13.143q-15.429 21.143-56.571 61.714t-53.714 40.571q-6.857 0-14.857-5.143l-78.857-61.714q-25.143 13.143-52 21.714-9.143 77.714-16.571 106.286-4 16-20.571 16h-126.857q-8 0-14-4.857t-6.571-12.286l-16-105.143q-28-9.143-51.429-21.143l-80.571 61.143q-5.714 5.143-14.286 5.143-8 0-14.286-6.286-72-65.143-94.286-96-4-5.714-4-13.143 0-6.857 4.571-13.143 8.571-12 29.143-38t30.857-40.286q-15.429-28.571-23.429-56.571l-104.571-15.429q-7.429-1.143-12-7.143t-4.571-13.429v-126.857q0-6.857 4.571-13.143t10.857-7.429l106.286-16q8-26.286 22.286-52.571-22.857-32.571-61.143-78.857-5.714-6.857-5.714-13.714 0-5.714 5.143-13.143 14.857-20.571 56.286-61.429t54-40.857q7.429 0 14.857 5.714l78.857 61.143q25.143-13.143 52-21.714 9.143-77.714 16.571-106.286 4-16 20.571-16h126.857q8 0 14 4.857t6.571 12.286l16 105.143q28 9.143 51.429 21.143l81.143-61.143q5.143-5.143 13.714-5.143 7.429 0 14.286 5.714 73.714 68 94.286 97.143 4 4.571 4 12.571 0 6.857-4.571 13.143-8.571 12-29.143 38t-30.857 40.286q14.857 28.571 23.429 56l104.571 16q7.429 1.143 12 7.143t4.571 13.429z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "cog",
+ "gear"
+ ],
+ "defaultCode": 61459,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "cog, gear",
+ "order": 19,
+ "id": 19,
+ "prevSize": 14,
+ "code": 58898
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 18
+ },
+ {
+ "icon": {
+ "paths": [
+ "M292.571 420.571v329.143q0 8-5.143 13.143t-13.143 5.143h-36.571q-8 0-13.143-5.143t-5.143-13.143v-329.143q0-8 5.143-13.143t13.143-5.143h36.571q8 0 13.143 5.143t5.143 13.143zM438.857 420.571v329.143q0 8-5.143 13.143t-13.143 5.143h-36.571q-8 0-13.143-5.143t-5.143-13.143v-329.143q0-8 5.143-13.143t13.143-5.143h36.571q8 0 13.143 5.143t5.143 13.143zM585.143 420.571v329.143q0 8-5.143 13.143t-13.143 5.143h-36.571q-8 0-13.143-5.143t-5.143-13.143v-329.143q0-8 5.143-13.143t13.143-5.143h36.571q8 0 13.143 5.143t5.143 13.143zM658.286 834.286v-541.714h-512v541.714q0 12.571 4 23.143t8.286 15.429 6 4.857h475.429q1.714 0 6-4.857t8.286-15.429 4-23.143zM274.286 219.429h256l-27.429-66.857q-4-5.143-9.714-6.286h-181.143q-5.714 1.143-9.714 6.286zM804.571 237.714v36.571q0 8-5.143 13.143t-13.143 5.143h-54.857v541.714q0 47.429-26.857 82t-64.571 34.571h-475.429q-37.714 0-64.571-33.429t-26.857-80.857v-544h-54.857q-8 0-13.143-5.143t-5.143-13.143v-36.571q0-8 5.143-13.143t13.143-5.143h176.571l40-95.429q8.571-21.143 30.857-36t45.143-14.857h182.857q22.857 0 45.143 14.857t30.857 36l40 95.429h176.571q8 0 13.143 5.143t5.143 13.143z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "trash-o"
+ ],
+ "defaultCode": 61460,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "trash-o",
+ "order": 11,
+ "id": 20,
+ "prevSize": 14,
+ "code": 58899
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 19
+ },
+ {
+ "icon": {
+ "paths": [
+ "M804.571 566.857v274.286q0 14.857-10.857 25.714t-25.714 10.857h-219.429v-219.429h-146.286v219.429h-219.429q-14.857 0-25.714-10.857t-10.857-25.714v-274.286q0-0.571 0.286-1.714t0.286-1.714l328.571-270.857 328.571 270.857q0.571 1.143 0.571 3.429zM932 527.429l-35.429 42.286q-4.571 5.143-12 6.286h-1.714q-7.429 0-12-4l-395.429-329.714-395.429 329.714q-6.857 4.571-13.714 4-7.429-1.143-12-6.286l-35.429-42.286q-4.571-5.714-4-13.429t6.286-12.286l410.857-342.286q18.286-14.857 43.429-14.857t43.429 14.857l139.429 116.571v-111.429q0-8 5.143-13.143t13.143-5.143h109.714q8 0 13.143 5.143t5.143 13.143v233.143l125.143 104q5.714 4.571 6.286 12.286t-4 13.429z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "home"
+ ],
+ "defaultCode": 61461,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "home",
+ "order": 73,
+ "id": 21,
+ "prevSize": 14,
+ "code": 58900
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 20
+ },
+ {
+ "icon": {
+ "paths": [
+ "M838.857 217.143q16 16 27.429 43.429t11.429 50.286v658.286q0 22.857-16 38.857t-38.857 16h-768q-22.857 0-38.857-16t-16-38.857v-914.286q0-22.857 16-38.857t38.857-16h512q22.857 0 50.286 11.429t43.429 27.429zM585.143 77.714v214.857h214.857q-5.714-16.571-12.571-23.429l-178.857-178.857q-6.857-6.857-23.429-12.571zM804.571 950.857v-585.143h-237.714q-22.857 0-38.857-16t-16-38.857v-237.714h-438.857v877.714h731.429z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "file-o"
+ ],
+ "defaultCode": 61462,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "file-o",
+ "order": 96,
+ "id": 22,
+ "prevSize": 14,
+ "code": 58901
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 21
+ },
+ {
+ "icon": {
+ "paths": [
+ "M512 310.857v256q0 8-5.143 13.143t-13.143 5.143h-182.857q-8 0-13.143-5.143t-5.143-13.143v-36.571q0-8 5.143-13.143t13.143-5.143h128v-201.143q0-8 5.143-13.143t13.143-5.143h36.571q8 0 13.143 5.143t5.143 13.143zM749.714 512q0-84.571-41.714-156t-113.143-113.143-156-41.714-156 41.714-113.143 113.143-41.714 156 41.714 156 113.143 113.143 156 41.714 156-41.714 113.143-113.143 41.714-156zM877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "clock-o"
+ ],
+ "defaultCode": 61463,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "clock-o",
+ "order": 28,
+ "id": 23,
+ "prevSize": 14,
+ "code": 58902
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 22
+ },
+ {
+ "icon": {
+ "paths": [
+ "M863.429 603.429q0 2.857-0.571 4-36.571 153.143-153.143 248.286t-273.143 95.143q-83.429 0-161.429-31.429t-139.143-89.714l-73.714 73.714q-10.857 10.857-25.714 10.857t-25.714-10.857-10.857-25.714v-256q0-14.857 10.857-25.714t25.714-10.857h256q14.857 0 25.714 10.857t10.857 25.714-10.857 25.714l-78.286 78.286q40.571 37.714 92 58.286t106.857 20.571q76.571 0 142.857-37.143t106.286-102.286q6.286-9.714 30.286-66.857 4.571-13.143 17.143-13.143h109.714q7.429 0 12.857 5.429t5.429 12.857zM877.714 146.286v256q0 14.857-10.857 25.714t-25.714 10.857h-256q-14.857 0-25.714-10.857t-10.857-25.714 10.857-25.714l78.857-78.857q-84.571-78.286-199.429-78.286-76.571 0-142.857 37.143t-106.286 102.286q-6.286 9.714-30.286 66.857-4.571 13.143-17.143 13.143h-113.714q-7.429 0-12.857-5.429t-5.429-12.857v-4q37.143-153.143 154.286-248.286t274.286-95.143q83.429 0 162.286 31.714t140 89.429l74.286-73.714q10.857-10.857 25.714-10.857t25.714 10.857 10.857 25.714z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "refresh"
+ ],
+ "defaultCode": 61473,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "refresh",
+ "order": 1,
+ "id": 31,
+ "prevSize": 14,
+ "code": 58903
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 23
+ },
+ {
+ "icon": {
+ "paths": [
+ "M219.429 676.571v36.571q0 7.429-5.429 12.857t-12.857 5.429h-36.571q-7.429 0-12.857-5.429t-5.429-12.857v-36.571q0-7.429 5.429-12.857t12.857-5.429h36.571q7.429 0 12.857 5.429t5.429 12.857zM219.429 530.286v36.571q0 7.429-5.429 12.857t-12.857 5.429h-36.571q-7.429 0-12.857-5.429t-5.429-12.857v-36.571q0-7.429 5.429-12.857t12.857-5.429h36.571q7.429 0 12.857 5.429t5.429 12.857zM219.429 384v36.571q0 7.429-5.429 12.857t-12.857 5.429h-36.571q-7.429 0-12.857-5.429t-5.429-12.857v-36.571q0-7.429 5.429-12.857t12.857-5.429h36.571q7.429 0 12.857 5.429t5.429 12.857zM877.714 676.571v36.571q0 7.429-5.429 12.857t-12.857 5.429h-548.571q-7.429 0-12.857-5.429t-5.429-12.857v-36.571q0-7.429 5.429-12.857t12.857-5.429h548.571q7.429 0 12.857 5.429t5.429 12.857zM877.714 530.286v36.571q0 7.429-5.429 12.857t-12.857 5.429h-548.571q-7.429 0-12.857-5.429t-5.429-12.857v-36.571q0-7.429 5.429-12.857t12.857-5.429h548.571q7.429 0 12.857 5.429t5.429 12.857zM877.714 384v36.571q0 7.429-5.429 12.857t-12.857 5.429h-548.571q-7.429 0-12.857-5.429t-5.429-12.857v-36.571q0-7.429 5.429-12.857t12.857-5.429h548.571q7.429 0 12.857 5.429t5.429 12.857zM950.857 786.286v-475.429q0-7.429-5.429-12.857t-12.857-5.429h-841.143q-7.429 0-12.857 5.429t-5.429 12.857v475.429q0 7.429 5.429 12.857t12.857 5.429h841.143q7.429 0 12.857-5.429t5.429-12.857zM1024 164.571v621.714q0 37.714-26.857 64.571t-64.571 26.857h-841.143q-37.714 0-64.571-26.857t-26.857-64.571v-621.714q0-37.714 26.857-64.571t64.571-26.857h841.143q37.714 0 64.571 26.857t26.857 64.571z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "list-alt"
+ ],
+ "defaultCode": 61474,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "list-alt",
+ "order": 90,
+ "id": 32,
+ "prevSize": 14,
+ "code": 58904
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 24
+ },
+ {
+ "icon": {
+ "paths": [
+ "M182.857 438.857h292.571v-109.714q0-60.571-42.857-103.429t-103.429-42.857-103.429 42.857-42.857 103.429v109.714zM658.286 493.714v329.143q0 22.857-16 38.857t-38.857 16h-548.571q-22.857 0-38.857-16t-16-38.857v-329.143q0-22.857 16-38.857t38.857-16h18.286v-109.714q0-105.143 75.429-180.571t180.571-75.429 180.571 75.429 75.429 180.571v109.714h18.286q22.857 0 38.857 16t16 38.857z"
+ ],
+ "width": 658,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "lock"
+ ],
+ "defaultCode": 61475,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "lock",
+ "order": 22,
+ "id": 33,
+ "prevSize": 14,
+ "code": 58905
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 25
+ },
+ {
+ "icon": {
+ "paths": [
+ "M182.857 146.286q0 41.143-36.571 62.857v723.429q0 7.429-5.429 12.857t-12.857 5.429h-36.571q-7.429 0-12.857-5.429t-5.429-12.857v-723.429q-36.571-21.714-36.571-62.857 0-30.286 21.429-51.714t51.714-21.429 51.714 21.429 21.429 51.714zM1024 182.857v436q0 14.286-7.143 22t-22.571 15.714q-122.857 66.286-210.857 66.286-34.857 0-70.571-12.571t-62-27.429-66-27.429-81.429-12.571q-109.714 0-265.143 83.429-9.714 5.143-18.857 5.143-14.857 0-25.714-10.857t-10.857-25.714v-424q0-18.286 17.714-31.429 12-8 45.143-24.571 134.857-68.571 240.571-68.571 61.143 0 114.286 16.571t125.143 50.286q21.714 10.857 50.286 10.857 30.857 0 67.143-12t62.857-26.857 50.286-26.857 31.143-12q14.857 0 25.714 10.857t10.857 25.714z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "flag"
+ ],
+ "defaultCode": 61476,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "flag",
+ "order": 51,
+ "id": 34,
+ "prevSize": 14,
+ "code": 58906
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 26
+ },
+ {
+ "icon": {
+ "paths": [
+ "M438.857 201.143v621.714q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857l-190.286-190.286h-149.714q-14.857 0-25.714-10.857t-10.857-25.714v-219.429q0-14.857 10.857-25.714t25.714-10.857h149.714l190.286-190.286q10.857-10.857 25.714-10.857t25.714 10.857 10.857 25.714z"
+ ],
+ "width": 439,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "volume-off"
+ ],
+ "defaultCode": 61478,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "volume-off",
+ "order": 93,
+ "id": 36,
+ "prevSize": 14,
+ "code": 58907
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 27
+ },
+ {
+ "icon": {
+ "paths": [
+ "M438.857 201.143v621.714q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857l-190.286-190.286h-149.714q-14.857 0-25.714-10.857t-10.857-25.714v-219.429q0-14.857 10.857-25.714t25.714-10.857h149.714l190.286-190.286q10.857-10.857 25.714-10.857t25.714 10.857 10.857 25.714zM658.286 512q0 43.429-24.286 80.857t-64.286 53.429q-5.714 2.857-14.286 2.857-14.857 0-25.714-10.571t-10.857-26q0-12 6.857-20.286t16.571-14.286 19.429-13.143 16.571-20.286 6.857-32.571-6.857-32.571-16.571-20.286-19.429-13.143-16.571-14.286-6.857-20.286q0-15.429 10.857-26t25.714-10.571q8.571 0 14.286 2.857 40 15.429 64.286 53.143t24.286 81.143z"
+ ],
+ "width": 658,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "volume-down"
+ ],
+ "defaultCode": 61479,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "volume-down",
+ "order": 94,
+ "id": 37,
+ "prevSize": 14,
+ "code": 58908
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 28
+ },
+ {
+ "icon": {
+ "paths": [
+ "M438.857 201.143v621.714q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857l-190.286-190.286h-149.714q-14.857 0-25.714-10.857t-10.857-25.714v-219.429q0-14.857 10.857-25.714t25.714-10.857h149.714l190.286-190.286q10.857-10.857 25.714-10.857t25.714 10.857 10.857 25.714zM658.286 512q0 43.429-24.286 80.857t-64.286 53.429q-5.714 2.857-14.286 2.857-14.857 0-25.714-10.571t-10.857-26q0-12 6.857-20.286t16.571-14.286 19.429-13.143 16.571-20.286 6.857-32.571-6.857-32.571-16.571-20.286-19.429-13.143-16.571-14.286-6.857-20.286q0-15.429 10.857-26t25.714-10.571q8.571 0 14.286 2.857 40 15.429 64.286 53.143t24.286 81.143zM804.571 512q0 87.429-48.571 161.429t-128.571 107.714q-7.429 2.857-14.286 2.857-15.429 0-26.286-10.857t-10.857-25.714q0-22.286 22.286-33.714 32-16.571 43.429-25.143 42.286-30.857 66-77.429t23.714-99.143-23.714-99.143-66-77.429q-11.429-8.571-43.429-25.143-22.286-11.429-22.286-33.714 0-14.857 10.857-25.714t25.714-10.857q7.429 0 14.857 2.857 80 33.714 128.571 107.714t48.571 161.429zM950.857 512q0 131.429-72.571 241.429t-193.143 162q-7.429 2.857-14.857 2.857-14.857 0-25.714-10.857t-10.857-25.714q0-20.571 22.286-33.714 4-2.286 12.857-6t12.857-6q26.286-14.286 46.857-29.143 70.286-52 109.714-129.714t39.429-165.143-39.429-165.143-109.714-129.714q-20.571-14.857-46.857-29.143-4-2.286-12.857-6t-12.857-6q-22.286-13.143-22.286-33.714 0-14.857 10.857-25.714t25.714-10.857q7.429 0 14.857 2.857 120.571 52 193.143 162t72.571 241.429z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "volume-up"
+ ],
+ "defaultCode": 61480,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "volume-up",
+ "order": 95,
+ "id": 38,
+ "prevSize": 14,
+ "code": 58909
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 29
+ },
+ {
+ "icon": {
+ "paths": [
+ "M936.571 273.143q22.857 32.571 10.286 73.714l-157.143 517.714q-10.857 36.571-43.714 61.429t-70 24.857h-527.429q-44 0-84.857-30.571t-56.857-75.143q-13.714-38.286-1.143-72.571 0-2.286 1.714-15.429t2.286-21.143q0.571-4.571-1.714-12.286t-1.714-11.143q1.143-6.286 4.571-12t9.429-13.429 9.429-13.429q13.143-21.714 25.714-52.286t17.143-52.286q1.714-5.714 0.286-17.143t-0.286-16q1.714-6.286 9.714-16t9.714-13.143q12-20.571 24-52.571t14.286-51.429q0.571-5.143-1.429-18.286t0.286-16q2.286-7.429 12.571-17.429t12.571-12.857q10.857-14.857 24.286-48.286t15.714-55.143q0.571-4.571-1.714-14.571t-1.143-15.143q1.143-4.571 5.143-10.286t10.286-13.143 9.714-12q4.571-6.857 9.429-17.429t8.571-20 9.143-20.571 11.143-18.286 15.143-13.429 20.571-6.571 27.143 3.143l-0.571 1.714q21.714-5.143 29.143-5.143h434.857q42.286 0 65.143 32t10.286 74.286l-156.571 517.714q-20.571 68-40.857 87.714t-73.429 19.714h-496.571q-15.429 0-21.714 8.571-6.286 9.143-0.571 24.571 13.714 40 82.286 40h527.429q16.571 0 32-8.857t20-23.714l171.429-564q4-12.571 2.857-32.571 21.714 8.571 33.714 24.571zM328.571 274.286q-2.286 7.429 1.143 12.857t11.429 5.429h347.429q7.429 0 14.571-5.429t9.429-12.857l12-36.571q2.286-7.429-1.143-12.857t-11.429-5.429h-347.429q-7.429 0-14.571 5.429t-9.429 12.857zM281.143 420.571q-2.286 7.429 1.143 12.857t11.429 5.429h347.429q7.429 0 14.571-5.429t9.429-12.857l12-36.571q2.286-7.429-1.143-12.857t-11.429-5.429h-347.429q-7.429 0-14.571 5.429t-9.429 12.857z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "book"
+ ],
+ "defaultCode": 61485,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "book",
+ "order": 64,
+ "id": 43,
+ "prevSize": 14,
+ "code": 58910
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 30
+ },
+ {
+ "icon": {
+ "paths": [
+ "M219.429 877.714h512v-146.286h-512v146.286zM219.429 512h512v-219.429h-91.429q-22.857 0-38.857-16t-16-38.857v-91.429h-365.714v365.714zM877.714 548.571q0-14.857-10.857-25.714t-25.714-10.857-25.714 10.857-10.857 25.714 10.857 25.714 25.714 10.857 25.714-10.857 10.857-25.714zM950.857 548.571v237.714q0 7.429-5.429 12.857t-12.857 5.429h-128v91.429q0 22.857-16 38.857t-38.857 16h-548.571q-22.857 0-38.857-16t-16-38.857v-91.429h-128q-7.429 0-12.857-5.429t-5.429-12.857v-237.714q0-45.143 32.286-77.429t77.429-32.286h36.571v-310.857q0-22.857 16-38.857t38.857-16h384q22.857 0 50.286 11.429t43.429 27.429l86.857 86.857q16 16 27.429 43.429t11.429 50.286v146.286h36.571q45.143 0 77.429 32.286t32.286 77.429z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "print"
+ ],
+ "defaultCode": 61487,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "print",
+ "order": 75,
+ "id": 45,
+ "prevSize": 14,
+ "code": 58911
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 31
+ },
+ {
+ "icon": {
+ "paths": [
+ "M548.571 384q68 0 116.286 48.286t48.286 116.286-48.286 116.286-116.286 48.286-116.286-48.286-48.286-116.286 48.286-116.286 116.286-48.286zM950.857 146.286q60.571 0 103.429 42.857t42.857 103.429v512q0 60.571-42.857 103.429t-103.429 42.857h-804.571q-60.571 0-103.429-42.857t-42.857-103.429v-512q0-60.571 42.857-103.429t103.429-42.857h128l29.143-77.714q10.857-28 39.714-48.286t59.143-20.286h292.571q30.286 0 59.143 20.286t39.714 48.286l29.143 77.714h128zM548.571 804.571q105.714 0 180.857-75.143t75.143-180.857-75.143-180.857-180.857-75.143-180.857 75.143-75.143 180.857 75.143 180.857 180.857 75.143z"
+ ],
+ "width": 1097,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "camera"
+ ],
+ "defaultCode": 61488,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "camera",
+ "order": 47,
+ "id": 46,
+ "prevSize": 14,
+ "code": 58912
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 32
+ },
+ {
+ "icon": {
+ "paths": [
+ "M1024 201.143v621.714q0 24-22.286 33.714-7.429 2.857-14.286 2.857-15.429 0-25.714-10.857l-230.286-230.286v94.857q0 68-48.286 116.286t-116.286 48.286h-402.286q-68 0-116.286-48.286t-48.286-116.286v-402.286q0-68 48.286-116.286t116.286-48.286h402.286q68 0 116.286 48.286t48.286 116.286v94.286l230.286-229.714q10.286-10.857 25.714-10.857 6.857 0 14.286 2.857 22.286 9.714 22.286 33.714z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "video-camera"
+ ],
+ "defaultCode": 61501,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "video-camera",
+ "order": 48,
+ "id": 59,
+ "prevSize": 14,
+ "code": 58913
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 33
+ },
+ {
+ "icon": {
+ "paths": [
+ "M207.429 877.714l52-52-134.286-134.286-52 52v61.143h73.143v73.143h61.143zM506.286 347.429q0-12.571-12.571-12.571-5.714 0-9.714 4l-309.714 309.714q-4 4-4 9.714 0 12.571 12.571 12.571 5.714 0 9.714-4l309.714-309.714q4-4 4-9.714zM475.429 237.714l237.714 237.714-475.429 475.429h-237.714v-237.714zM865.714 292.571q0 30.286-21.143 51.429l-94.857 94.857-237.714-237.714 94.857-94.286q20.571-21.714 51.429-21.714 30.286 0 52 21.714l134.286 133.714q21.143 22.286 21.143 52z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "pencil"
+ ],
+ "defaultCode": 61504,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "pencil",
+ "order": 9,
+ "id": 61,
+ "prevSize": 14,
+ "code": 58914
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 34
+ },
+ {
+ "icon": {
+ "paths": [
+ "M507.429 676.571l66.286-66.286-86.857-86.857-66.286 66.286v32h54.857v54.857h32zM758.857 265.143q-9.143-9.143-18.857 0.571l-200 200q-9.714 9.714-0.571 18.857t18.857-0.571l200-200q9.714-9.714 0.571-18.857zM804.571 604.571v108.571q0 68-48.286 116.286t-116.286 48.286h-475.429q-68 0-116.286-48.286t-48.286-116.286v-475.429q0-68 48.286-116.286t116.286-48.286h475.429q36 0 66.857 14.286 8.571 4 10.286 13.143 1.714 9.714-5.143 16.571l-28 28q-8 8-18.286 4.571-13.143-3.429-25.714-3.429h-475.429q-37.714 0-64.571 26.857t-26.857 64.571v475.429q0 37.714 26.857 64.571t64.571 26.857h475.429q37.714 0 64.571-26.857t26.857-64.571v-72q0-7.429 5.143-12.571l36.571-36.571q8.571-8.571 20-4t11.429 16.571zM749.714 182.857l164.571 164.571-384 384h-164.571v-164.571zM1003.429 258.286l-52.571 52.571-164.571-164.571 52.571-52.571q16-16 38.857-16t38.857 16l86.857 86.857q16 16 16 38.857t-16 38.857z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "edit",
+ "pencil-square-o"
+ ],
+ "defaultCode": 61508,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "edit, pencil-square-o",
+ "order": 35,
+ "id": 65,
+ "prevSize": 14,
+ "code": 58915
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 35
+ },
+ {
+ "icon": {
+ "paths": [
+ "M804.571 565.143v148q0 68-48.286 116.286t-116.286 48.286h-475.429q-68 0-116.286-48.286t-48.286-116.286v-475.429q0-68 48.286-116.286t116.286-48.286h145.714q7.429 0 12.857 5.429t5.429 12.857q0 15.429-14.857 18.286-44 14.857-76 34.286-5.714 2.286-9.143 2.286h-64q-37.714 0-64.571 26.857t-26.857 64.571v475.429q0 37.714 26.857 64.571t64.571 26.857h475.429q37.714 0 64.571-26.857t26.857-64.571v-122.286q0-10.857 10.286-16.571 16-7.429 30.857-21.143 9.143-9.143 20-4.571 12 5.143 12 16.571zM940 281.714l-219.429 219.429q-10.286 10.857-25.714 10.857-6.857 0-14.286-2.857-22.286-9.714-22.286-33.714v-109.714h-91.429q-184.571 0-250.286 74.857-68 78.286-42.286 270.286 1.714 13.143-11.429 19.429-4.571 1.143-6.857 1.143-9.143 0-14.857-7.429-5.714-8-12-17.714t-22.571-39.143-28.286-56.857-22-65.143-10-69.714q0-28 2-52t8-51.429 16-50.286 26.857-46.571 39.143-42.286 54-35.143 71.143-27.714 91.143-17.429 112.286-6.286h91.429v-109.714q0-24 22.286-33.714 7.429-2.857 14.286-2.857 14.857 0 25.714 10.857l219.429 219.429q10.857 10.857 10.857 25.714t-10.857 25.714z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "share-square-o"
+ ],
+ "defaultCode": 61509,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "share-square-o",
+ "order": 99,
+ "id": 66,
+ "prevSize": 14,
+ "code": 58916
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 36
+ },
+ {
+ "icon": {
+ "paths": [
+ "M804.571 531.429v181.714q0 68-48.286 116.286t-116.286 48.286h-475.429q-68 0-116.286-48.286t-48.286-116.286v-475.429q0-68 48.286-116.286t116.286-48.286h475.429q36 0 66.857 14.286 8.571 4 10.286 13.143 1.714 9.714-5.143 16.571l-28 28q-5.714 5.714-13.143 5.714-1.714 0-5.143-1.143-13.143-3.429-25.714-3.429h-475.429q-37.714 0-64.571 26.857t-26.857 64.571v475.429q0 37.714 26.857 64.571t64.571 26.857h475.429q37.714 0 64.571-26.857t26.857-64.571v-145.143q0-7.429 5.143-12.571l36.571-36.571q5.714-5.714 13.143-5.714 3.429 0 6.857 1.714 11.429 4.571 11.429 16.571zM936.571 252l-465.143 465.143q-13.714 13.714-32.571 13.714t-32.571-13.714l-245.714-245.714q-13.714-13.714-13.714-32.571t13.714-32.571l62.857-62.857q13.714-13.714 32.571-13.714t32.571 13.714l150.286 150.286 369.714-369.714q13.714-13.714 32.571-13.714t32.571 13.714l62.857 62.857q13.714 13.714 13.714 32.571t-13.714 32.571z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "check-square-o"
+ ],
+ "defaultCode": 61510,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "check-square-o",
+ "order": 24,
+ "id": 67,
+ "prevSize": 14,
+ "code": 58917
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 37
+ },
+ {
+ "icon": {
+ "paths": [
+ "M998.286 80.571q10.857-10.857 18.286-7.429t7.429 18.286v841.143q0 14.857-7.429 18.286t-18.286-7.429l-405.714-405.714q-5.143-5.143-7.429-10.857v405.714q0 14.857-7.429 18.286t-18.286-7.429l-405.714-405.714q-5.143-5.143-7.429-10.857v387.429q0 14.857-10.857 25.714t-25.714 10.857h-73.143q-14.857 0-25.714-10.857t-10.857-25.714v-804.571q0-14.857 10.857-25.714t25.714-10.857h73.143q14.857 0 25.714 10.857t10.857 25.714v387.429q2.286-6.286 7.429-10.857l405.714-405.714q10.857-10.857 18.286-7.429t7.429 18.286v405.714q2.286-6.286 7.429-10.857z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "fast-backward"
+ ],
+ "defaultCode": 61513,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "fast-backward",
+ "order": 81,
+ "id": 70,
+ "prevSize": 14,
+ "code": 58918
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 38
+ },
+ {
+ "icon": {
+ "paths": [
+ "M790.857 529.714l-758.857 421.714q-13.143 7.429-22.571 1.714t-9.429-20.571v-841.143q0-14.857 9.429-20.571t22.571 1.714l758.857 421.714q13.143 7.429 13.143 17.714t-13.143 17.714z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "play"
+ ],
+ "defaultCode": 61515,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "play",
+ "order": 79,
+ "id": 72,
+ "prevSize": 14,
+ "code": 58919
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 39
+ },
+ {
+ "icon": {
+ "paths": [
+ "M877.714 109.714v804.571q0 14.857-10.857 25.714t-25.714 10.857h-292.571q-14.857 0-25.714-10.857t-10.857-25.714v-804.571q0-14.857 10.857-25.714t25.714-10.857h292.571q14.857 0 25.714 10.857t10.857 25.714zM365.714 109.714v804.571q0 14.857-10.857 25.714t-25.714 10.857h-292.571q-14.857 0-25.714-10.857t-10.857-25.714v-804.571q0-14.857 10.857-25.714t25.714-10.857h292.571q14.857 0 25.714 10.857t10.857 25.714z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "pause"
+ ],
+ "defaultCode": 61516,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "pause",
+ "order": 91,
+ "id": 73,
+ "prevSize": 14,
+ "code": 58920
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 40
+ },
+ {
+ "icon": {
+ "paths": [
+ "M877.714 109.714v804.571q0 14.857-10.857 25.714t-25.714 10.857h-804.571q-14.857 0-25.714-10.857t-10.857-25.714v-804.571q0-14.857 10.857-25.714t25.714-10.857h804.571q14.857 0 25.714 10.857t10.857 25.714z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "stop"
+ ],
+ "defaultCode": 61517,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "stop",
+ "order": 80,
+ "id": 74,
+ "prevSize": 14,
+ "code": 58921
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 41
+ },
+ {
+ "icon": {
+ "paths": [
+ "M25.714 943.429q-10.857 10.857-18.286 7.429t-7.429-18.286v-841.143q0-14.857 7.429-18.286t18.286 7.429l405.714 405.714q4.571 4.571 7.429 10.857v-405.714q0-14.857 7.429-18.286t18.286 7.429l405.714 405.714q4.571 4.571 7.429 10.857v-387.429q0-14.857 10.857-25.714t25.714-10.857h73.143q14.857 0 25.714 10.857t10.857 25.714v804.571q0 14.857-10.857 25.714t-25.714 10.857h-73.143q-14.857 0-25.714-10.857t-10.857-25.714v-387.429q-2.857 5.714-7.429 10.857l-405.714 405.714q-10.857 10.857-18.286 7.429t-7.429-18.286v-405.714q-2.857 5.714-7.429 10.857z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "fast-forward"
+ ],
+ "defaultCode": 61520,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "fast-forward",
+ "order": 82,
+ "id": 76,
+ "prevSize": 14,
+ "code": 58922
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 42
+ },
+ {
+ "icon": {
+ "paths": [
+ "M669.143 172l-303.429 303.429 303.429 303.429q10.857 10.857 10.857 25.714t-10.857 25.714l-94.857 94.857q-10.857 10.857-25.714 10.857t-25.714-10.857l-424-424q-10.857-10.857-10.857-25.714t10.857-25.714l424-424q10.857-10.857 25.714-10.857t25.714 10.857l94.857 94.857q10.857 10.857 10.857 25.714t-10.857 25.714z"
+ ],
+ "width": 731,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "chevron-left"
+ ],
+ "defaultCode": 61523,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "chevron-left",
+ "order": 31,
+ "id": 79,
+ "prevSize": 14,
+ "code": 58923
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 43
+ },
+ {
+ "icon": {
+ "paths": [
+ "M632.571 501.143l-424 424q-10.857 10.857-25.714 10.857t-25.714-10.857l-94.857-94.857q-10.857-10.857-10.857-25.714t10.857-25.714l303.429-303.429-303.429-303.429q-10.857-10.857-10.857-25.714t10.857-25.714l94.857-94.857q10.857-10.857 25.714-10.857t25.714 10.857l424 424q10.857 10.857 10.857 25.714t-10.857 25.714z"
+ ],
+ "width": 731,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "chevron-right"
+ ],
+ "defaultCode": 61524,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "chevron-right",
+ "order": 32,
+ "id": 80,
+ "prevSize": 14,
+ "code": 58924
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 44
+ },
+ {
+ "icon": {
+ "paths": [
+ "M656.571 641.143q0-14.857-10.857-25.714l-103.429-103.429 103.429-103.429q10.857-10.857 10.857-25.714 0-15.429-10.857-26.286l-51.429-51.429q-10.857-10.857-26.286-10.857-14.857 0-25.714 10.857l-103.429 103.429-103.429-103.429q-10.857-10.857-25.714-10.857-15.429 0-26.286 10.857l-51.429 51.429q-10.857 10.857-10.857 26.286 0 14.857 10.857 25.714l103.429 103.429-103.429 103.429q-10.857 10.857-10.857 25.714 0 15.429 10.857 26.286l51.429 51.429q10.857 10.857 26.286 10.857 14.857 0 25.714-10.857l103.429-103.429 103.429 103.429q10.857 10.857 25.714 10.857 15.429 0 26.286-10.857l51.429-51.429q10.857-10.857 10.857-26.286zM877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "times-circle"
+ ],
+ "defaultCode": 61527,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "times-circle",
+ "order": 84,
+ "id": 83,
+ "prevSize": 14,
+ "code": 58925
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 45
+ },
+ {
+ "icon": {
+ "paths": [
+ "M512 786.286v-109.714q0-8-5.143-13.143t-13.143-5.143h-109.714q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h109.714q8 0 13.143-5.143t5.143-13.143zM658.286 402.286q0-50.286-31.714-93.143t-79.143-66.286-97.143-23.429q-138.857 0-212 121.714-8.571 13.714 4.571 24l75.429 57.143q4 3.429 10.857 3.429 9.143 0 14.286-6.857 30.286-38.857 49.143-52.571 19.429-13.714 49.143-13.714 27.429 0 48.857 14.857t21.429 33.714q0 21.714-11.429 34.857t-38.857 25.714q-36 16-66 49.429t-30 71.714v20.571q0 8 5.143 13.143t13.143 5.143h109.714q8 0 13.143-5.143t5.143-13.143q0-10.857 12.286-28.286t31.143-28.286q18.286-10.286 28-16.286t26.286-20 25.429-27.429 16-34.571 7.143-46.286zM877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "question-circle"
+ ],
+ "defaultCode": 61529,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "question-circle",
+ "order": 34,
+ "id": 85,
+ "prevSize": 14,
+ "code": 58926
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 46
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 786.286v-91.429q0-8-5.143-13.143t-13.143-5.143h-54.857v-292.571q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v91.429q0 8 5.143 13.143t13.143 5.143h54.857v182.857h-54.857q-8 0-13.143 5.143t-5.143 13.143v91.429q0 8 5.143 13.143t13.143 5.143h256q8 0 13.143-5.143t5.143-13.143zM512 274.286v-91.429q0-8-5.143-13.143t-13.143-5.143h-109.714q-8 0-13.143 5.143t-5.143 13.143v91.429q0 8 5.143 13.143t13.143 5.143h109.714q8 0 13.143-5.143t5.143-13.143zM877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "info-circle"
+ ],
+ "defaultCode": 61530,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "info-circle",
+ "order": 40,
+ "id": 86,
+ "prevSize": 14,
+ "code": 58927
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 47
+ },
+ {
+ "icon": {
+ "paths": [
+ "M626.857 616.571l-83.429 83.429q-5.714 5.714-13.143 5.714t-13.143-5.714l-78.286-78.286-78.286 78.286q-5.714 5.714-13.143 5.714t-13.143-5.714l-83.429-83.429q-5.714-5.714-5.714-13.143t5.714-13.143l78.286-78.286-78.286-78.286q-5.714-5.714-5.714-13.143t5.714-13.143l83.429-83.429q5.714-5.714 13.143-5.714t13.143 5.714l78.286 78.286 78.286-78.286q5.714-5.714 13.143-5.714t13.143 5.714l83.429 83.429q5.714 5.714 5.714 13.143t-5.714 13.143l-78.286 78.286 78.286 78.286q5.714 5.714 5.714 13.143t-5.714 13.143zM749.714 512q0-84.571-41.714-156t-113.143-113.143-156-41.714-156 41.714-113.143 113.143-41.714 156 41.714 156 113.143 113.143 156 41.714 156-41.714 113.143-113.143 41.714-156zM877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "times-circle-o"
+ ],
+ "defaultCode": 61532,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "times-circle-o",
+ "order": 8,
+ "id": 88,
+ "prevSize": 14,
+ "code": 58928
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 48
+ },
+ {
+ "icon": {
+ "paths": [
+ "M920.571 554.857q0 29.143-21.143 51.429l-42.857 42.857q-21.714 21.714-52 21.714-30.857 0-51.429-21.714l-168-167.429v402.286q0 29.714-21.429 48.286t-51.714 18.571h-73.143q-30.286 0-51.714-18.571t-21.429-48.286v-402.286l-168 167.429q-20.571 21.714-51.429 21.714t-51.429-21.714l-42.857-42.857q-21.714-21.714-21.714-51.429 0-30.286 21.714-52l372-372q20-21.143 51.429-21.143 30.857 0 52 21.143l372 372q21.143 22.286 21.143 52z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "arrow-up"
+ ],
+ "defaultCode": 61538,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "arrow-up",
+ "order": 3,
+ "id": 93,
+ "prevSize": 14,
+ "code": 58929
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 49
+ },
+ {
+ "icon": {
+ "paths": [
+ "M920.571 475.429q0 30.286-21.143 51.429l-372 372.571q-22.286 21.143-52 21.143-30.286 0-51.429-21.143l-372-372.571q-21.714-20.571-21.714-51.429 0-30.286 21.714-52l42.286-42.857q22.286-21.143 52-21.143 30.286 0 51.429 21.143l168 168v-402.286q0-29.714 21.714-51.429t51.429-21.714h73.143q29.714 0 51.429 21.714t21.714 51.429v402.286l168-168q21.143-21.143 51.429-21.143 29.714 0 52 21.143l42.857 42.857q21.143 22.286 21.143 52z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "arrow-down"
+ ],
+ "defaultCode": 61539,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "arrow-down",
+ "order": 4,
+ "id": 94,
+ "prevSize": 14,
+ "code": 58930
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 50
+ },
+ {
+ "icon": {
+ "paths": [
+ "M438.857 548.571v256q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857l-82.286-82.286-189.714 189.714q-5.714 5.714-13.143 5.714t-13.143-5.714l-65.143-65.143q-5.714-5.714-5.714-13.143t5.714-13.143l189.714-189.714-82.286-82.286q-10.857-10.857-10.857-25.714t10.857-25.714 25.714-10.857h256q14.857 0 25.714 10.857t10.857 25.714zM870.286 164.571q0 7.429-5.714 13.143l-189.714 189.714 82.286 82.286q10.857 10.857 10.857 25.714t-10.857 25.714-25.714 10.857h-256q-14.857 0-25.714-10.857t-10.857-25.714v-256q0-14.857 10.857-25.714t25.714-10.857 25.714 10.857l82.286 82.286 189.714-189.714q5.714-5.714 13.143-5.714t13.143 5.714l65.143 65.143q5.714 5.714 5.714 13.143z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "compress"
+ ],
+ "defaultCode": 61542,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "compress",
+ "order": 92,
+ "id": 97,
+ "prevSize": 14,
+ "code": 58931
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 51
+ },
+ {
+ "icon": {
+ "paths": [
+ "M804.571 420.571v109.714q0 22.857-16 38.857t-38.857 16h-237.714v237.714q0 22.857-16 38.857t-38.857 16h-109.714q-22.857 0-38.857-16t-16-38.857v-237.714h-237.714q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h237.714v-237.714q0-22.857 16-38.857t38.857-16h109.714q22.857 0 38.857 16t16 38.857v237.714h237.714q22.857 0 38.857 16t16 38.857z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "plus"
+ ],
+ "defaultCode": 61543,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "plus",
+ "order": 7,
+ "id": 98,
+ "prevSize": 14,
+ "code": 58932
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 52
+ },
+ {
+ "icon": {
+ "paths": [
+ "M804.571 420.571v109.714q0 22.857-16 38.857t-38.857 16h-694.857q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h694.857q22.857 0 38.857 16t16 38.857z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "minus"
+ ],
+ "defaultCode": 61544,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "minus",
+ "order": 50,
+ "id": 99,
+ "prevSize": 14,
+ "code": 58933
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 53
+ },
+ {
+ "icon": {
+ "paths": [
+ "M438.857 73.143q119.429 0 220.286 58.857t159.714 159.714 58.857 220.286-58.857 220.286-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857zM512 785.714v-108.571q0-8-5.143-13.429t-12.571-5.429h-109.714q-7.429 0-13.143 5.714t-5.714 13.143v108.571q0 7.429 5.714 13.143t13.143 5.714h109.714q7.429 0 12.571-5.429t5.143-13.429zM510.857 589.143l10.286-354.857q0-6.857-5.714-10.286-5.714-4.571-13.714-4.571h-125.714q-8 0-13.714 4.571-5.714 3.429-5.714 10.286l9.714 354.857q0 5.714 5.714 10t13.714 4.286h105.714q8 0 13.429-4.286t6-10z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "exclamation-circle"
+ ],
+ "defaultCode": 61546,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "exclamation-circle",
+ "order": 30,
+ "id": 101,
+ "prevSize": 14,
+ "code": 58934
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 54
+ },
+ {
+ "icon": {
+ "paths": [
+ "M950.857 548.571q-86.857-134.857-217.714-201.714 34.857 59.429 34.857 128.571 0 105.714-75.143 180.857t-180.857 75.143-180.857-75.143-75.143-180.857q0-69.143 34.857-128.571-130.857 66.857-217.714 201.714 76 117.143 190.571 186.571t248.286 69.429 248.286-69.429 190.571-186.571zM539.429 329.143q0-11.429-8-19.429t-19.429-8q-71.429 0-122.571 51.143t-51.143 122.571q0 11.429 8 19.429t19.429 8 19.429-8 8-19.429q0-49.143 34.857-84t84-34.857q11.429 0 19.429-8t8-19.429zM1024 548.571q0 19.429-11.429 39.429-80 131.429-215.143 210.571t-285.429 79.143-285.429-79.429-215.143-210.286q-11.429-20-11.429-39.429t11.429-39.429q80-130.857 215.143-210.286t285.429-79.429 285.429 79.429 215.143 210.286q11.429 20 11.429 39.429z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "eye"
+ ],
+ "defaultCode": 61550,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "eye",
+ "order": 13,
+ "id": 105,
+ "prevSize": 14,
+ "code": 58935
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 55
+ },
+ {
+ "icon": {
+ "paths": [
+ "M317.143 762.857l44.571-80.571q-49.714-36-77.714-90.857t-28-116q0-69.143 34.857-128.571-130.857 66.857-217.714 201.714 95.429 147.429 244 214.286zM539.429 329.143q0-11.429-8-19.429t-19.429-8q-71.429 0-122.571 51.143t-51.143 122.571q0 11.429 8 19.429t19.429 8 19.429-8 8-19.429q0-49.143 34.857-84t84-34.857q11.429 0 19.429-8t8-19.429zM746.857 220q0 4-0.571 5.143-60 107.429-180 323.429t-180.571 324l-28 50.857q-5.714 9.143-16 9.143-6.857 0-76.571-40-9.143-5.714-9.143-16 0-6.857 25.143-49.714-81.714-37.143-150.571-98.857t-119.143-140q-11.429-17.714-11.429-39.429t11.429-39.429q87.429-134.286 217.143-212t283.429-77.714q50.857 0 102.857 9.714l30.857-55.429q5.714-9.143 16-9.143 2.857 0 10.286 3.429t17.714 8.857 18.857 10.571 18 10.571 11.143 6.571q9.143 5.714 9.143 15.429zM768 475.429q0 79.429-45.143 144.857t-119.429 94l160-286.857q4.571 25.714 4.571 48zM1024 548.571q0 20-11.429 39.429-22.286 36.571-62.286 82.857-85.714 98.286-198.571 152.571t-239.714 54.286l42.286-75.429q121.143-10.286 224.286-78.286t172.286-175.429q-65.714-102.286-161.143-168l36-64q54.286 36.571 104.286 87.429t82.571 105.143q11.429 19.429 11.429 39.429z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "eye-slash"
+ ],
+ "defaultCode": 61552,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "eye-slash",
+ "order": 14,
+ "id": 106,
+ "prevSize": 14,
+ "code": 58936
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 56
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 785.714v-108.571q0-8-5.429-13.429t-12.857-5.429h-109.714q-7.429 0-12.857 5.429t-5.429 13.429v108.571q0 8 5.429 13.429t12.857 5.429h109.714q7.429 0 12.857-5.429t5.429-13.429zM584 572l10.286-262.286q0-6.857-5.714-10.857-7.429-6.286-13.714-6.286h-125.714q-6.286 0-13.714 6.286-5.714 4-5.714 12l9.714 261.143q0 5.714 5.714 9.429t13.714 3.714h105.714q8 0 13.429-3.714t6-9.429zM576 38.286l438.857 804.571q20 36-1.143 72-9.714 16.571-26.571 26.286t-36.286 9.714h-877.714q-19.429 0-36.286-9.714t-26.571-26.286q-21.143-36-1.143-72l438.857-804.571q9.714-17.714 26.857-28t37.143-10.286 37.143 10.286 26.857 28z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "exclamation-triangle",
+ "warning"
+ ],
+ "defaultCode": 61553,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "exclamation-triangle, warning",
+ "order": 17,
+ "id": 107,
+ "prevSize": 14,
+ "code": 58937
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 57
+ },
+ {
+ "icon": {
+ "paths": [
+ "M73.143 950.857h164.571v-164.571h-164.571v164.571zM274.286 950.857h182.857v-164.571h-182.857v164.571zM73.143 749.714h164.571v-182.857h-164.571v182.857zM274.286 749.714h182.857v-182.857h-182.857v182.857zM73.143 530.286h164.571v-164.571h-164.571v164.571zM493.714 950.857h182.857v-164.571h-182.857v164.571zM274.286 530.286h182.857v-164.571h-182.857v164.571zM713.143 950.857h164.571v-164.571h-164.571v164.571zM493.714 749.714h182.857v-182.857h-182.857v182.857zM292.571 256v-164.571q0-7.429-5.429-12.857t-12.857-5.429h-36.571q-7.429 0-12.857 5.429t-5.429 12.857v164.571q0 7.429 5.429 12.857t12.857 5.429h36.571q7.429 0 12.857-5.429t5.429-12.857zM713.143 749.714h164.571v-182.857h-164.571v182.857zM493.714 530.286h182.857v-164.571h-182.857v164.571zM713.143 530.286h164.571v-164.571h-164.571v164.571zM731.429 256v-164.571q0-7.429-5.429-12.857t-12.857-5.429h-36.571q-7.429 0-12.857 5.429t-5.429 12.857v164.571q0 7.429 5.429 12.857t12.857 5.429h36.571q7.429 0 12.857-5.429t5.429-12.857zM950.857 219.429v731.429q0 29.714-21.714 51.429t-51.429 21.714h-804.571q-29.714 0-51.429-21.714t-21.714-51.429v-731.429q0-29.714 21.714-51.429t51.429-21.714h73.143v-54.857q0-37.714 26.857-64.571t64.571-26.857h36.571q37.714 0 64.571 26.857t26.857 64.571v54.857h219.429v-54.857q0-37.714 26.857-64.571t64.571-26.857h36.571q37.714 0 64.571 26.857t26.857 64.571v54.857h73.143q29.714 0 51.429 21.714t21.714 51.429z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "calendar"
+ ],
+ "defaultCode": 61555,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "calendar",
+ "order": 62,
+ "id": 109,
+ "prevSize": 14,
+ "code": 58938
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 58
+ },
+ {
+ "icon": {
+ "paths": [
+ "M1024 512q0 99.429-68.571 183.714t-186.286 133.143-257.143 48.857q-40 0-82.857-4.571-113.143 100-262.857 138.286-28 8-65.143 12.571-9.714 1.143-17.429-5.143t-10-16.571v-0.571q-1.714-2.286-0.286-6.857t1.143-5.714 2.571-5.429l3.429-5.143t4-4.857 4.571-5.143q4-4.571 17.714-19.714t19.714-21.714 17.714-22.571 18.571-29.143 15.429-33.714 14.857-43.429q-89.714-50.857-141.429-125.714t-51.714-160.571q0-74.286 40.571-142t109.143-116.857 163.429-78 198.857-28.857q139.429 0 257.143 48.857t186.286 133.143 68.571 183.714z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "comment"
+ ],
+ "defaultCode": 61557,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "comment",
+ "order": 70,
+ "id": 111,
+ "prevSize": 14,
+ "code": 58939
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 59
+ },
+ {
+ "icon": {
+ "paths": [
+ "M365.714 877.714q0 29.714-21.714 51.429t-51.429 21.714-51.429-21.714-21.714-51.429 21.714-51.429 51.429-21.714 51.429 21.714 21.714 51.429zM877.714 877.714q0 29.714-21.714 51.429t-51.429 21.714-51.429-21.714-21.714-51.429 21.714-51.429 51.429-21.714 51.429 21.714 21.714 51.429zM950.857 256v292.571q0 13.714-9.429 24.286t-23.143 12.286l-596.571 69.714q7.429 34.286 7.429 40 0 9.143-13.714 36.571h525.714q14.857 0 25.714 10.857t10.857 25.714-10.857 25.714-25.714 10.857h-585.143q-14.857 0-25.714-10.857t-10.857-25.714q0-6.286 4.571-18t9.143-20.571 12.286-22.857 8.857-16.857l-101.143-470.286h-116.571q-14.857 0-25.714-10.857t-10.857-25.714 10.857-25.714 25.714-10.857h146.286q9.143 0 16.286 3.714t11.143 8.857 7.429 14 4.571 14.857 3.143 16.857 2.571 14.857h686.286q14.857 0 25.714 10.857t10.857 25.714z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "shopping-cart"
+ ],
+ "defaultCode": 61562,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "shopping-cart",
+ "order": 74,
+ "id": 116,
+ "prevSize": 14,
+ "code": 58940
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 60
+ },
+ {
+ "icon": {
+ "paths": [
+ "M731.429 348.571q-32 14.286-69.143 19.429 38.857-22.857 53.143-66.857-37.143 21.714-76.571 29.143-34.857-37.714-87.429-37.714-49.714 0-84.857 35.143t-35.143 84.857q0 16.571 2.857 27.429-73.714-4-138.286-37.143t-109.714-88.571q-16.571 28.571-16.571 60.571 0 65.143 52 100-26.857-0.571-57.143-14.857v1.143q0 42.857 28.571 76.286t70.286 41.429q-16.571 4.571-29.143 4.571-7.429 0-22.286-2.286 12 36 42.571 59.429t69.429 24q-66.286 51.429-149.143 51.429-14.857 0-28.571-1.714 84.571 53.714 184 53.714 64 0 120-20.286t96-54.286 68.857-78.286 42.857-92.571 14-96.286q0-10.286-0.571-15.429 36-25.714 60-62.286zM877.714 237.714v548.571q0 68-48.286 116.286t-116.286 48.286h-548.571q-68 0-116.286-48.286t-48.286-116.286v-548.571q0-68 48.286-116.286t116.286-48.286h548.571q68 0 116.286 48.286t48.286 116.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "twitter-square"
+ ],
+ "defaultCode": 61569,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "twitter-square",
+ "order": 58,
+ "id": 122,
+ "prevSize": 14,
+ "code": 58941
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 61
+ },
+ {
+ "icon": {
+ "paths": [
+ "M713.143 73.143q68 0 116.286 48.286t48.286 116.286v548.571q0 68-48.286 116.286t-116.286 48.286h-107.429v-340h113.714l17.143-132.571h-130.857v-84.571q0-32 13.429-48t52.286-16l69.714-0.571v-118.286q-36-5.143-101.714-5.143-77.714 0-124.286 45.714t-46.571 129.143v97.714h-114.286v132.571h114.286v340h-304q-68 0-116.286-48.286t-48.286-116.286v-548.571q0-68 48.286-116.286t116.286-48.286h548.571z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "facebook-square"
+ ],
+ "defaultCode": 61570,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "facebook-square",
+ "order": 67,
+ "id": 123,
+ "prevSize": 14,
+ "code": 58942
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 62
+ },
+ {
+ "icon": {
+ "paths": [
+ "M804.571 438.857q0 79.429-53.714 146.857t-146.571 106.571-202 39.143q-49.143 0-100.571-9.143-70.857 50.286-158.857 73.143-20.571 5.143-49.143 9.143h-1.714q-6.286 0-11.714-4.571t-6.571-12q-0.571-1.714-0.571-3.714t0.286-3.714 1.143-3.429l1.429-2.857t2-3.143 2.286-2.857 2.571-2.857 2.286-2.571q2.857-3.429 13.143-14.286t14.857-16.857 12.857-16.571 14.286-22 11.714-25.143q-70.857-41.143-111.429-101.143t-40.571-128q0-79.429 53.714-146.857t146.571-106.571 202-39.143 202 39.143 146.571 106.571 53.714 146.857zM1024 585.143q0 68.571-40.571 128.286t-111.429 100.857q5.714 13.714 11.714 25.143t14.286 22 12.857 16.571 14.857 16.857 13.143 14.286q0.571 0.571 2.286 2.571t2.571 2.857 2.286 2.857 2 3.143l1.429 2.857t1.143 3.429 0.286 3.714-0.571 3.714q-1.714 8-7.429 12.571t-12.571 4q-28.571-4-49.143-9.143-88-22.857-158.857-73.143-51.429 9.143-100.571 9.143-154.857 0-269.714-75.429 33.143 2.286 50.286 2.286 92 0 176.571-25.714t150.857-73.714q71.429-52.571 109.714-121.143t38.286-145.143q0-44-13.143-86.857 73.714 40.571 116.571 101.714t42.857 131.429z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "comments"
+ ],
+ "defaultCode": 61574,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "comments",
+ "order": 55,
+ "id": 127,
+ "prevSize": 14,
+ "code": 58943
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 63
+ },
+ {
+ "icon": {
+ "paths": [
+ "M274.286 493.714v-256q0-8-5.143-13.143t-13.143-5.143-13.143 5.143-5.143 13.143v256q0 8 5.143 13.143t13.143 5.143 13.143-5.143 5.143-13.143zM658.286 694.857q0 14.857-10.857 25.714t-25.714 10.857h-245.143l-29.143 276q-1.143 6.857-6 11.714t-11.714 4.857h-0.571q-15.429 0-18.286-15.429l-43.429-277.143h-230.857q-14.857 0-25.714-10.857t-10.857-25.714q0-70.286 44.857-126.571t101.429-56.286v-292.571q-29.714 0-51.429-21.714t-21.714-51.429 21.714-51.429 51.429-21.714h365.714q29.714 0 51.429 21.714t21.714 51.429-21.714 51.429-51.429 21.714v292.571q56.571 0 101.429 56.286t44.857 126.571z"
+ ],
+ "width": 658,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "thumb-tack"
+ ],
+ "defaultCode": 61581,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "thumb-tack",
+ "order": 52,
+ "id": 134,
+ "prevSize": 14,
+ "code": 58944
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 64
+ },
+ {
+ "icon": {
+ "paths": [
+ "M804.571 530.286v182.857q0 68-48.286 116.286t-116.286 48.286h-475.429q-68 0-116.286-48.286t-48.286-116.286v-475.429q0-68 48.286-116.286t116.286-48.286h402.286q8 0 13.143 5.143t5.143 13.143v36.571q0 8-5.143 13.143t-13.143 5.143h-402.286q-37.714 0-64.571 26.857t-26.857 64.571v475.429q0 37.714 26.857 64.571t64.571 26.857h475.429q37.714 0 64.571-26.857t26.857-64.571v-182.857q0-8 5.143-13.143t13.143-5.143h36.571q8 0 13.143 5.143t5.143 13.143zM1024 36.571v292.571q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857l-100.571-100.571-372.571 372.571q-5.714 5.714-13.143 5.714t-13.143-5.714l-65.143-65.143q-5.714-5.714-5.714-13.143t5.714-13.143l372.571-372.571-100.571-100.571q-10.857-10.857-10.857-25.714t10.857-25.714 25.714-10.857h292.571q14.857 0 25.714 10.857t10.857 25.714z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "external-link"
+ ],
+ "defaultCode": 61582,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "external-link",
+ "order": 72,
+ "id": 135,
+ "prevSize": 14,
+ "code": 58945
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 65
+ },
+ {
+ "icon": {
+ "paths": [
+ "M731.429 841.143q0-14.857-10.857-25.714t-25.714-10.857-25.714 10.857-10.857 25.714 10.857 25.714 25.714 10.857 25.714-10.857 10.857-25.714zM877.714 841.143q0-14.857-10.857-25.714t-25.714-10.857-25.714 10.857-10.857 25.714 10.857 25.714 25.714 10.857 25.714-10.857 10.857-25.714zM950.857 713.143v182.857q0 22.857-16 38.857t-38.857 16h-841.143q-22.857 0-38.857-16t-16-38.857v-182.857q0-22.857 16-38.857t38.857-16h244q12 32 40.286 52.571t63.143 20.571h146.286q34.857 0 63.143-20.571t40.286-52.571h244q22.857 0 38.857 16t16 38.857zM765.143 342.857q-9.714 22.857-33.714 22.857h-146.286v256q0 14.857-10.857 25.714t-25.714 10.857h-146.286q-14.857 0-25.714-10.857t-10.857-25.714v-256h-146.286q-24 0-33.714-22.857-9.714-22.286 8-39.429l256-256q10.286-10.857 25.714-10.857t25.714 10.857l256 256q17.714 17.143 8 39.429z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "upload"
+ ],
+ "defaultCode": 61587,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "upload",
+ "order": 18,
+ "id": 139,
+ "prevSize": 14,
+ "code": 58946
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 66
+ },
+ {
+ "icon": {
+ "paths": [
+ "M640 146.286h-475.429q-37.714 0-64.571 26.857t-26.857 64.571v475.429q0 37.714 26.857 64.571t64.571 26.857h475.429q37.714 0 64.571-26.857t26.857-64.571v-475.429q0-37.714-26.857-64.571t-64.571-26.857zM804.571 237.714v475.429q0 68-48.286 116.286t-116.286 48.286h-475.429q-68 0-116.286-48.286t-48.286-116.286v-475.429q0-68 48.286-116.286t116.286-48.286h475.429q68 0 116.286 48.286t48.286 116.286z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "square-o"
+ ],
+ "defaultCode": 61590,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "square-o2",
+ "order": 20,
+ "id": 142,
+ "prevSize": 14,
+ "code": 58947
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 67
+ },
+ {
+ "icon": {
+ "paths": [
+ "M950.857 365.714q30.286 0 51.714 21.429t21.429 51.714-21.429 51.714-51.714 21.429v219.429q0 29.714-21.714 51.429t-51.429 21.714q-238.286-198.286-464-217.143-33.143 10.857-52 37.714t-17.714 57.429 22.857 52.857q-11.429 18.857-13.143 37.429t3.429 33.143 19.143 31.429 27.429 28.571 35.143 28.857q-16.571 33.143-63.714 47.429t-96.286 6.571-75.429-31.714q-4-13.143-16.857-50t-18.286-54-13.143-50.857-8.571-57.714 2-56.286 12.571-63.143h-69.714q-37.714 0-64.571-26.857t-26.857-64.571v-109.714q0-37.714 26.857-64.571t64.571-26.857h274.286q248.571 0 512-219.429 29.714 0 51.429 21.714t21.714 51.429v219.429zM877.714 710.857v-545.143q-225.143 172.571-438.857 196v154.286q215.429 24 438.857 194.857z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "bullhorn"
+ ],
+ "defaultCode": 61601,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "bullhorn",
+ "order": 12,
+ "id": 152,
+ "prevSize": 14,
+ "code": 58948
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 68
+ },
+ {
+ "icon": {
+ "paths": [
+ "M733.714 512.571q0-15.429-10.286-25.714l-52-52q-10.286-10.286-25.714-10.286t-25.714 10.286l-108 108v-286.857q0-14.857-10.857-25.714t-25.714-10.857h-73.143q-14.857 0-25.714 10.857t-10.857 25.714v286.857l-108-108q-10.857-10.857-25.714-10.857t-25.714 10.857l-52 52q-10.286 10.286-10.286 25.714t10.286 25.714l258.857 258.857q10.286 10.286 25.714 10.286t25.714-10.286l258.857-258.857q10.286-10.286 10.286-25.714zM877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "arrow-circle-down"
+ ],
+ "defaultCode": 61611,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "arrow-circle-down",
+ "order": 15,
+ "id": 162,
+ "prevSize": 14,
+ "code": 58949
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 69
+ },
+ {
+ "icon": {
+ "paths": [
+ "M801.714 168.571q9.714 23.429-8 40l-281.714 281.714v424q0 24-22.286 33.714-7.429 2.857-14.286 2.857-15.429 0-25.714-10.857l-146.286-146.286q-10.857-10.857-10.857-25.714v-277.714l-281.714-281.714q-17.714-16.571-8-40 9.714-22.286 33.714-22.286h731.429q24 0 33.714 22.286z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "filter"
+ ],
+ "defaultCode": 61616,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "filter",
+ "order": 69,
+ "id": 166,
+ "prevSize": 14,
+ "code": 58950
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 70
+ },
+ {
+ "icon": {
+ "paths": [
+ "M733.143 309.143l-202.857 202.857 202.857 202.857 82.286-82.286q16.571-17.714 40-8 22.286 9.714 22.286 33.714v256q0 14.857-10.857 25.714t-25.714 10.857h-256q-24 0-33.714-22.857-9.714-22.286 8-39.429l82.286-82.286-202.857-202.857-202.857 202.857 82.286 82.286q17.714 17.143 8 39.429-9.714 22.857-33.714 22.857h-256q-14.857 0-25.714-10.857t-10.857-25.714v-256q0-24 22.857-33.714 22.286-9.714 39.429 8l82.286 82.286 202.857-202.857-202.857-202.857-82.286 82.286q-10.857 10.857-25.714 10.857-6.857 0-13.714-2.857-22.857-9.714-22.857-33.714v-256q0-14.857 10.857-25.714t25.714-10.857h256q24 0 33.714 22.857 9.714 22.286-8 39.429l-82.286 82.286 202.857 202.857 202.857-202.857-82.286-82.286q-17.714-17.143-8-39.429 9.714-22.857 33.714-22.857h256q14.857 0 25.714 10.857t10.857 25.714v256q0 24-22.286 33.714-7.429 2.857-14.286 2.857-14.857 0-25.714-10.857z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "arrows-alt"
+ ],
+ "defaultCode": 61618,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "arrows-alt",
+ "order": 42,
+ "id": 168,
+ "prevSize": 14,
+ "code": 58951
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 71
+ },
+ {
+ "icon": {
+ "paths": [
+ "M832 694.857q0-22.857-16-38.857l-118.857-118.857q-16-16-38.857-16-24 0-41.143 18.286 1.714 1.714 10.857 10.571t12.286 12.286 8.571 10.857 7.429 14.571 2 15.714q0 22.857-16 38.857t-38.857 16q-8.571 0-15.714-2t-14.571-7.429-10.857-8.571-12.286-12.286-10.571-10.857q-18.857 17.714-18.857 41.714 0 22.857 16 38.857l117.714 118.286q15.429 15.429 38.857 15.429 22.857 0 38.857-14.857l84-83.429q16-16 16-38.286zM430.286 292q0-22.857-16-38.857l-117.714-118.286q-16-16-38.857-16-22.286 0-38.857 15.429l-84 83.429q-16 16-16 38.286 0 22.857 16 38.857l118.857 118.857q15.429 15.429 38.857 15.429 24 0 41.143-17.714-1.714-1.714-10.857-10.571t-12.286-12.286-8.571-10.857-7.429-14.571-2-15.714q0-22.857 16-38.857t38.857-16q8.571 0 15.714 2t14.571 7.429 10.857 8.571 12.286 12.286 10.571 10.857q18.857-17.714 18.857-41.714zM941.714 694.857q0 68.571-48.571 116l-84 83.429q-47.429 47.429-116 47.429-69.143 0-116.571-48.571l-117.714-118.286q-47.429-47.429-47.429-116 0-70.286 50.286-119.429l-50.286-50.286q-49.143 50.286-118.857 50.286-68.571 0-116.571-48l-118.857-118.857q-48-48-48-116.571t48.571-116l84-83.429q47.429-47.429 116-47.429 69.143 0 116.571 48.571l117.714 118.286q47.429 47.429 47.429 116 0 70.286-50.286 119.429l50.286 50.286q49.143-50.286 118.857-50.286 68.571 0 116.571 48l118.857 118.857q48 48 48 116.571z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "chain",
+ "link"
+ ],
+ "defaultCode": 61633,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "chain, link",
+ "order": 76,
+ "id": 170,
+ "prevSize": 14,
+ "code": 58952
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 72
+ },
+ {
+ "icon": {
+ "paths": [
+ "M969.143 219.429q22.857 0 38.857 16t16 38.857v694.857q0 22.857-16 38.857t-38.857 16h-548.571q-22.857 0-38.857-16t-16-38.857v-164.571h-310.857q-22.857 0-38.857-16t-16-38.857v-384q0-22.857 11.429-50.286t27.429-43.429l233.143-233.143q16-16 43.429-27.429t50.286-11.429h237.714q22.857 0 38.857 16t16 38.857v187.429q38.857-22.857 73.143-22.857h237.714zM658.286 341.143l-170.857 170.857h170.857v-170.857zM292.571 121.714l-170.857 170.857h170.857v-170.857zM404.571 491.429l180.571-180.571v-237.714h-219.429v237.714q0 22.857-16 38.857t-38.857 16h-237.714v365.714h292.571v-146.286q0-22.857 11.429-50.286t27.429-43.429zM950.857 950.857v-658.286h-219.429v237.714q0 22.857-16 38.857t-38.857 16h-237.714v365.714h512z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "copy",
+ "files-o"
+ ],
+ "defaultCode": 61637,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "copy, files-o",
+ "order": 10,
+ "id": 174,
+ "prevSize": 14,
+ "code": 58953
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 73
+ },
+ {
+ "icon": {
+ "paths": [
+ "M877.714 768v73.143q0 14.857-10.857 25.714t-25.714 10.857h-804.571q-14.857 0-25.714-10.857t-10.857-25.714v-73.143q0-14.857 10.857-25.714t25.714-10.857h804.571q14.857 0 25.714 10.857t10.857 25.714zM877.714 475.429v73.143q0 14.857-10.857 25.714t-25.714 10.857h-804.571q-14.857 0-25.714-10.857t-10.857-25.714v-73.143q0-14.857 10.857-25.714t25.714-10.857h804.571q14.857 0 25.714 10.857t10.857 25.714zM877.714 182.857v73.143q0 14.857-10.857 25.714t-25.714 10.857h-804.571q-14.857 0-25.714-10.857t-10.857-25.714v-73.143q0-14.857 10.857-25.714t25.714-10.857h804.571q14.857 0 25.714 10.857t10.857 25.714z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "bars",
+ "navicon",
+ "reorder"
+ ],
+ "defaultCode": 61641,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "bars, navicon, reorder",
+ "order": 57,
+ "id": 178,
+ "prevSize": 14,
+ "code": 58954
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 74
+ },
+ {
+ "icon": {
+ "paths": [
+ "M219.429 804.571q0 45.714-32 77.714t-77.714 32-77.714-32-32-77.714 32-77.714 77.714-32 77.714 32 32 77.714zM219.429 512q0 45.714-32 77.714t-77.714 32-77.714-32-32-77.714 32-77.714 77.714-32 77.714 32 32 77.714zM1024 749.714v109.714q0 7.429-5.429 12.857t-12.857 5.429h-694.857q-7.429 0-12.857-5.429t-5.429-12.857v-109.714q0-7.429 5.429-12.857t12.857-5.429h694.857q7.429 0 12.857 5.429t5.429 12.857zM219.429 219.429q0 45.714-32 77.714t-77.714 32-77.714-32-32-77.714 32-77.714 77.714-32 77.714 32 32 77.714zM1024 457.143v109.714q0 7.429-5.429 12.857t-12.857 5.429h-694.857q-7.429 0-12.857-5.429t-5.429-12.857v-109.714q0-7.429 5.429-12.857t12.857-5.429h694.857q7.429 0 12.857 5.429t5.429 12.857zM1024 164.571v109.714q0 7.429-5.429 12.857t-12.857 5.429h-694.857q-7.429 0-12.857-5.429t-5.429-12.857v-109.714q0-7.429 5.429-12.857t12.857-5.429h694.857q7.429 0 12.857 5.429t5.429 12.857z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "list-ul"
+ ],
+ "defaultCode": 61642,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "list-ul",
+ "order": 78,
+ "id": 179,
+ "prevSize": 14,
+ "code": 58955
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 75
+ },
+ {
+ "icon": {
+ "paths": [
+ "M292.571 786.286v-109.714q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h182.857q8 0 13.143-5.143t5.143-13.143zM292.571 566.857v-109.714q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h182.857q8 0 13.143-5.143t5.143-13.143zM585.143 786.286v-109.714q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h182.857q8 0 13.143-5.143t5.143-13.143zM292.571 347.429v-109.714q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h182.857q8 0 13.143-5.143t5.143-13.143zM585.143 566.857v-109.714q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h182.857q8 0 13.143-5.143t5.143-13.143zM877.714 786.286v-109.714q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h182.857q8 0 13.143-5.143t5.143-13.143zM585.143 347.429v-109.714q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h182.857q8 0 13.143-5.143t5.143-13.143zM877.714 566.857v-109.714q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h182.857q8 0 13.143-5.143t5.143-13.143zM877.714 347.429v-109.714q0-8-5.143-13.143t-13.143-5.143h-182.857q-8 0-13.143 5.143t-5.143 13.143v109.714q0 8 5.143 13.143t13.143 5.143h182.857q8 0 13.143-5.143t5.143-13.143zM950.857 164.571v621.714q0 37.714-26.857 64.571t-64.571 26.857h-768q-37.714 0-64.571-26.857t-26.857-64.571v-621.714q0-37.714 26.857-64.571t64.571-26.857h768q37.714 0 64.571 26.857t26.857 64.571z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "table"
+ ],
+ "defaultCode": 61646,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "table",
+ "order": 38,
+ "id": 183,
+ "prevSize": 14,
+ "code": 58956
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 76
+ },
+ {
+ "icon": {
+ "paths": [
+ "M438.857 658.286h219.429v-54.857h-73.143v-256h-65.143l-84.571 78.286 44 45.714q24-21.143 31.429-32.571h1.143v164.571h-73.143v54.857zM731.429 512q0 40-12 81.143t-34 76.571-58 57.714-78.857 22.286-78.857-22.286-58-57.714-34-76.571-12-81.143 12-81.143 34-76.571 58-57.714 78.857-22.286 78.857 22.286 58 57.714 34 76.571 12 81.143zM1024 658.286v-292.571q-60.571 0-103.429-42.857t-42.857-103.429h-658.286q0 60.571-42.857 103.429t-103.429 42.857v292.571q60.571 0 103.429 42.857t42.857 103.429h658.286q0-60.571 42.857-103.429t103.429-42.857zM1097.143 182.857v658.286q0 14.857-10.857 25.714t-25.714 10.857h-1024q-14.857 0-25.714-10.857t-10.857-25.714v-658.286q0-14.857 10.857-25.714t25.714-10.857h1024q14.857 0 25.714 10.857t10.857 25.714z"
+ ],
+ "width": 1097,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "money"
+ ],
+ "defaultCode": 61654,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "money",
+ "order": 63,
+ "id": 190,
+ "prevSize": 14,
+ "code": 58957
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 77
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 621.714q0 14.857-10.857 25.714l-256 256q-10.857 10.857-25.714 10.857t-25.714-10.857l-256-256q-10.857-10.857-10.857-25.714t10.857-25.714 25.714-10.857h512q14.857 0 25.714 10.857t10.857 25.714zM585.143 402.286q0 14.857-10.857 25.714t-25.714 10.857h-512q-14.857 0-25.714-10.857t-10.857-25.714 10.857-25.714l256-256q10.857-10.857 25.714-10.857t25.714 10.857l256 256q10.857 10.857 10.857 25.714z"
+ ],
+ "width": 585,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "sort",
+ "unsorted"
+ ],
+ "defaultCode": 61660,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "sort, unsorted",
+ "order": 71,
+ "id": 196,
+ "prevSize": 14,
+ "code": 58958
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 78
+ },
+ {
+ "icon": {
+ "paths": [
+ "M1024 405.714v453.714q0 37.714-26.857 64.571t-64.571 26.857h-841.143q-37.714 0-64.571-26.857t-26.857-64.571v-453.714q25.143 28 57.714 49.714 206.857 140.571 284 197.143 32.571 24 52.857 37.429t54 27.429 62.857 14h1.143q29.143 0 62.857-14t54-27.429 52.857-37.429q97.143-70.286 284.571-197.143 32.571-22.286 57.143-49.714zM1024 237.714q0 45.143-28 86.286t-69.714 70.286q-214.857 149.143-267.429 185.714-5.714 4-24.286 17.429t-30.857 21.714-29.714 18.571-32.857 15.429-28.571 5.143h-1.143q-13.143 0-28.571-5.143t-32.857-15.429-29.714-18.571-30.857-21.714-24.286-17.429q-52-36.571-149.714-104.286t-117.143-81.429q-35.429-24-66.857-66t-31.429-78q0-44.571 23.714-74.286t67.714-29.714h841.143q37.143 0 64.286 26.857t27.143 64.571z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "envelope"
+ ],
+ "defaultCode": 61664,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "envelope",
+ "order": 61,
+ "id": 199,
+ "prevSize": 14,
+ "code": 58959
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 79
+ },
+ {
+ "icon": {
+ "paths": [
+ "M877.714 512q0 89.143-34.857 170.286t-93.714 140-140 93.714-170.286 34.857q-98.286 0-186.857-41.429t-150.857-116.857q-4-5.714-3.714-12.857t4.857-11.714l78.286-78.857q5.714-5.143 14.286-5.143 9.143 1.143 13.143 6.857 41.714 54.286 102.286 84t128.571 29.714q59.429 0 113.429-23.143t93.429-62.571 62.571-93.429 23.143-113.429-23.143-113.429-62.571-93.429-93.429-62.571-113.429-23.143q-56 0-107.429 20.286t-91.429 58l78.286 78.857q17.714 17.143 8 39.429-9.714 22.857-33.714 22.857h-256q-14.857 0-25.714-10.857t-10.857-25.714v-256q0-24 22.857-33.714 22.286-9.714 39.429 8l74.286 73.714q61.143-57.714 139.714-89.429t162.571-31.714q89.143 0 170.286 34.857t140 93.714 93.714 140 34.857 170.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "rotate-left",
+ "undo"
+ ],
+ "defaultCode": 61666,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "rotate-left, undo",
+ "order": 29,
+ "id": 201,
+ "prevSize": 14,
+ "code": 58960
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 80
+ },
+ {
+ "icon": {
+ "paths": [
+ "M1024 713.143v182.857q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-182.857q0-22.857 16-38.857t38.857-16h54.857v-109.714h-292.571v109.714h54.857q22.857 0 38.857 16t16 38.857v182.857q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-182.857q0-22.857 16-38.857t38.857-16h54.857v-109.714h-292.571v109.714h54.857q22.857 0 38.857 16t16 38.857v182.857q0 22.857-16 38.857t-38.857 16h-182.857q-22.857 0-38.857-16t-16-38.857v-182.857q0-22.857 16-38.857t38.857-16h54.857v-109.714q0-29.714 21.714-51.429t51.429-21.714h292.571v-109.714h-54.857q-22.857 0-38.857-16t-16-38.857v-182.857q0-22.857 16-38.857t38.857-16h182.857q22.857 0 38.857 16t16 38.857v182.857q0 22.857-16 38.857t-38.857 16h-54.857v109.714h292.571q29.714 0 51.429 21.714t21.714 51.429v109.714h54.857q22.857 0 38.857 16t16 38.857z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "sitemap"
+ ],
+ "defaultCode": 61672,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "sitemap",
+ "order": 39,
+ "id": 207,
+ "prevSize": 14,
+ "code": 58961
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 81
+ },
+ {
+ "icon": {
+ "paths": [
+ "M358.286 310.857q0 7.429-5.714 13.143l-224.571 224.571 224.571 224.571q5.714 5.714 5.714 13.143t-5.714 13.143l-28.571 28.571q-5.714 5.714-13.143 5.714t-13.143-5.714l-266.286-266.286q-5.714-5.714-5.714-13.143t5.714-13.143l266.286-266.286q5.714-5.714 13.143-5.714t13.143 5.714l28.571 28.571q5.714 5.714 5.714 13.143z"
+ ],
+ "width": 366,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "angle-left"
+ ],
+ "defaultCode": 61700,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "angle-left",
+ "order": 26,
+ "id": 233,
+ "prevSize": 14,
+ "code": 58962
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 82
+ },
+ {
+ "icon": {
+ "paths": [
+ "M340 548.571q0 7.429-5.714 13.143l-266.286 266.286q-5.714 5.714-13.143 5.714t-13.143-5.714l-28.571-28.571q-5.714-5.714-5.714-13.143t5.714-13.143l224.571-224.571-224.571-224.571q-5.714-5.714-5.714-13.143t5.714-13.143l28.571-28.571q5.714-5.714 13.143-5.714t13.143 5.714l266.286 266.286q5.714 5.714 5.714 13.143z"
+ ],
+ "width": 366,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "angle-right"
+ ],
+ "defaultCode": 61701,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "angle-right",
+ "order": 27,
+ "id": 234,
+ "prevSize": 14,
+ "code": 58963
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 83
+ },
+ {
+ "icon": {
+ "paths": [
+ "M614.286 676.571q0 7.429-5.714 13.143l-28.571 28.571q-5.714 5.714-13.143 5.714t-13.143-5.714l-224.571-224.571-224.571 224.571q-5.714 5.714-13.143 5.714t-13.143-5.714l-28.571-28.571q-5.714-5.714-5.714-13.143t5.714-13.143l266.286-266.286q5.714-5.714 13.143-5.714t13.143 5.714l266.286 266.286q5.714 5.714 5.714 13.143z"
+ ],
+ "width": 658,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "angle-up"
+ ],
+ "defaultCode": 61702,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "angle-up",
+ "order": 25,
+ "id": 235,
+ "prevSize": 14,
+ "code": 58964
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 84
+ },
+ {
+ "icon": {
+ "paths": [
+ "M614.286 420.571q0 7.429-5.714 13.143l-266.286 266.286q-5.714 5.714-13.143 5.714t-13.143-5.714l-266.286-266.286q-5.714-5.714-5.714-13.143t5.714-13.143l28.571-28.571q5.714-5.714 13.143-5.714t13.143 5.714l224.571 224.571 224.571-224.571q5.714-5.714 13.143-5.714t13.143 5.714l28.571 28.571q5.714 5.714 5.714 13.143z"
+ ],
+ "width": 658,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "angle-down"
+ ],
+ "defaultCode": 61703,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "angle-down",
+ "order": 21,
+ "id": 236,
+ "prevSize": 14,
+ "code": 58965
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 85
+ },
+ {
+ "icon": {
+ "paths": [
+ "M438.857 201.143q-84.571 0-156 41.714t-113.143 113.143-41.714 156 41.714 156 113.143 113.143 156 41.714 156-41.714 113.143-113.143 41.714-156-41.714-156-113.143-113.143-156-41.714zM877.714 512q0 119.429-58.857 220.286t-159.714 159.714-220.286 58.857-220.286-58.857-159.714-159.714-58.857-220.286 58.857-220.286 159.714-159.714 220.286-58.857 220.286 58.857 159.714 159.714 58.857 220.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "circle-o"
+ ],
+ "defaultCode": 61708,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "circle-o",
+ "order": 68,
+ "id": 241,
+ "prevSize": 14,
+ "code": 58966
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 86
+ },
+ {
+ "icon": {
+ "paths": [
+ "M438.857 548.571v219.429q0 45.714-32 77.714t-77.714 32h-219.429q-45.714 0-77.714-32t-32-77.714v-402.286q0-59.429 23.143-113.429t62.571-93.429 93.429-62.571 113.429-23.143h36.571q14.857 0 25.714 10.857t10.857 25.714v73.143q0 14.857-10.857 25.714t-25.714 10.857h-36.571q-60.571 0-103.429 42.857t-42.857 103.429v18.286q0 22.857 16 38.857t38.857 16h128q45.714 0 77.714 32t32 77.714zM950.857 548.571v219.429q0 45.714-32 77.714t-77.714 32h-219.429q-45.714 0-77.714-32t-32-77.714v-402.286q0-59.429 23.143-113.429t62.571-93.429 93.429-62.571 113.429-23.143h36.571q14.857 0 25.714 10.857t10.857 25.714v73.143q0 14.857-10.857 25.714t-25.714 10.857h-36.571q-60.571 0-103.429 42.857t-42.857 103.429v18.286q0 22.857 16 38.857t38.857 16h128q45.714 0 77.714 32t32 77.714z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "quote-left"
+ ],
+ "defaultCode": 61709,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "quote-left",
+ "order": 97,
+ "id": 242,
+ "prevSize": 14,
+ "code": 58967
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 87
+ },
+ {
+ "icon": {
+ "paths": [
+ "M300.571 796.571q0 30.286-21.429 51.714t-51.714 21.429q-29.714 0-51.429-21.714t-21.714-51.429q0-30.286 21.429-51.714t51.714-21.429 51.714 21.429 21.429 51.714zM585.143 914.286q0 30.286-21.429 51.714t-51.714 21.429-51.714-21.429-21.429-51.714 21.429-51.714 51.714-21.429 51.714 21.429 21.429 51.714zM182.857 512q0 30.286-21.429 51.714t-51.714 21.429-51.714-21.429-21.429-51.714 21.429-51.714 51.714-21.429 51.714 21.429 21.429 51.714zM869.714 796.571q0 29.714-21.714 51.429t-51.429 21.714q-30.286 0-51.714-21.429t-21.429-51.714 21.429-51.714 51.714-21.429 51.714 21.429 21.429 51.714zM318.857 227.429q0 37.714-26.857 64.571t-64.571 26.857-64.571-26.857-26.857-64.571 26.857-64.571 64.571-26.857 64.571 26.857 26.857 64.571zM987.429 512q0 30.286-21.429 51.714t-51.714 21.429-51.714-21.429-21.429-51.714 21.429-51.714 51.714-21.429 51.714 21.429 21.429 51.714zM621.714 109.714q0 45.714-32 77.714t-77.714 32-77.714-32-32-77.714 32-77.714 77.714-32 77.714 32 32 77.714zM924.571 227.429q0 53.143-37.714 90.571t-90.286 37.429q-53.143 0-90.571-37.429t-37.429-90.571q0-52.571 37.429-90.286t90.571-37.714q52.571 0 90.286 37.714t37.714 90.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "spinner"
+ ],
+ "defaultCode": 61712,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "spinner",
+ "order": 46,
+ "id": 244,
+ "prevSize": 14,
+ "code": 58968
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 88
+ },
+ {
+ "icon": {
+ "paths": [
+ "M1024 640q0 94.857-72.571 257.714-1.714 4-6 13.714t-7.714 17.143-7.429 12.571q-6.857 9.714-16 9.714-8.571 0-13.429-5.714t-4.857-14.286q0-5.143 1.429-15.143t1.429-13.429q2.857-38.857 2.857-70.286 0-57.714-10-103.429t-27.714-79.143-45.714-57.714-60.286-39.714-76-24.286-88-12.286-100.286-3.429h-128v146.286q0 14.857-10.857 25.714t-25.714 10.857-25.714-10.857l-292.571-292.571q-10.857-10.857-10.857-25.714t10.857-25.714l292.571-292.571q10.857-10.857 25.714-10.857t25.714 10.857 10.857 25.714v146.286h128q407.429 0 500 230.286 30.286 76.571 30.286 190.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "mail-reply",
+ "reply"
+ ],
+ "defaultCode": 61714,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "mail-reply, reply",
+ "order": 49,
+ "id": 246,
+ "prevSize": 14,
+ "code": 58969
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 89
+ },
+ {
+ "icon": {
+ "paths": [
+ "M250.857 726.286l-146.286 146.286q-5.714 5.143-13.143 5.143-6.857 0-13.143-5.143-5.143-5.714-5.143-13.143t5.143-13.143l146.286-146.286q5.714-5.143 13.143-5.143t13.143 5.143q5.143 5.714 5.143 13.143t-5.143 13.143zM347.429 749.714v182.857q0 8-5.143 13.143t-13.143 5.143-13.143-5.143-5.143-13.143v-182.857q0-8 5.143-13.143t13.143-5.143 13.143 5.143 5.143 13.143zM219.429 621.714q0 8-5.143 13.143t-13.143 5.143h-182.857q-8 0-13.143-5.143t-5.143-13.143 5.143-13.143 13.143-5.143h182.857q8 0 13.143 5.143t5.143 13.143zM941.714 694.857q0 68.571-48.571 116l-84 83.429q-47.429 47.429-116 47.429-69.143 0-116.571-48.571l-190.857-191.429q-12-12-24-32l136.571-10.286 156 156.571q15.429 15.429 38.857 15.714t38.857-15.143l84-83.429q16-16 16-38.286 0-22.857-16-38.857l-156.571-157.143 10.286-136.571q20 12 32 24l192 192q48 49.143 48 116.571zM589.143 281.143l-136.571 10.286-156-156.571q-16-16-38.857-16-22.286 0-38.857 15.429l-84 83.429q-16 16-16 38.286 0 22.857 16 38.857l156.571 156.571-10.286 137.143q-20-12-32-24l-192-192q-48-49.143-48-116.571 0-68.571 48.571-116l84-83.429q47.429-47.429 116-47.429 69.143 0 116.571 48.571l190.857 191.429q12 12 24 32zM950.857 329.143q0 8-5.143 13.143t-13.143 5.143h-182.857q-8 0-13.143-5.143t-5.143-13.143 5.143-13.143 13.143-5.143h182.857q8 0 13.143 5.143t5.143 13.143zM640 18.286v182.857q0 8-5.143 13.143t-13.143 5.143-13.143-5.143-5.143-13.143v-182.857q0-8 5.143-13.143t13.143-5.143 13.143 5.143 5.143 13.143zM872.571 104.571l-146.286 146.286q-6.286 5.143-13.143 5.143t-13.143-5.143q-5.143-5.714-5.143-13.143t5.143-13.143l146.286-146.286q5.714-5.143 13.143-5.143t13.143 5.143q5.143 5.714 5.143 13.143t-5.143 13.143z"
+ ],
+ "width": 951,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "chain-broken",
+ "unlink"
+ ],
+ "defaultCode": 61735,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "chain-broken, unlink",
+ "order": 77,
+ "id": 264,
+ "prevSize": 14,
+ "code": 58970
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 90
+ },
+ {
+ "icon": {
+ "paths": [
+ "M603.429 438.857q22.857 0 38.857 16t16 38.857v329.143q0 22.857-16 38.857t-38.857 16h-548.571q-22.857 0-38.857-16t-16-38.857v-329.143q0-22.857 16-38.857t38.857-16h18.286v-182.857q0-105.714 75.143-180.857t180.857-75.143 180.857 75.143 75.143 180.857q0 14.857-10.857 25.714t-25.714 10.857h-36.571q-14.857 0-25.714-10.857t-10.857-25.714q0-60.571-42.857-103.429t-103.429-42.857-103.429 42.857-42.857 103.429v182.857h420.571z"
+ ],
+ "width": 658,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "unlock-alt"
+ ],
+ "defaultCode": 61758,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "unlock-alt",
+ "order": 89,
+ "id": 286,
+ "prevSize": 14,
+ "code": 58971
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 91
+ },
+ {
+ "icon": {
+ "paths": [
+ "M219.429 420.571v109.714q0 22.857-16 38.857t-38.857 16h-109.714q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h109.714q22.857 0 38.857 16t16 38.857zM512 420.571v109.714q0 22.857-16 38.857t-38.857 16h-109.714q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h109.714q22.857 0 38.857 16t16 38.857zM804.571 420.571v109.714q0 22.857-16 38.857t-38.857 16h-109.714q-22.857 0-38.857-16t-16-38.857v-109.714q0-22.857 16-38.857t38.857-16h109.714q22.857 0 38.857 16t16 38.857z"
+ ],
+ "width": 805,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "ellipsis-h"
+ ],
+ "defaultCode": 61761,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "ellipsis-h",
+ "order": 56,
+ "id": 288,
+ "prevSize": 14,
+ "code": 58972
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 92
+ },
+ {
+ "icon": {
+ "paths": [
+ "M391.429 742.286l350.857-350.857q10.857-10.857 10.857-25.714t-10.857-25.714l-58.286-58.286q-10.857-10.857-25.714-10.857t-25.714 10.857l-266.857 266.857-120.571-120.571q-10.857-10.857-25.714-10.857t-25.714 10.857l-58.286 58.286q-10.857 10.857-10.857 25.714t10.857 25.714l204.571 204.571q10.857 10.857 25.714 10.857t25.714-10.857zM877.714 237.714v548.571q0 68-48.286 116.286t-116.286 48.286h-548.571q-68 0-116.286-48.286t-48.286-116.286v-548.571q0-68 48.286-116.286t116.286-48.286h548.571q68 0 116.286 48.286t48.286 116.286z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "check-square"
+ ],
+ "defaultCode": 61770,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "check-square",
+ "order": 100,
+ "id": 297,
+ "prevSize": 14,
+ "code": 58973
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 93
+ },
+ {
+ "icon": {
+ "paths": [
+ "M585.143 292.571v-269.714q12.571 8 20.571 16l233.143 233.143q8 8 16 20.571h-269.714zM512 310.857q0 22.857 16 38.857t38.857 16h310.857v603.429q0 22.857-16 38.857t-38.857 16h-768q-22.857 0-38.857-16t-16-38.857v-914.286q0-22.857 16-38.857t38.857-16h457.143v310.857z"
+ ],
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "file"
+ ],
+ "defaultCode": 61787,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "file",
+ "order": 36,
+ "id": 313,
+ "prevSize": 14,
+ "code": 58974
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 94
+ },
+ {
+ "icon": {
+ "paths": [
+ "M448.571 576h118.286q-8 90.286-56.286 142t-122.571 51.714q-92.571 0-145.429-66.286t-52.857-180.571q0-110.857 53.143-178t133.143-67.143q84.571 0 132.571 49.714t55.429 141.143h-116q-2.857-36.571-20.286-56.571t-46.571-20q-32.571 0-50.571 34.571t-18 101.429q0 27.429 2.857 48t10.286 39.714 22.857 29.429 37.714 10.286q54.286 0 62.286-79.429zM855.429 576h117.714q-8 90.286-56 142t-122.286 51.714q-92.571 0-145.429-66.286t-52.857-180.571q0-110.857 53.143-178t133.143-67.143q84.571 0 132.571 49.714t55.429 141.143h-116.571q-2.286-36.571-20-56.571t-46.286-20q-32.571 0-50.571 34.571t-18 101.429q0 27.429 2.857 48t10.286 39.714 22.571 29.429 37.429 10.286q28 0 43.714-21.714t19.143-57.714zM1060.571 508q0-118.286-8.857-175.429t-34.571-92q-3.429-4.571-7.714-8t-12.286-8.571-9.143-6.286q-49.143-36-398.286-36-357.143 0-405.714 36-2.857 2.286-10 6.571t-12 8-8.286 8.286q-25.714 34.286-34.286 91.143t-8.571 176.286q0 118.857 8.571 175.714t34.286 91.714q3.429 4.571 8.571 8.571t11.714 8 10 6.857q25.143 18.857 136.857 28t268.857 9.143q348.571 0 398.286-37.143 2.857-2.286 9.714-6.286t11.714-8 7.714-9.143q26.286-34.286 34.857-90.857t8.571-176.571zM1170.286 73.143v877.714h-1170.286v-877.714h1170.286z"
+ ],
+ "width": 1170,
+ "attrs": [],
+ "isMulticolor": false,
+ "tags": [
+ "cc"
+ ],
+ "defaultCode": 61962,
+ "grid": 14
+ },
+ "attrs": [],
+ "properties": {
+ "name": "cc",
+ "order": 83,
+ "id": 477,
+ "prevSize": 14,
+ "code": 58975
+ },
+ "setIdx": 0,
+ "setId": 2,
+ "iconIdx": 95
+ }
+ ],
+ "height": 1024,
+ "metadata": {
+ "name": "edx-icons"
+ },
+ "preferences": {
+ "showGlyphs": true,
+ "showQuickUse": true,
+ "showQuickUse2": true,
+ "showSVGs": true,
+ "fontPref": {
+ "prefix": "icon-",
+ "metadata": {
+ "fontFamily": "edx-icons",
+ "majorVersion": 1,
+ "minorVersion": 0
+ },
+ "metrics": {
+ "emSize": 1024,
+ "baseline": 6.25,
+ "whitespace": 50
+ },
+ "embed": false,
+ "resetPoint": 58880,
+ "showVersion": false,
+ "showMetadata": false,
+ "showMetrics": false,
+ "showSelector": true,
+ "selector": "class",
+ "classSelector": ".icon",
+ "cssVars": true,
+ "cssVarsFormat": "sass"
+ },
+ "imagePref": {
+ "prefix": "icon-",
+ "png": false,
+ "useClassSelector": false,
+ "color": 4473924,
+ "bgColor": 16777215,
+ "classSelector": ".icon",
+ "columns": 16,
+ "margin": 16,
+ "height": 32
+ },
+ "historySize": 100,
+ "showCodes": true,
+ "showLiga": false
+ }
+}
\ No newline at end of file
diff --git a/cms/static/sass/assets/_edx-icons.scss b/cms/static/sass/assets/_edx-icons.scss
new file mode 100644
index 0000000000..eb24b632e4
--- /dev/null
+++ b/cms/static/sass/assets/_edx-icons.scss
@@ -0,0 +1,14 @@
+// common - assets - ux pattern library icons
+// ====================
+
+// +Base - Utilities
+// ====================
+@import 'variables';
+
+@font-face {
+ font-family: 'edx-icons';
+ src:
+ url('#{$static-path}/fonts/edx-icons/edx-icons.woff') format('woff'), // NOTE: woff2 format currently not supported by IcoMoon font output
+ url('#{$static-path}/fonts/edx-icons/edx-icons.ttf') format('truetype');
+ font-weight: 300;
+}
diff --git a/cms/static/sass/edx-icons.scss b/cms/static/sass/edx-icons.scss
new file mode 100644
index 0000000000..a5e94f8c70
--- /dev/null
+++ b/cms/static/sass/edx-icons.scss
@@ -0,0 +1,15 @@
+// studio - edx-icons
+// ====================
+
+// Table of Contents
+// * +Libs and Resets
+// * +edx-icons
+
+
+// +Libs and Resets
+// ====================
+@import 'bourbon/bourbon'; // lib - bourbon
+
+// +edx-icons
+// ====================
+@import 'assets/edx-icons'; // load the edx-icons fonts
diff --git a/cms/templates/program_authoring.html b/cms/templates/program_authoring.html
index 40c0e87e1f..1350fec138 100644
--- a/cms/templates/program_authoring.html
+++ b/cms/templates/program_authoring.html
@@ -1,9 +1,11 @@
+<%namespace name='static' file='static_content.html'/>
<%! from django.utils.translation import ugettext as _ %>
<%inherit file="base.html" />
<%block name="title">${_("Program Administration")}%block>
<%block name="header_extras">
+<%static:css group='style-edx-icons'/>
%block>