diff options
author | codecalm <codecalm@gmail.com> | 2020-02-28 14:06:07 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-28 14:06:07 +0100 |
commit | 7735c9cc38e19528e6c4bcb2ab36856d75601d17 (patch) | |
tree | 1620c26d94fd17e998ddac46207d854661ce407f /_icons | |
parent | icons (diff) | |
download | tabler-icons-7735c9cc38e19528e6c4bcb2ab36856d75601d17.tar.xz |
next icons
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/align-center.svg | 8 | ||||
-rw-r--r-- | _icons/align-justified.svg | 8 | ||||
-rw-r--r-- | _icons/chevron-down.svg | 5 | ||||
-rw-r--r-- | _icons/chevron-left.svg | 5 | ||||
-rw-r--r-- | _icons/chevron-right.svg | 5 | ||||
-rw-r--r-- | _icons/chevron-up.svg | 5 |
6 files changed, 36 insertions, 0 deletions
diff --git a/_icons/align-center.svg b/_icons/align-center.svg new file mode 100644 index 00000000..d081f880 --- /dev/null +++ b/_icons/align-center.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="6" x2="21" y2="6" /> + <line x1="6" y1="10" x2="18" y2="10" /> + <line x1="3" y1="14" x2="21" y2="14" /> + <line x1="5" y1="18" x2="19" y2="18" /> +</svg> diff --git a/_icons/align-justified.svg b/_icons/align-justified.svg new file mode 100644 index 00000000..80987cfd --- /dev/null +++ b/_icons/align-justified.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="6" x2="21" y2="6" /> + <line x1="3" y1="10" x2="21" y2="10" /> + <line x1="3" y1="14" x2="21" y2="14" /> + <line x1="3" y1="18" x2="21" y2="18" /> +</svg> diff --git a/_icons/chevron-down.svg b/_icons/chevron-down.svg new file mode 100644 index 00000000..7fec6818 --- /dev/null +++ b/_icons/chevron-down.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="6 9 12 15 18 9" /> +</svg> diff --git a/_icons/chevron-left.svg b/_icons/chevron-left.svg new file mode 100644 index 00000000..d2898988 --- /dev/null +++ b/_icons/chevron-left.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="15 6 9 12 15 18" /> +</svg> diff --git a/_icons/chevron-right.svg b/_icons/chevron-right.svg new file mode 100644 index 00000000..d38bbc4d --- /dev/null +++ b/_icons/chevron-right.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="9 6 15 12 9 18" /> +</svg> diff --git a/_icons/chevron-up.svg b/_icons/chevron-up.svg new file mode 100644 index 00000000..ad013987 --- /dev/null +++ b/_icons/chevron-up.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="6 15 12 9 18 15" /> +</svg> |