UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

3 lines (2 loc) 380 B
import { jsx as _jsx } from "react/jsx-runtime"; export const WaitingIcon = () => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "currentColor", viewBox: "0 0 24 24", children: _jsx("path", { d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-15a1 1 0 011 1v4h3a1 1 0 110 2h-4a1 1 0 01-1-1V8a1 1 0 011-1z" }) }));