UNPKG

brightyui

Version:

Brighty UI library

6 lines 652 B
import { jsx as _jsx } from "react/jsx-runtime"; export 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 (_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", { 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 }) })); }; //# sourceMappingURL=CheckIcon.js.map