UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.16 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChatMessageFilledSIcon = 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("g", { clipPath: "url(#ChatMessageFilledSIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.556 2.977a7.5 7.5 0 0 0-2.342-1.735 7.455 7.455 0 0 0-8.785 1.723 7.49 7.49 0 0 0-.954 8.72l-.911 2.434a1.004 1.004 0 0 0 1.113 1.338h.001l3.32-.602a7.45 7.45 0 0 0 8.06-1.305 7.48 7.48 0 0 0 2.434-5.183 7.5 7.5 0 0 0-1.936-5.39M4.25 6.5A.75.75 0 0 1 5 5.75h6a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75m0 3A.75.75 0 0 1 5 8.75h4a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "ChatMessageFilledSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); ChatMessageFilledSIcon.displayName = 'ChatMessageFilledSIcon';