@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.42 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ForwardMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ForwardMIcon = (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: "M13.3459 4.25523C13.3459 3.1196 14.7075 2.56997 15.4685 3.39845L21.6681 10.1486C22.1106 10.6305 22.1106 11.3803 21.6681 11.8622L15.4685 18.6124C14.7075 19.4409 13.3459 18.8912 13.3459 17.7556V14.7788C11.5742 14.8542 10.0239 15.2147 8.66246 15.982C7.12207 16.8502 5.7592 18.2753 4.59099 20.5456C4.21146 21.2832 3.05762 21.0934 3.01758 20.1894C2.84856 16.374 3.90543 13.1341 5.8904 10.8389C7.73125 8.71026 10.3274 7.44521 13.3459 7.26866V4.25523ZM14.8186 4.88879V7.99793C14.8186 8.42219 14.48 8.75052 14.0813 8.75055C11.1377 8.75079 8.68185 9.88254 6.99445 11.8337C5.70287 13.3272 4.83229 15.3355 4.56198 17.7577C5.55736 16.3903 6.68507 15.3793 7.95065 14.666C9.78473 13.6324 11.8442 13.2604 14.0812 13.2603C14.4817 13.2603 14.8186 13.5904 14.8186 14.0129V17.1221L20.4363 11.0054L14.8186 4.88879Z", fill: "currentColor" }))); });
exports.ForwardMIcon.displayName = 'ForwardMIcon';