@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 940 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatMenuSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.998.25a7.75 7.75 0 1 1-3.17 14.82l-3.697.668a.75.75 0 0 1-.835-1.002l1.043-2.775A7.75 7.75 0 0 1 7.998.25m2.717 2.12a6.25 6.25 0 0 0-5.927.268 6.25 6.25 0 0 0-1.992 8.824.75.75 0 0 1 .078.68l-.71 1.885 2.632-.476a.75.75 0 0 1 .463.064A6.25 6.25 0 1 0 10.715 2.37M4.291 7.277a1.022 1.022 0 1 1 1.444 1.444 1.022 1.022 0 0 1-1.444-1.444m2.989 0a1.022 1.022 0 1 1 1.445 1.445A1.022 1.022 0 0 1 7.28 7.278m2.989 0a1.022 1.022 0 1 1 1.445 1.444 1.022 1.022 0 0 1-1.445-1.444", clipRule: "evenodd" }))); });
ChatMenuSIcon.displayName = 'ChatMenuSIcon';