@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 981 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChatMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.77 3.75a.635.635 0 0 0-.635.635v12.461a.8.8 0 0 1-.039.237l-.952 2.858 4.213-1.053a.8.8 0 0 1 .181-.023h11.077a.635.635 0 0 0 .635-.634V4.385a.635.635 0 0 0-.635-.635zm-1.51-.875c.4-.4.943-.625 1.51-.625h13.845a2.135 2.135 0 0 1 2.135 2.135V18.23a2.135 2.135 0 0 1-2.135 2.134H8.631l-5.45 1.363a.75.75 0 0 1-.893-.965l1.347-4.039V4.384c0-.566.225-1.108.625-1.509", clipRule: "evenodd" }))); });
exports.ChatMIcon.displayName = 'ChatMIcon';