UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChatMessageSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_135_29865)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99917 0.250977C9.87759 0.250722 11.6922 0.932727 13.1054 2.17014C14.5187 3.40756 15.4344 5.11616 15.6822 6.97815C15.9301 8.84015 15.4932 10.7288 14.4529 12.2928C13.4126 13.8568 11.8396 14.9898 10.0265 15.4809C8.29449 15.9501 6.456 15.8031 4.82394 15.0697L1.13398 15.7378C0.868338 15.7859 0.597346 15.6876 0.42442 15.4803C0.251494 15.273 0.203318 14.9887 0.298279 14.736L1.34017 11.9634C0.450387 10.468 0.0878082 8.71267 0.317943 6.98023C0.565298 5.11817 1.48054 3.40933 2.89345 2.17153C4.30636 0.933726 6.12075 0.251231 7.99917 0.250977ZM2.8687 12.16L2.16737 14.0263L4.79197 13.5511C4.83606 13.5431 4.88078 13.5391 4.9256 13.5391H4.93098C5.06959 13.5391 5.19943 13.5767 5.31083 13.6423C6.65835 14.2847 8.1921 14.4238 9.6343 14.0331C11.0964 13.637 12.365 12.7234 13.2039 11.4621C14.0429 10.2008 14.3952 8.67768 14.1953 7.17608C13.9955 5.67448 13.257 4.29659 12.1173 3.29868C10.9776 2.30077 9.51422 1.75077 7.99937 1.75098C6.48453 1.75118 5.02132 2.30158 3.88189 3.2998C2.74245 4.29801 2.00436 5.6761 1.80488 7.17776C1.60787 8.66086 1.94949 10.1648 2.76656 11.4166C2.92678 11.6232 2.97252 11.9061 2.8687 12.16ZM4.42318 6.58665C4.42318 6.17244 4.75897 5.83665 5.17318 5.83665H10.8268C11.241 5.83665 11.5768 6.17244 11.5768 6.58665C11.5768 7.00086 11.241 7.33665 10.8268 7.33665H5.17318C4.75897 7.33665 4.42318 7.00086 4.42318 6.58665ZM4.42318 9.41348C4.42318 8.99926 4.75897 8.66348 5.17318 8.66348H8.94228C9.3565 8.66348 9.69228 8.99926 9.69228 9.41348C9.69228 9.82769 9.3565 10.1635 8.94228 10.1635H5.17318C4.75897 10.1635 4.42318 9.82769 4.42318 9.41348Z", fill: "currentColor" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_135_29865" }, React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); ChatMessageSIcon.displayName = 'ChatMessageSIcon';