appbaseio/dejaVu

View on GitHub
packages/browser/src/images/loader.svg

Summary

Maintainability
Test Coverage
<svg height="150" viewBox="0 0 150 150" width="150" xmlns="http://www.w3.org/2000/svg">
    <style>
        @keyframes loading {
            from {
                transform: rotateZ(0deg) translate(-25px);
            }
            to {
                transform: rotateZ(360deg) translate(-25px);
            }
        }
        #outercircle{
            transform-origin: 75px 75px;
            animation: loading linear 1s infinite;
        }
    </style>
    <g fill="none" fillRule="evenodd">
        <path
            d="m100 51c-13.254834 0-24 10.745166-24 24"
            fillRule="nonzero"
            stroke="#c1c1c1"
            strokeLinecap="round"
            id="outercircle"
            strokeWidth="2.5"
            transform="matrix(0 1 -1 0 151 -25)"
        />
        <path
            d="m75 98.6332123c-12.5182295 0-22.6632584-10.3563837-22.6632584-23.1321136 0-12.7768286 10.1450289-23.134311 22.6632584-23.134311 12.5117718 0 22.6600296 10.3574824 22.6600296 23.134311 0 12.7757299-10.1482578 23.1321136-22.6600296 23.1321136m0-47.6332123c-13.2533297 0-24 10.9683618-24 24.5010987 0 13.5294408 10.7466703 24.4989013 24 24.4989013s24-10.9694605 24-24.4989013c0-13.5327369-10.7466703-24.5010987-24-24.5010987"
            fill="#dfdfdf"
            opacity=".405064"
        />
        <path
            d="m72.4690439 79c-.597896-.8979565-1.4560097-1.6011754-2.4690439-2.012288l.7455544-4.6400427c.1065078.0072125.2105949.0108187.3207337.0108187 1.5976166 0 2.9604319-.9736877 3.5183874-2.358488l8.3995904 2.2947776c-.0411507.1839188-.0677777.3822626-.0677777.5806064 0 .2211834.0314682.4363563.0835118.6443168zm12.9931617-8.6392182c-.8755509 0-1.6480262.4440884-2.1029809 1.1149204l-8.3503152-2.2756595c.0236956-.1703514.0402825-.3407027.0402825-.5098793 0-2.0406921-1.6669826-3.6901634-3.7178333-3.6901634-2.0520354 0-3.7154637 1.6494713-3.7154637 3.6901634 0 1.6154011 1.0556372 2.986436 2.5200227 3.4810424l-.7167906 4.4538076c-.3613573-.0787141-.7369319-.1221831-1.1279087-.1221831-2.924032 0-5.2912184 2.3496742-5.2912184 5.2468226 0 2.899498 2.3671864 5.2503471 5.2912184 5.2503471 2.9204777 0 5.2947728-2.3508491 5.2947728-5.2503471 0-.7507209-.1623146-1.4614974-.4490309-2.1088327l10.2542534-5.3278863c.4573243.6473352 1.216767 1.0702766 2.0709919 1.0702766 1.4039619 0 2.5377944-1.1231443 2.5377944-2.5106269 0-1.3863078-1.1338325-2.5118018-2.5377944-2.5118018z"
            fill="#a4a4a4"
        />
    </g>
</svg>