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/cast.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/icons/cast.svg')
-rw-r--r-- | src/icons/cast.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/cast.svg b/src/icons/cast.svg new file mode 100644 index 00000000..6642270f --- /dev/null +++ b/src/icons/cast.svg @@ -0,0 +1,12 @@ +--- +category: Media +tags: [broadcast, stream, mirroring, apple, airplay, chromecast] +version: "1.0" +unicode: "ea56" +--- +<svg> + <line x1="3" y1="19" x2="3.01" y2="19" /> + <path d="M7 19a4 4 0 0 0 -4 -4" /> + <path d="M11 19a8 8 0 0 0 -8 -8" /> + <path d="M15 19h3a3 3 0 0 0 3 -3v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -2.8 2" /> +</svg> |