import './indicator-bullet.scss';

export const Indicator = ( props ) => {
	let className = 'eps-indicator-bullet';

	if ( props.active ) {
		className += ` ${ className }--active`;
	}

	return <i className={ className } />;
};

Indicator.propTypes = {
	active: PropTypes.bool,
};
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://sanmariann.org/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://sanmariann.org/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://sanmariann.org/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://sanmariann.org/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://sanmariann.org/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
