1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-21 18:40:33 +00:00
Arsse/tests/docroot/Icon/SVG2.php

5 lines
282 B
PHP
Raw Normal View History

2020-11-05 12:12:01 -05:00
<?php return [
'mime' => "image/svg+xml",
2020-11-16 10:26:14 -05:00
'content' => '<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600"><rect width="900" height="600" fill="#ED2939"/><rect width="600" height="600" fill="#fff"/><rect width="300" height="600" fill="#002395"/></svg>',
2020-11-05 12:12:01 -05:00
];