@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.19 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatMessageMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChatMessageMIcon = (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: "M11.997 2.25A9.75 9.75 0 1 1 7.95 20.867l-4.818.871a.75.75 0 0 1-.836-1.002l1.378-3.664A9.75 9.75 0 0 1 11.997 2.25m3.587 2.317a8.25 8.25 0 0 0-7.823.356A8.25 8.25 0 0 0 5.13 16.57a.75.75 0 0 1 .078.679l-1.045 2.778 3.755-.679a.75.75 0 0 1 .462.064 8.25 8.25 0 1 0 7.203-14.845", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.25 10A.75.75 0 0 1 7 9.25h10.286a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75m0 5.143a.75.75 0 0 1 .75-.75h6.857a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
exports.ChatMessageMIcon.displayName = 'ChatMessageMIcon';