File: /storage/v6964/2foodfactor/public_html/wp-content/plugins/site-reviews/views/avatar.php
<?php defined('ABSPATH') || exit; ?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect fill="<?php echo esc_attr($background); ?>" width="64" height="64"/>
<text fill="<?php echo esc_attr($color); ?>" alignment-baseline="middle" dominant-baseline="middle" dy=".1em" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif" font-size="24px" font-weight="700" text-anchor="middle" x="50%" y="50%" ><?php echo esc_html($text); ?></text>
</svg>