@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReplyMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ReplyMIcon = (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: "M11.6541 4.25523C11.6541 3.1196 10.2925 2.56997 9.53155 3.39845L3.33192 10.1486C2.88936 10.6305 2.88936 11.3803 3.33192 11.8622L9.53155 18.6124C10.2925 19.4409 11.6541 18.8912 11.6541 17.7556V14.7788C13.4258 14.8542 14.9761 15.2147 16.3375 15.982C17.8779 16.8502 19.2408 18.2753 20.409 20.5456C20.7885 21.2832 21.9424 21.0934 21.9824 20.1894C22.1514 16.374 21.0946 13.1341 19.1096 10.8389C17.2687 8.71026 14.6726 7.44521 11.6541 7.26866V4.25523ZM10.1814 4.88879V7.99793C10.1814 8.42219 10.52 8.75052 10.9187 8.75055C13.8623 8.75079 16.3182 9.88254 18.0056 11.8337C19.2971 13.3272 20.1677 15.3355 20.438 17.7577C19.4426 16.3903 18.3149 15.3793 17.0494 14.666C15.2153 13.6324 13.1558 13.2604 10.9188 13.2603C10.5183 13.2603 10.1814 13.5904 10.1814 14.0129V17.1221L4.56368 11.0054L10.1814 4.88879Z", fill: "currentColor" }))); });
exports.ReplyMIcon.displayName = 'ReplyMIcon';