diff options
author | codecalm <codecalm@gmail.com> | 2020-02-29 16:31:01 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-29 16:31:01 +0100 |
commit | 131bf7d3bde59ab13d79246cfd25d1c58853afe2 (patch) | |
tree | 978332891d3ebd1d3a676182bdc724e06996cd61 /_icons | |
parent | icons dist (diff) | |
download | tabler-icons-131bf7d3bde59ab13d79246cfd25d1c58853afe2.tar.xz |
icons
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/activity.svg | 2 | ||||
-rw-r--r-- | _icons/alert-circle.svg | 2 | ||||
-rw-r--r-- | _icons/alert-octagon.svg | 7 | ||||
-rw-r--r-- | _icons/align-center.svg | 8 | ||||
-rw-r--r-- | _icons/align-justified.svg | 8 | ||||
-rw-r--r-- | _icons/align-left.svg | 8 | ||||
-rw-r--r-- | _icons/align-right.svg | 8 | ||||
-rw-r--r-- | _icons/arrow-down.svg | 6 | ||||
-rw-r--r-- | _icons/arrow-left.svg | 6 | ||||
-rw-r--r-- | _icons/arrow-narrow-down.svg | 6 | ||||
-rw-r--r-- | _icons/border-all.svg | 7 | ||||
-rw-r--r-- | _icons/border-bottom.svg | 12 | ||||
-rw-r--r-- | _icons/border-horizontal.svg | 12 | ||||
-rw-r--r-- | _icons/border-inner.svg | 12 | ||||
-rw-r--r-- | _icons/border-left.svg | 12 | ||||
-rw-r--r-- | _icons/border-none.svg | 12 | ||||
-rw-r--r-- | _icons/border-outer.svg | 9 | ||||
-rw-r--r-- | _icons/border-right.svg | 12 | ||||
-rw-r--r-- | _icons/border-top.svg | 12 | ||||
-rw-r--r-- | _icons/border-vertical.svg | 12 | ||||
-rw-r--r-- | _icons/check.svg | 5 | ||||
-rw-r--r-- | _icons/circle.svg | 2 | ||||
-rw-r--r-- | _icons/clock.svg | 6 | ||||
-rw-r--r-- | _icons/square.svg | 2 |
24 files changed, 152 insertions, 36 deletions
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 @@ --- --- <svg> - <polyline points="22 12 18 12 15 21 9 3 6 12 2 12" /> + <polyline points="21 12 18 12 15 20 9 4 6 12 3 12" /> </svg> 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 @@ --- --- <svg> - <circle cx="12" cy="12" r="10"></circle> + <circle cx="12" cy="12" r="9"></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 deleted file mode 100644 index f6dc2872..00000000 --- a/_icons/alert-octagon.svg +++ /dev/null @@ -1,7 +0,0 @@ ---- ---- -<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-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 @@ --- --- <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" /> + <line x1="3" y1="6" x2="21" y2="6"></line> + <line x1="6" y1="10" x2="18" y2="10"></line> + <line x1="3" y1="14" x2="21" y2="14"></line> + <line x1="5" y1="18" x2="19" y2="18"></line> </svg> 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 @@ --- --- <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" /> + <line x1="3" y1="6" x2="21" y2="6"></line> + <line x1="3" y1="10" x2="21" y2="10"></line> + <line x1="3" y1="14" x2="21" y2="14"></line> + <line x1="3" y1="18" x2="21" y2="18"></line> </svg> 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 @@ --- --- <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" /> + <line x1="3" y1="6" x2="21" y2="6"></line> + <line x1="3" y1="10" x2="15" y2="10"></line> + <line x1="3" y1="14" x2="21" y2="14"></line> + <line x1="3" y1="18" x2="17" y2="18"></line> </svg> 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 @@ --- --- <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" /> + <line x1="3" y1="6" x2="21" y2="6"></line> + <line x1="9" y1="10" x2="21" y2="10"></line> + <line x1="3" y1="14" x2="21" y2="14"></line> + <line x1="7" y1="18" x2="21" y2="18"></line> </svg> 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 @@ --- --- <svg> - <line x1="12" y1="5" x2="12" y2="19" /> - <line x1="19" y1="12" x2="12" y2="19" /> - <line x1="5" y1="12" x2="12" y2="19" /> + <line x1="12" y1="5" x2="12" y2="19"></line> + <line x1="19" y1="12" x2="12" y2="19"></line> + <line x1="5" y1="12" x2="12" y2="19"></line> </svg> 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 @@ --- --- <svg> - <line x1="5" y1="12" x2="19" y2="12" /> - <line x1="5" y1="12" x2="12" y2="19" /> - <line x1="5" y1="12" x2="12" y2="5" /> + <line x1="5" y1="12" x2="19" y2="12"></line> + <line x1="5" y1="12" x2="12" y2="19"></line> + <line x1="5" y1="12" x2="12" y2="5"></line> </svg> 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 @@ --- --- <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" /> + <line x1="12" y1="5" x2="12" y2="19"></line> + <line x1="16" y1="15" x2="12" y2="19"></line> + <line x1="8" y1="15" x2="12" y2="19"></line> </svg> 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 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect> + <line x1="3" y1="12" x2="21" y2="12"></line> + <line x1="12" y1="3" x2="12" y2="21"></line> +</svg> 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 @@ +--- +--- +<svg> + <line x1="21" y1="21" x2="3" y2="21"></line> + <g stroke-dasharray=".001 4.5"> + <line x1="3" y1="3" x2="21" y2="3"></line> + <line x1="21" y1="3" x2="21" y2="21"></line> + <line x1="3" y1="21" x2="3" y2="3"></line> + <line x1="3" y1="12" x2="21" y2="12"></line> + <line x1="12" y1="3" x2="12" y2="21"></line> + </g> +</svg> 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 @@ +--- +--- +<svg> + <line x1="3" y1="12" x2="21" y2="12"></line> + <g stroke-dasharray=".001 4.5"> + <line x1="3" y1="3" x2="21" y2="3"></line> + <line x1="3" y1="21" x2="3" y2="3"></line> + <line x1="21" y1="21" x2="3" y2="21"></line> + <line x1="21" y1="3" x2="21" y2="21"></line> + <line x1="12" y1="3" x2="12" y2="21"></line> + </g> +</svg> 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 @@ +--- +--- +<svg> + <line x1="3" y1="12" x2="21" y2="12"></line> + <line x1="12" y1="3" x2="12" y2="21"></line> + <g stroke-dasharray=".001 4.5"> + <line x1="3" y1="3" x2="21" y2="3"></line> + <line x1="3" y1="21" x2="3" y2="3"></line> + <line x1="21" y1="21" x2="3" y2="21"></line> + <line x1="21" y1="3" x2="21" y2="21"></line> + </g> +</svg> 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 @@ +--- +--- +<svg> + <line x1="3" y1="21" x2="3" y2="3"></line> + <g stroke-dasharray=".001 4.5"> + <line x1="3" y1="3" x2="21" y2="3"></line> + <line x1="21" y1="3" x2="21" y2="21"></line> + <line x1="21" y1="21" x2="3" y2="21"></line> + <line x1="3" y1="12" x2="21" y2="12"></line> + <line x1="12" y1="3" x2="12" y2="21"></line> + </g> +</svg> 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 @@ +--- +--- +<svg> + <g stroke-dasharray=".001 4.5"> + <line x1="3" y1="3" x2="21" y2="3"></line> + <line x1="21" y1="3" x2="21" y2="21"></line> + <line x1="21" y1="21" x2="3" y2="21"></line> + <line x1="3" y1="21" x2="3" y2="3"></line> + <line x1="3" y1="12" x2="21" y2="12"></line> + <line x1="12" y1="3" x2="12" y2="21"></line> + </g> +</svg> 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 @@ +--- +--- +<svg> + <rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect> + <g stroke-dasharray=".001 4.5"> + <line x1="3" y1="12" x2="21" y2="12"></line> + <line x1="12" y1="3" x2="12" y2="21"></line> + </g> +</svg> 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 @@ +--- +--- +<svg> + <line x1="21" y1="3" x2="21" y2="21"></line> + <g stroke-dasharray=".001 4.5"> + <line x1="3" y1="3" x2="21" y2="3"></line> + <line x1="21" y1="21" x2="3" y2="21"></line> + <line x1="3" y1="21" x2="3" y2="3"></line> + <line x1="3" y1="12" x2="21" y2="12"></line> + <line x1="12" y1="3" x2="12" y2="21"></line> + </g> +</svg> 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 @@ +--- +--- +<svg> + <line x1="3" y1="3" x2="21" y2="3"></line> + <g stroke-dasharray=".001 4.5"> + <line x1="21" y1="3" x2="21" y2="21"></line> + <line x1="21" y1="21" x2="3" y2="21"></line> + <line x1="3" y1="21" x2="3" y2="3"></line> + <line x1="3" y1="12" x2="21" y2="12"></line> + <line x1="12" y1="3" x2="12" y2="21"></line> + </g> +</svg> 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 @@ +--- +--- +<svg> + <line x1="12" y1="3" x2="12" y2="21"></line> + <g stroke-dasharray=".001 4.5"> + <line x1="3" y1="12" x2="21" y2="12"></line> + <line x1="3" y1="3" x2="21" y2="3"></line> + <line x1="3" y1="21" x2="3" y2="3"></line> + <line x1="21" y1="21" x2="3" y2="21"></line> + <line x1="21" y1="3" x2="21" y2="21"></line> + </g> +</svg> 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 @@ +--- +--- +<svg> + <polyline points="20 7 10 17 5 12" /> +</svg> 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 @@ --- --- <svg> - <circle cx="12" cy="12" r="7"></circle> + <circle cx="12" cy="12" r="9"></circle> </svg> 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 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9"></circle> + <polyline points="12 7 12 12 9 15" /> +</svg> 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 @@ --- --- <svg> - <rect x="5" y="5" width="14" height="14" rx="2" ry="2" /> + <rect x="3" y="3" width="18" height="18" rx="2" ry="2" /> </svg> |