@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.86 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MessageMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.MessageMIcon = (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: "M2.88519 4.85028C3.28749 4.46288 3.8273 4.25 4.38449 4.25H19.6153C20.1725 4.25 20.7123 4.46288 21.1146 4.85028C21.5178 5.23861 21.7499 5.77147 21.7499 6.33333V6.98591C21.75 6.99484 21.75 7.00376 21.7499 7.01268V17.6667C21.7499 18.2285 21.5178 18.7614 21.1146 19.1497C20.7123 19.5371 20.1725 19.75 19.6153 19.75H4.38449C3.8273 19.75 3.28749 19.5371 2.88519 19.1497C2.48192 18.7614 2.24987 18.2285 2.24987 17.6667V7.01266C2.24972 7.00376 2.24972 6.99485 2.24987 6.98593V6.33333C2.24987 5.77147 2.48192 5.23861 2.88519 4.85028ZM3.74987 8.31216V17.6667C3.74987 17.812 3.80959 17.9575 3.92565 18.0692C4.04268 18.1819 4.20724 18.25 4.38449 18.25H19.6153C19.7925 18.25 19.9571 18.1819 20.0741 18.0692C20.1902 17.9575 20.2499 17.812 20.2499 17.6667V8.31216L13.2608 12.4287C12.8822 12.647 12.4365 12.75 11.9999 12.75C11.5633 12.75 11.1175 12.647 10.739 12.4286L10.7331 12.4252L3.74987 8.31216ZM20.2499 6.57132V6.33333C20.2499 6.18795 20.1902 6.04253 20.0741 5.93076C19.9571 5.81807 19.7925 5.75 19.6153 5.75H4.38449C4.20724 5.75 4.04268 5.81807 3.92565 5.93076C3.80959 6.04253 3.74987 6.18795 3.74987 6.33333V6.57132L11.4908 11.1306C11.6108 11.1991 11.7899 11.25 11.9999 11.25C12.2099 11.25 12.389 11.1991 12.5089 11.1306L20.2499 6.57132Z", fill: "currentColor" }))); });
exports.MessageMIcon.displayName = 'MessageMIcon';