diff options
author | codecalm <codecalm@gmail.com> | 2020-09-26 22:10:20 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-26 22:10:20 +0200 |
commit | ebefd7bd96d4d7a657aaa3ad2fb242ec9db07c5f (patch) | |
tree | e9e69006403c5d8e0d234459e0333420bba7df79 /src/_icons/player-pause.svg | |
parent | `egg` icon fix (diff) | |
download | tabler-icons-ebefd7bd96d4d7a657aaa3ad2fb242ec9db07c5f.tar.xz |
icons cleanup, categories
Diffstat (limited to 'src/_icons/player-pause.svg')
-rw-r--r-- | src/_icons/player-pause.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/player-pause.svg b/src/_icons/player-pause.svg new file mode 100644 index 00000000..85490d44 --- /dev/null +++ b/src/_icons/player-pause.svg @@ -0,0 +1,7 @@ +--- +category: Media +--- +<svg> + <rect x="6" y="5" width="4" height="14" rx="1" /> + <rect x="14" y="5" width="4" height="14" rx="1" /> +</svg> |