@i-novus/ui-core
Version:
Базовые UI компоненты
3 lines (2 loc) • 447 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export const SuccessIcon = () => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", children: _jsx("path", { fill: "currentColor", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm3.766-12.676a1 1 0 010 1.414l-4 4a1 1 0 01-1.415 0l-2-2a1 1 0 011.415-1.414l1.293 1.293 3.293-3.293a1 1 0 011.414 0z" }) }));