UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 930 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChatMenuMIcon = 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.845m-8.202 6.656a1.1 1.1 0 1 1 1.555 1.554 1.1 1.1 0 0 1-1.555-1.554m3.843 0a1.1 1.1 0 1 1 1.555 1.555 1.1 1.1 0 0 1-1.555-1.555m3.844 0a1.1 1.1 0 1 1 1.554 1.554 1.1 1.1 0 0 1-1.554-1.554", clipRule: "evenodd" }))); }); ChatMenuMIcon.displayName = 'ChatMenuMIcon';