diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 18:16:09 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 18:16:09 +0100 |
commit | e59e730062077460fddf214b6e69b3afa315c152 (patch) | |
tree | 9ab9bbaf515d4f397150e340bbb47d06ce6acddb /_icons | |
parent | switch icons (diff) | |
download | tabler-icons-e59e730062077460fddf214b6e69b3afa315c152.tar.xz |
home icon
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/home.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_icons/home.svg b/_icons/home.svg new file mode 100644 index 00000000..fd242206 --- /dev/null +++ b/_icons/home.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="5 12 3 12 12 3 21 12 19 12" /> + <path d="M5 12v7a2 2 0 002 2h10a2 2 0 002-2v-7" /> + <path d="M9 21v-6a2 2 0 012 -2h2a2 2 0 012 2v6" /> +</svg> |