brightyui
Version:
Brighty UI library
10 lines • 867 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Close2Icon = void 0;
var jsx_runtime_1 = require("react/jsx-runtime");
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 ((0, jsx_runtime_1.jsx)("svg", { width: width.toString(), height: height.toString(), viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.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 }) }));
};
exports.Close2Icon = Close2Icon;
//# sourceMappingURL=Close2Icon.js.map