diff options
author | codecalm <codecalm@gmail.com> | 2020-09-17 22:48:25 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-17 22:48:25 +0200 |
commit | 1bc6ca36041442f283aaa39ed857fc095d3eaf5f (patch) | |
tree | 2fdf650293c9f7e7d66b0dae14bc0d3be28b3ec0 /src/_icons | |
parent | 4 new icons: `cloud-fog`, `step-into`, `step-out`, `tornado` (diff) | |
download | tabler-icons-1bc6ca36041442f283aaa39ed857fc095d3eaf5f.tar.xz |
`file-phone` icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/file-phone.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/file-phone.svg b/src/_icons/file-phone.svg new file mode 100644 index 00000000..51387a4a --- /dev/null +++ b/src/_icons/file-phone.svg @@ -0,0 +1,9 @@ +--- +tags: [save, transfer, input] +--- +<svg> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> + <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> + <path d="M9 12a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1" /> + +</svg> |