1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 17:12:41 +00:00
Arsse/tests/docroot/Icon/SVG2.php

5 lines
282 B
PHP
Raw Normal View History

2020-11-05 17:12:01 +00:00
<?php return [
'mime' => "image/svg+xml",
2020-11-16 15:26:14 +00: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 17:12:01 +00:00
];