@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 990 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatsMIcon = 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: "M7.637 2.704a8 8 0 0 1 8.912 2.618.75.75 0 0 1-1.18.927A6.504 6.504 0 0 0 3.752 10.27v.003a6.45 6.45 0 0 0 1.092 3.609.75.75 0 0 1 .079.681l-.754 2.005 1.636-.293a.75.75 0 0 1 .265 1.476l-2.935.526a.75.75 0 0 1-.835-1.002l1.087-2.89a7.95 7.95 0 0 1-1.135-4.115 8 8 0 0 1 5.386-7.566m7.477 7.278a5.133 5.133 0 1 0 2.247 9.749.75.75 0 0 1 .462-.064l2.012.362-.522-1.397a.75.75 0 0 1 .078-.677 5.134 5.134 0 0 0-4.276-7.973m.001-1.5a6.634 6.634 0 1 0 2.675 12.703l3.076.553a.75.75 0 0 0 .835-1l-.854-2.286a6.635 6.635 0 0 0-5.732-9.97", clipRule: "evenodd" }))); });
ChatsMIcon.displayName = 'ChatsMIcon';