Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
06
/
wp-content
/
plugins
/
the-events-calendar
/
common
/
src
/
views
/
v2
/
components
/
icons
:
error.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * View: Error Icon * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/components/icons/error.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.12.14 * */ $svg_classes = [ 'tribe-common-c-svgicon', 'tribe-common-c-svgicon--error' ]; if ( ! empty( $classes ) ) { $svg_classes = array_merge( $svg_classes, $classes ); } ?> <svg <?php tribe_classes( $svg_classes ); ?> viewBox="0 0 18 18"><g fill-rule="evenodd" transform="translate(1 1)"><circle cx="8" cy="8" r="7.467" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" class="tribe-common-c-svgicon__svg-stroke"/><circle cx="8" cy="11.733" r="1.067" fill-rule="nonzero" class="tribe-common-c-svgicon__svg-fill"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 3.733v4.8" class="tribe-common-c-svgicon__svg-stroke"/></g></svg>