@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.02 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatMessageMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.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.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" }))); });
ChatMessageMIcon.displayName = 'ChatMessageMIcon';