diff options
Diffstat (limited to 'src/_icons/aspect-ratio.svg')
-rw-r--r-- | src/_icons/aspect-ratio.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/aspect-ratio.svg b/src/_icons/aspect-ratio.svg new file mode 100644 index 00000000..a4b3cfd1 --- /dev/null +++ b/src/_icons/aspect-ratio.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="3" y="5" width="18" height="14" rx="2" /> + <path d="M7 12v-3h3" /> + <path d="M17 12v3h-3" /> +</svg> |