diff options
Diffstat (limited to 'src/icons/aspect-ratio.svg')
-rw-r--r-- | src/icons/aspect-ratio.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/aspect-ratio.svg b/src/icons/aspect-ratio.svg new file mode 100644 index 00000000..3367ddd3 --- /dev/null +++ b/src/icons/aspect-ratio.svg @@ -0,0 +1,11 @@ +--- +category: Media +tags: [size, dimension, width, height, orientation] +version: "1.27" +unicode: "ed30" +--- +<svg> + <rect x="3" y="5" width="18" height="14" rx="2" /> + <path d="M7 12v-3h3" /> + <path d="M17 12v3h-3" /> +</svg> |