diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/icons/picture-in-picture-off.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/picture-in-picture-off.svg')
-rw-r--r-- | src/icons/picture-in-picture-off.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/picture-in-picture-off.svg b/src/icons/picture-in-picture-off.svg new file mode 100644 index 00000000..102ea2e7 --- /dev/null +++ b/src/icons/picture-in-picture-off.svg @@ -0,0 +1,12 @@ +--- +category: Media +tags: [size, photo, elements, adjust, image] +version: "1.28" +unicode: "ed43" +--- +<svg> + <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" /> + <rect x="14" y="14" width="7" height="5" rx="1" /> + <line x1="7" y1="9" x2="11" y2="13" /> + <path d="M7 12v-3h3" /> +</svg> |