@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowLongRightMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArrowLongRightMIcon = (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.5655 6.46483C15.861 6.17463 16.3359 6.17899 16.6261 6.47456L21.5352 11.4746C21.8216 11.7663 21.8216 12.2337 21.5352 12.5254L16.6261 17.5254C16.3359 17.821 15.861 17.8254 15.5655 17.5352C15.2699 17.245 15.2655 16.7701 15.5557 16.4746L19.2126 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H19.2126L15.5557 7.52544C15.2655 7.22987 15.2699 6.75502 15.5655 6.46483Z", fill: "currentColor" }))); });
exports.ArrowLongRightMIcon.displayName = 'ArrowLongRightMIcon';