@i-novus/ui-core
Version:
Базовые UI компоненты
3 lines (2 loc) • 1.19 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const SpinnerIcon = () => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "currentColor", viewBox: "0 0 24 24", children: [_jsx("mask", { id: "mask0_2118_84875", style: { maskType: 'alpha' }, width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: _jsx("path", { fill: "#D9D9D9", d: "M0 0H24V24H0z" }) }), _jsx("g", { mask: "url(#mask0_2118_84875)", children: _jsx("path", { d: "M11.994 21a8.716 8.716 0 01-3.491-.707 9.11 9.11 0 01-2.864-1.932 9.113 9.113 0 01-1.932-2.864A8.718 8.718 0 013 12.007c0-1.25.237-2.42.71-3.512a9.143 9.143 0 011.93-2.856 9.113 9.113 0 012.864-1.928A8.728 8.728 0 0112 3c.142 0 .26.048.356.144a.485.485 0 01.144.357c0 .142-.048.26-.144.356A.484.484 0 0112 4c-2.217 0-4.104.78-5.662 2.338C4.779 7.896 4 9.783 4 12s.78 4.104 2.338 5.663C7.896 19.22 9.783 20 12 20s4.104-.78 5.663-2.337C19.22 16.104 20 14.217 20 12c0-.142.048-.261.144-.357a.486.486 0 01.357-.143c.141 0 .26.048.356.144A.484.484 0 0121 12a8.728 8.728 0 01-.71 3.496 9.113 9.113 0 01-1.93 2.865 9.143 9.143 0 01-2.855 1.928 8.723 8.723 0 01-3.511.711z" }) })] }));