brightyui
Version:
Brighty UI library
10 lines • 777 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronRightIcon = void 0;
var jsx_runtime_1 = require("react/jsx-runtime");
var ChevronRightIcon = 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(--fill3)' : _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: 'M8.66667 15L7.5 13.8333L11.3333 10L7.5 6.16667L8.66667 5L13.6667 10L8.66667 15Z', fill: color }) }));
};
exports.ChevronRightIcon = ChevronRightIcon;
//# sourceMappingURL=ChevronRightIcon.js.map