UNPKG

brightyui

Version:

Brighty UI library

6 lines 590 B
import { jsx as _jsx } from "react/jsx-runtime"; export 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 (_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: 'M8.66667 15L7.5 13.8333L11.3333 10L7.5 6.16667L8.66667 5L13.6667 10L8.66667 15Z', fill: color }) })); }; //# sourceMappingURL=ChevronRightIcon.js.map