@i-novus/ui-core
Version:
Базовые UI компоненты
3 lines (2 loc) • 656 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
export const CloseIcon = () => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", children: [_jsx("mask", { id: "mask0_724_26650", style: { maskType: 'alpha' }, width: "24", height: "24", x: "0", y: "0", maskUnits: "userSpaceOnUse", children: _jsx("path", { fill: "currentColor", d: "M0 0H24V24H0z" }) }), _jsx("g", { mask: "url(#mask0_724_26650)", children: _jsx("path", { fill: "currentColor", d: "M6.4 18.308l-.708-.708 5.6-5.6-5.6-5.6.708-.708 5.6 5.6 5.6-5.6.708.708-5.6 5.6 5.6 5.6-.708.708-5.6-5.6-5.6 5.6z" }) })] }));