diff options
author | codecalm <codecalm@gmail.com> | 2020-02-28 13:23:23 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-28 13:23:23 +0100 |
commit | d96c9230b60576eac4f58fc8c948b9d6b900018b (patch) | |
tree | c940b3e0a07c52d1a7e4c007e1657c462e768b7e /_icons | |
parent | icon manager js (diff) | |
download | tabler-icons-d96c9230b60576eac4f58fc8c948b9d6b900018b.tar.xz |
icons
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/activity.svg | 5 | ||||
-rw-r--r-- | _icons/alert-circle.svg | 7 | ||||
-rw-r--r-- | _icons/alert-octagon.svg | 7 | ||||
-rw-r--r-- | _icons/align-left.svg | 8 | ||||
-rw-r--r-- | _icons/align-right.svg | 8 | ||||
-rw-r--r-- | _icons/arrow-narrow-down.svg | 7 | ||||
-rw-r--r-- | _icons/arrow-narrow-left.svg | 7 | ||||
-rw-r--r-- | _icons/arrow-narrow-right.svg | 7 | ||||
-rw-r--r-- | _icons/arrow-narrow-up.svg | 7 | ||||
-rw-r--r-- | _icons/circle.svg | 5 | ||||
-rw-r--r-- | _icons/minus.svg | 5 | ||||
-rw-r--r-- | _icons/plus.svg | 6 | ||||
-rw-r--r-- | _icons/square.svg | 5 | ||||
-rw-r--r-- | _icons/x.svg | 6 |
14 files changed, 90 insertions, 0 deletions
diff --git a/_icons/activity.svg b/_icons/activity.svg new file mode 100644 index 00000000..6505455c --- /dev/null +++ b/_icons/activity.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <polyline points="22 12 18 12 15 21 9 3 6 12 2 12" /> +</svg> diff --git a/_icons/alert-circle.svg b/_icons/alert-circle.svg new file mode 100644 index 00000000..508651a1 --- /dev/null +++ b/_icons/alert-circle.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="10"></circle> + <line x1="12" y1="8" x2="12" y2="12" /> + <line x1="12" y1="16" x2="12.01" y2="16" /> +</svg> diff --git a/_icons/alert-octagon.svg b/_icons/alert-octagon.svg new file mode 100644 index 00000000..f6dc2872 --- /dev/null +++ b/_icons/alert-octagon.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polygon points="8 2 16 2 22 8 22 16 16 22 8 22 2 16 2 8 8 2" /> + <line x1="12" y1="8" x2="12" y2="12" /> + <line x1="12" y1="16" x2="12.01" y2="16" /> +</svg> diff --git a/_icons/align-left.svg b/_icons/align-left.svg new file mode 100644 index 00000000..75274178 --- /dev/null +++ b/_icons/align-left.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="6" x2="21" y2="6" /> + <line x1="3" y1="10" x2="15" y2="10" /> + <line x1="3" y1="14" x2="21" y2="14" /> + <line x1="3" y1="18" x2="17" y2="18" /> +</svg> diff --git a/_icons/align-right.svg b/_icons/align-right.svg new file mode 100644 index 00000000..0b6b22c1 --- /dev/null +++ b/_icons/align-right.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="3" y1="6" x2="21" y2="6" /> + <line x1="9" y1="10" x2="21" y2="10" /> + <line x1="3" y1="14" x2="21" y2="14" /> + <line x1="7" y1="18" x2="21" y2="18" /> +</svg> diff --git a/_icons/arrow-narrow-down.svg b/_icons/arrow-narrow-down.svg new file mode 100644 index 00000000..69551bc4 --- /dev/null +++ b/_icons/arrow-narrow-down.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="16" y1="15" x2="12" y2="19" /> + <line x1="8" y1="15" x2="12" y2="19" /> +</svg> diff --git a/_icons/arrow-narrow-left.svg b/_icons/arrow-narrow-left.svg new file mode 100644 index 00000000..94bc7a8c --- /dev/null +++ b/_icons/arrow-narrow-left.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="5" y1="12" x2="19" y2="12" /> + <line x1="5" y1="12" x2="9" y2="16" /> + <line x1="5" y1="12" x2="9" y2="8" /> +</svg> diff --git a/_icons/arrow-narrow-right.svg b/_icons/arrow-narrow-right.svg new file mode 100644 index 00000000..447dd852 --- /dev/null +++ b/_icons/arrow-narrow-right.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="5" y1="12" x2="19" y2="12" /> + <line x1="15" y1="16" x2="19" y2="12" /> + <line x1="15" y1="8" x2="19" y2="12" /> +</svg> diff --git a/_icons/arrow-narrow-up.svg b/_icons/arrow-narrow-up.svg new file mode 100644 index 00000000..41c49971 --- /dev/null +++ b/_icons/arrow-narrow-up.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> +<line x1="12" y1="5" x2="12" y2="19" /> +<line x1="16" y1="9" x2="12" y2="5" /> +<line x1="8" y1="9" x2="12" y2="5" /> +</svg> diff --git a/_icons/circle.svg b/_icons/circle.svg new file mode 100644 index 00000000..6132e85d --- /dev/null +++ b/_icons/circle.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="7"></circle> +</svg> diff --git a/_icons/minus.svg b/_icons/minus.svg new file mode 100644 index 00000000..8ab02a18 --- /dev/null +++ b/_icons/minus.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <line x1="5" y1="12" x2="19" y2="12" /> +</svg> diff --git a/_icons/plus.svg b/_icons/plus.svg new file mode 100644 index 00000000..f114d0f3 --- /dev/null +++ b/_icons/plus.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="5" y1="12" x2="19" y2="12" /> +</svg> diff --git a/_icons/square.svg b/_icons/square.svg new file mode 100644 index 00000000..159a0b15 --- /dev/null +++ b/_icons/square.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <rect x="5" y="5" width="14" height="14" rx="2" ry="2" /> +</svg> diff --git a/_icons/x.svg b/_icons/x.svg new file mode 100644 index 00000000..84f8f6f1 --- /dev/null +++ b/_icons/x.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="18" y1="6" x2="6" y2="18" /> + <line x1="6" y1="6" x2="18" y2="18" /> +</svg> |