@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowRightMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArrowRightMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.7553 6.46967C16.0482 6.17678 16.5231 6.17678 16.816 6.46967L21.816 11.4697C22.1089 11.7626 22.1089 12.2374 21.816 12.5303L16.816 17.5303C16.5231 17.8232 16.0482 17.8232 15.7553 17.5303C15.4624 17.2374 15.4624 16.7626 15.7553 16.4697L19.475 12.75L2.71423 12.75C2.30002 12.75 1.96423 12.4142 1.96423 12C1.96423 11.5858 2.30002 11.25 2.71423 11.25L19.475 11.25L15.7553 7.53033C15.4624 7.23744 15.4624 6.76256 15.7553 6.46967Z", fill: "currentColor" }))); });
exports.ArrowRightMIcon.displayName = 'ArrowRightMIcon';