File "hybrid.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/views/v2/components/icons/hybrid.php
File size: 1.2 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* View: Hybrid Icon
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/events/v2/components/icons/hybrid.php
*
* See more documentation about our views templating system.
*
* @link http://evnt.is/1aiy
*
* @var array<string> $classes Additional classes to add to the svg icon.
*
* @version 4.13.2
*/
$svg_classes = [ 'tribe-common-c-svgicon', 'tribe-common-c-svgicon--hybrid' ];
if ( ! empty( $classes ) ) {
$svg_classes = array_merge( $svg_classes, $classes );
}
if ( empty( $icon_title ) ) {
$icon_title = __( 'Hybrid', 'tribe-common' );
}
?>
<svg <?php tribe_classes( $svg_classes ); ?> viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<title><?php echo esc_html( $icon_title ) ?></title>
<circle cx="3.661" cy="9.515" r="2.121" transform="rotate(-45 3.661 9.515)" stroke="#0F0F30" stroke-width="1.103"/>
<circle cx="7.54" cy="3.515" r="2.121" transform="rotate(-45 7.54 3.515)" stroke="#0F0F30" stroke-width="1.103"/>
<path d="M4.54 7.929l1.964-2.828" stroke="#0F0F30"/>
<circle r="2.121" transform="scale(-1 1) rotate(-45 5.769 18.558)" stroke="#0F0F30" stroke-width="1.103"/>
<path d="M10.554 7.929L8.59 5.1" stroke="#0F0F30"/>
</svg>