UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 740 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChatMessageFilledMIcon = 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.001A9.999 9.999 0 1 1 7.83 21.087l-4.984.902a.72.72 0 0 1-.8-.96l1.43-3.805A9.999 9.999 0 0 1 11.997 2M7 9.25a.75.75 0 1 0 0 1.5h10.286a.75.75 0 0 0 0-1.5zm-.75 5.893a.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" }))); }); ChatMessageFilledMIcon.displayName = 'ChatMessageFilledMIcon';