diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 01:19:22 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 01:19:22 +0100 |
commit | f7f9c119c4132a9bf279a550ec44327849d299e0 (patch) | |
tree | a54b3100ecd9d25af43f90a0bc4faef77efe917e /src | |
parent | lists icons (diff) | |
download | tabler-icons-f7f9c119c4132a9bf279a550ec44327849d299e0.tar.xz |
plane icon
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/list-check.svg | 7 | ||||
-rw-r--r-- | src/_icons/plane.svg | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/_icons/list-check.svg b/src/_icons/list-check.svg index a2962b2d..e3b34a28 100644 --- a/src/_icons/list-check.svg +++ b/src/_icons/list-check.svg @@ -4,8 +4,7 @@ <path d="M3.5 5.5l1.5 1.5l2.5 -2.5" /> <path d="M3.5 11.5l1.5 1.5l2.5 -2.5" /> <path d="M3.5 17.5l1.5 1.5l2.5 -2.5" /> - - <line x1="11" y1="6" x2="20" y2="6"></line> - <line x1="11" y1="12" x2="20" y2="12"></line> - <line x1="11" y1="18" x2="20" y2="18"></line> + <line x1="11" y1="6" x2="20" y2="6" /> + <line x1="11" y1="12" x2="20" y2="12" /> + <line x1="11" y1="18" x2="20" y2="18" /> </svg> diff --git a/src/_icons/plane.svg b/src/_icons/plane.svg new file mode 100644 index 00000000..f6a2306c --- /dev/null +++ b/src/_icons/plane.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2-4l-2 -4h3l2 2h4l-2 -7h4z" /> +</svg> |