@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 934 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatInfoMIcon = 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", d: "M12 14a.75.75 0 0 1-.75-.75L11.034 7a.966.966 0 1 1 1.932 0l-.216 6.25A.75.75 0 0 1 12 14M11 17a1 1 0 1 0 2 0 1 1 0 0 0-2 0" }))); });
ChatInfoMIcon.displayName = 'ChatInfoMIcon';