@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReplySIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ReplySIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.655 3.93v1.434c0 .461.363.825.805.85 3.335.184 5.934 2.757 5.934 6.086l-.001.113c-1.08-1.88-3.078-3.283-5.414-3.283a6 6 0 0 0-.55.024.85.85 0 0 0-.774.846v2.18L2.623 8.148a.13.13 0 0 1 0-.185zm1.5-.747c0-1.06-1.282-1.592-2.032-.842L1.562 6.902a1.63 1.63 0 0 0 0 2.306l4.561 4.562c.75.75 2.032.218 2.032-.842v-2.294c2.006.083 3.748 1.591 4.368 3.491.162.496.602.767 1.015.804.438.039.995-.194 1.143-.811.14-.584.213-1.193.213-1.818 0-3.971-2.956-7.034-6.739-7.527z", clipRule: "evenodd" }))); });
exports.ReplySIcon.displayName = 'ReplySIcon';