diff options
author | Sam Potts <me@sampotts.me> | 2016-10-23 21:21:42 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-10-23 21:21:42 +1100 |
commit | 801ed63be5e415e76d989ee96cf18e95a86ef82f (patch) | |
tree | 70d981c1ca3f2f5100ca9dbf036c90c18d8ad114 /src/sprite | |
parent | 5cecf16d4f9edecdbf656e2618b8748ebff677d8 (diff) | |
download | plyr-801ed63be5e415e76d989ee96cf18e95a86ef82f.tar.lz plyr-801ed63be5e415e76d989ee96cf18e95a86ef82f.tar.xz plyr-801ed63be5e415e76d989ee96cf18e95a86ef82f.zip |
Work on PiP
Diffstat (limited to 'src/sprite')
-rw-r--r-- | src/sprite/plyr-airplay.svg | 7 | ||||
-rw-r--r-- | src/sprite/plyr-pip.svg | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/sprite/plyr-airplay.svg b/src/sprite/plyr-airplay.svg new file mode 100644 index 00000000..45c55414 --- /dev/null +++ b/src/sprite/plyr-airplay.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g> + <path d="M16,1 L2,1 C1.447,1 1,1.447 1,2 L1,12 C1,12.553 1.447,13 2,13 L5,13 L5,11 L3,11 L3,3 L15,3 L15,11 L13,11 L13,13 L16,13 C16.553,13 17,12.553 17,12 L17,2 C17,1.447 16.553,1 16,1 L16,1 Z"></path> + <polygon points="4 17 14 17 9 11"></polygon> + </g> +</svg>
\ No newline at end of file diff --git a/src/sprite/plyr-pip.svg b/src/sprite/plyr-pip.svg new file mode 100644 index 00000000..d841fce5 --- /dev/null +++ b/src/sprite/plyr-pip.svg @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg width="18px" height="18px" viewBox="0 0 18 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <g> + <polygon points="13.293 3.293 7.022 9.564 8.436 10.978 14.707 4.707 17 7 17 1 11 1"></polygon> + <path d="M13,15 L3,15 L3,5 L8,5 L8,3 L2,3 C1.448,3 1,3.448 1,4 L1,16 C1,16.552 1.448,17 2,17 L14,17 C14.552,17 15,16.552 15,16 L15,10 L13,10 L13,15 L13,15 Z"></path> + </g> +</svg>
\ No newline at end of file |