<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title> &middot; Regione Toscana Design System — Servizi</title>
    <link rel="stylesheet" href="../../css/font.css">
    <link rel="stylesheet" href="../../css/custom-properties.css">
    <link rel="stylesheet" href="../../css/main.css">
</head>

<body>
    <div class="rtds-px-6">
        <h2 class="rtds-text-2xl rtds-font-medium">Svg icon example</h2>
        <p>Basic example of svg icon usage.</p>
        <p>Refer to the Svg section and Svg Notes tab for further documentation and link to svg icon set resource</p>

    </div>

    <div class="rtds-flex rtds-gap-6 rtds-p-4 rtds-flex-wrap">

    </div>
    </div>

</body>

</html>
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>{{ _target.title }} &middot; {{ _config.project.title }}</title>
        <link rel="stylesheet" href="{{ '/css/font.css' | path }}">
        <link rel="stylesheet" href="{{ '/css/custom-properties.css' | path }}">
        <link rel="stylesheet" href="{{ '/css/main.css' | path }}">
    </head>

    <body>
            <div class="rtds-px-6">
                    <h2 class="rtds-text-2xl rtds-font-medium">Svg icon example</h2>
                    <p>Basic example of svg icon usage.</p>
                    <p>Refer to the Svg section and Svg Notes tab for further documentation and link to svg icon set resource</p>

                </div>

                <div class="rtds-flex rtds-gap-6 rtds-p-4 rtds-flex-wrap">
                    {{ yield | safe }}
                </div>
            </div>
  
    </body>
</html>
/* No context defined. */

No notes defined.