UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 810 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChatSIcon = 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("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.154 1.75a.327.327 0 0 0-.327.327v9.692q0 .121-.039.237l-.644 1.935 2.982-.746a.8.8 0 0 1 .182-.022h8.615a.327.327 0 0 0 .327-.327V2.076a.327.327 0 0 0-.327-.326zM1.862.785A1.83 1.83 0 0 1 3.154.25h10.77a1.827 1.827 0 0 1 1.826 1.827v10.77a1.827 1.827 0 0 1-1.827 1.826H5.4l-4.218 1.055a.75.75 0 0 1-.893-.965l1.038-3.115V2.077c0-.485.192-.95.535-1.292", clipRule: "evenodd" }))); }); ChatSIcon.displayName = 'ChatSIcon';