UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChatMessageSIcon = 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(#ChatMessageSIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 .251A7.75 7.75 0 1 1 4.823 15.07l-3.69.668a.75.75 0 0 1-.836-1.002l1.042-2.773A7.75 7.75 0 0 1 8 .251M2.868 12.16l-.702 1.866 2.625-.475a1 1 0 0 1 .134-.012h.005c.139 0 .268.038.38.103a6.25 6.25 0 1 0-2.544-2.225.75.75 0 0 1 .102.743m1.554-5.573a.75.75 0 0 1 .75-.75h5.654a.75.75 0 0 1 0 1.5H5.173a.75.75 0 0 1-.75-.75m0 2.826a.75.75 0 0 1 .75-.75h3.77a.75.75 0 1 1 0 1.5h-3.77a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "ChatMessageSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); ChatMessageSIcon.displayName = 'ChatMessageSIcon';