brightyui
Version:
Brighty UI library
10 lines • 818 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CheckIcon = void 0;
var jsx_runtime_1 = require("react/jsx-runtime");
var CheckIcon = 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(--white)' : _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", { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M9.03539 11.0517L13.3751 5.98877L14.9569 7.34458L9.29657 13.9483L5.17578 10.6001L6.48952 8.98323L9.03539 11.0517Z', fill: color }) }));
};
exports.CheckIcon = CheckIcon;
//# sourceMappingURL=CheckIcon.js.map