@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 963 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronRightSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronRightSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.23573 3.30723C4.92142 3.00818 4.92143 2.52333 5.23574 2.22429C5.55005 1.92524 6.05966 1.92524 6.37397 2.22429L11.6857 7.27804C12.1048 7.67677 12.1048 8.32323 11.6857 8.72196L6.37397 13.7757C6.05966 14.0748 5.55005 14.0748 5.23574 13.7757C4.92143 13.4767 4.92142 12.9918 5.23573 12.6928L10.1678 8L5.23573 3.30723Z", fill: "currentColor" }))); });
exports.ChevronRightSIcon.displayName = 'ChevronRightSIcon';