No notes defined.

<figure class='c-stat c-stat--highlight  c-stat--with-icon '>
    <span class='c-icon c-icon--double c-stat__icon c-icon--noun_earth_1603639-svg'>
        <svg height='100px' width='100px' fill="#000000" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" x="0px" y="0px" viewBox="0 0 100 100">
            <g transform="translate(0,-952.36218)">
                <path style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:1;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" d="M 30.59375 4.96875 A 3.0003 3.0003 0 0 0 29.0625 5.625 C 19.294962 13.21883 13 25.12434 13 38.46875 C 13 60.224377 29.762771 78.155975 51 79.875 L 51 89 L 36 89 A 3.0003 3.0003 0 0 0 35.6875 89 A 3.0040663 3.0040663 0 1 0 36 95 L 72 95 A 3.0003 3.0003 0 1 0 72 89 L 57 89 L 57 79.90625 C 68.81045 79.148482 79.265782 73.381608 86.3125 64.71875 A 3.0003 3.0003 0 1 0 81.6875 60.9375 C 75.203167 68.909 65.389123 74 54.34375 74 C 34.806252 74 19 58.1288 19 38.46875 C 19 27.00352 24.36321 16.83982 32.71875 10.34375 A 3.0003 3.0003 0 0 0 30.59375 4.96875 z M 54 11 C 38.57156 11 26 23.57157 26 39 C 26 54.4284 38.571557 67 54 67 C 69.42844 67 82 54.4284 82 39 C 82 23.57157 69.428437 11 54 11 z M 54 17 C 66.185797 17 76 26.81421 76 39 C 76 51.1858 66.185794 61 54 61 C 41.814203 61 32 51.1858 32 39 C 32 26.81421 41.8142 17 54 17 z " transform="translate(0,952.36218)"></path>
            </g>
        </svg>
    </span> <span class='c-stat__text'>
        <span class='c-stat__figure'><span class='c-stat__number'>3201</span> </span>
        <figcaption class='c-stat__caption'>
            <strong class='c-stat__highlight'>Workshops</strong>
        </figcaption>
    </span>
</figure>
<figure class='{{ get_component_class( 'stat', display ) }} {% if icon %} c-stat--with-icon {% endif %}'>
    {% if icon %}
        {% include '@unit/icon/icon.twig' with icon|merge( { display: { component: 'stat', modifiers: [ 'double' ] } } ) %}
    {% endif %}
    <span class='c-stat__text'>
        {% if detail %}
            <figcaption class='c-stat__caption'>
                <strong class='c-stat__highlight'>{{ caption | raw }}</strong>
            </figcaption>
        {% endif %}
        <span class='c-stat__figure' {% if floating %} style='padding-left: {{ figure }}%;'{% endif %}><span class='c-stat__number'>{{ figure }}{{ suffix }}</span> {% if suffix == "%" %} <span class='c-stat__progress-bar' style='width: {{ figure }}%;'></span>{% endif %}</span>
        {% if not detail %}
            <figcaption class='c-stat__caption'>
                <strong class='c-stat__highlight'>{{ caption | raw }}</strong>
            </figcaption>
        {% else %}
            {% if detail %}
                <span class='c-stat__detail'>{{ detail | raw }}</span>
            {% endif %}
        {% endif %}
    </span>
</figure>
{
  "figure": 3201,
  "suffix": null,
  "caption": "Workshops",
  "detail": null,
  "display": {
    "modifiers": [
      "highlight"
    ]
  },
  "theme": "education",
  "icon": {
    "basename": "noun_Earth_1603639.svg"
  }
}