Files
2026-04-28 15:13:50 +02:00

17 lines
735 B
PHP

<?php
namespace PixelYourSite;
if ( !defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<svg class="general-property-svg" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
<rect class="rect" x="3" y="6" width="18" height="2" rx="1" fill="#C5C5C5" fill-opacity="0.5"/>
<rect class="rect" x="3" y="11" width="18" height="2" rx="1" fill="#C5C5C5" fill-opacity="0.5"/>
<rect class="rect" x="3" y="16" width="18" height="2" rx="1" fill="#C5C5C5" fill-opacity="0.5"/>
<circle class="circle" cx="8" cy="7" r="2" fill="#BBBBBB"/>
<circle class="circle" cx="16" cy="12" r="2" fill="#BBBBBB"/>
<circle class="circle" cx="8" cy="17" r="2" fill="#BBBBBB"/>
</svg>