From 131bf7d3bde59ab13d79246cfd25d1c58853afe2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 29 Feb 2020 16:31:01 +0100 Subject: icons --- _icons/activity.svg | 2 +- _icons/alert-circle.svg | 2 +- _icons/alert-octagon.svg | 7 ------- _icons/align-center.svg | 8 ++++---- _icons/align-justified.svg | 8 ++++---- _icons/align-left.svg | 8 ++++---- _icons/align-right.svg | 8 ++++---- _icons/arrow-down.svg | 6 +++--- _icons/arrow-left.svg | 6 +++--- _icons/arrow-narrow-down.svg | 6 +++--- _icons/border-all.svg | 7 +++++++ _icons/border-bottom.svg | 12 ++++++++++++ _icons/border-horizontal.svg | 12 ++++++++++++ _icons/border-inner.svg | 12 ++++++++++++ _icons/border-left.svg | 12 ++++++++++++ _icons/border-none.svg | 12 ++++++++++++ _icons/border-outer.svg | 9 +++++++++ _icons/border-right.svg | 12 ++++++++++++ _icons/border-top.svg | 12 ++++++++++++ _icons/border-vertical.svg | 12 ++++++++++++ _icons/check.svg | 5 +++++ _icons/circle.svg | 2 +- _icons/clock.svg | 6 ++++++ _icons/square.svg | 2 +- 24 files changed, 152 insertions(+), 36 deletions(-) delete mode 100644 _icons/alert-octagon.svg create mode 100644 _icons/border-all.svg create mode 100644 _icons/border-bottom.svg create mode 100644 _icons/border-horizontal.svg create mode 100644 _icons/border-inner.svg create mode 100644 _icons/border-left.svg create mode 100644 _icons/border-none.svg create mode 100644 _icons/border-outer.svg create mode 100644 _icons/border-right.svg create mode 100644 _icons/border-top.svg create mode 100644 _icons/border-vertical.svg create mode 100644 _icons/check.svg create mode 100644 _icons/clock.svg (limited to '_icons') diff --git a/_icons/activity.svg b/_icons/activity.svg index 6505455c..4dca4a3f 100644 --- a/_icons/activity.svg +++ b/_icons/activity.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/_icons/alert-circle.svg b/_icons/alert-circle.svg index 508651a1..94f06aa8 100644 --- a/_icons/alert-circle.svg +++ b/_icons/alert-circle.svg @@ -1,7 +1,7 @@ --- --- - + diff --git a/_icons/alert-octagon.svg b/_icons/alert-octagon.svg deleted file mode 100644 index f6dc2872..00000000 --- a/_icons/alert-octagon.svg +++ /dev/null @@ -1,7 +0,0 @@ ---- ---- - - - - - diff --git a/_icons/align-center.svg b/_icons/align-center.svg index d081f880..a0a17597 100644 --- a/_icons/align-center.svg +++ b/_icons/align-center.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/_icons/align-justified.svg b/_icons/align-justified.svg index 80987cfd..430462d7 100644 --- a/_icons/align-justified.svg +++ b/_icons/align-justified.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/_icons/align-left.svg b/_icons/align-left.svg index 75274178..299cd8e3 100644 --- a/_icons/align-left.svg +++ b/_icons/align-left.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/_icons/align-right.svg b/_icons/align-right.svg index 0b6b22c1..47169604 100644 --- a/_icons/align-right.svg +++ b/_icons/align-right.svg @@ -1,8 +1,8 @@ --- --- - - - - + + + + diff --git a/_icons/arrow-down.svg b/_icons/arrow-down.svg index a202dfff..f210e111 100644 --- a/_icons/arrow-down.svg +++ b/_icons/arrow-down.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/_icons/arrow-left.svg b/_icons/arrow-left.svg index 3d833119..ac58b693 100644 --- a/_icons/arrow-left.svg +++ b/_icons/arrow-left.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/_icons/arrow-narrow-down.svg b/_icons/arrow-narrow-down.svg index 69551bc4..8851101d 100644 --- a/_icons/arrow-narrow-down.svg +++ b/_icons/arrow-narrow-down.svg @@ -1,7 +1,7 @@ --- --- - - - + + + diff --git a/_icons/border-all.svg b/_icons/border-all.svg new file mode 100644 index 00000000..a85d984f --- /dev/null +++ b/_icons/border-all.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/_icons/border-bottom.svg b/_icons/border-bottom.svg new file mode 100644 index 00000000..e7164a71 --- /dev/null +++ b/_icons/border-bottom.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-horizontal.svg b/_icons/border-horizontal.svg new file mode 100644 index 00000000..95b355ce --- /dev/null +++ b/_icons/border-horizontal.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-inner.svg b/_icons/border-inner.svg new file mode 100644 index 00000000..26d846e5 --- /dev/null +++ b/_icons/border-inner.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-left.svg b/_icons/border-left.svg new file mode 100644 index 00000000..3aa4ce3e --- /dev/null +++ b/_icons/border-left.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-none.svg b/_icons/border-none.svg new file mode 100644 index 00000000..9d1a9400 --- /dev/null +++ b/_icons/border-none.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-outer.svg b/_icons/border-outer.svg new file mode 100644 index 00000000..38284c86 --- /dev/null +++ b/_icons/border-outer.svg @@ -0,0 +1,9 @@ +--- +--- + + + + + + + diff --git a/_icons/border-right.svg b/_icons/border-right.svg new file mode 100644 index 00000000..0251e9d2 --- /dev/null +++ b/_icons/border-right.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-top.svg b/_icons/border-top.svg new file mode 100644 index 00000000..58be7df4 --- /dev/null +++ b/_icons/border-top.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/border-vertical.svg b/_icons/border-vertical.svg new file mode 100644 index 00000000..9dcdb5d1 --- /dev/null +++ b/_icons/border-vertical.svg @@ -0,0 +1,12 @@ +--- +--- + + + + + + + + + + diff --git a/_icons/check.svg b/_icons/check.svg new file mode 100644 index 00000000..277cf9c4 --- /dev/null +++ b/_icons/check.svg @@ -0,0 +1,5 @@ +--- +--- + + + diff --git a/_icons/circle.svg b/_icons/circle.svg index 6132e85d..ea19fcd0 100644 --- a/_icons/circle.svg +++ b/_icons/circle.svg @@ -1,5 +1,5 @@ --- --- - + diff --git a/_icons/clock.svg b/_icons/clock.svg new file mode 100644 index 00000000..d1a380ac --- /dev/null +++ b/_icons/clock.svg @@ -0,0 +1,6 @@ +--- +--- + + + + diff --git a/_icons/square.svg b/_icons/square.svg index 159a0b15..657d3cdb 100644 --- a/_icons/square.svg +++ b/_icons/square.svg @@ -1,5 +1,5 @@ --- --- - + -- cgit v1.2.1