@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TurnRightMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.TurnRightMIcon = (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: "M21 5.85358C21.4142 5.85358 21.75 6.18936 21.75 6.60358L21.75 17.4036C21.75 17.8178 21.4142 18.1536 21 18.1536C20.5858 18.1536 20.25 17.8178 20.25 17.4036L20.25 6.60358C20.25 6.18936 20.5858 5.85358 21 5.85358ZM11.5982 6.13757C11.8911 5.84468 12.366 5.84468 12.6589 6.13757L18.0589 11.5376C18.3518 11.8305 18.3518 12.3053 18.0589 12.5982L12.6589 17.9982C12.366 18.2911 11.8911 18.2911 11.5982 17.9982C11.3053 17.7053 11.3053 17.2305 11.5982 16.9376L15.7179 12.8179L3 12.8179C2.58579 12.8179 2.25 12.4821 2.25 12.0679C2.25 11.6537 2.58579 11.3179 3 11.3179L15.7179 11.3179L11.5982 7.19823C11.3053 6.90534 11.3053 6.43046 11.5982 6.13757Z", fill: "currentColor" }))); });
exports.TurnRightMIcon.displayName = 'TurnRightMIcon';