@i-novus/ui-core
Version:
Базовые UI компоненты
3 lines (2 loc) • 594 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export const ErrorIcon = () => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "currentColor", viewBox: "0 0 24 24", children: _jsx("g", { children: _jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm3.703 6.305a1 1 0 010 1.414l-2.289 2.28 2.29 2.29a1 1 0 11-1.415 1.414L12 13.414l-2.28 2.29a1 1 0 01-1.415-1.415l2.28-2.29-2.28-2.28a1 1 0 111.414-1.414L12 10.585l2.289-2.28a1 1 0 011.414 0z", clipRule: "evenodd" }) }) }));