brightyui
Version:
Brighty UI library
6 lines • 698 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
export var Close2Icon = function (_a) {
var _b = _a.width, width = _b === void 0 ? 20 : _b, _c = _a.height, height = _c === void 0 ? 20 : _c, _d = _a.color, color = _d === void 0 ? 'var(--fill0)' : _d;
return (_jsx("svg", { width: width.toString(), height: height.toString(), viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: _jsx("path", { d: 'M5.33329 15.8333L4.16663 14.6667L8.83329 10L4.16663 5.33333L5.33329 4.16667L9.99996 8.83333L14.6666 4.16667L15.8333 5.33333L11.1666 10L15.8333 14.6667L14.6666 15.8333L9.99996 11.1667L5.33329 15.8333Z', fill: color }) }));
};
//# sourceMappingURL=Close2Icon.js.map