UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.51 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TechChatSIcon = 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", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#TechChatSIcon__a)", clipRule: "evenodd" }, React.createElement("path", { d: "M3.154 1.75a.327.327 0 0 0-.327.327v9.692a.8.8 0 0 1-.039.238l-.644 1.934 2.982-.745a.8.8 0 0 1 .182-.023h8.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-.894-.965l1.039-3.115V2.077c0-.485.192-.95.535-1.292" }), React.createElement("path", { d: "M8.612 4.894a.25.25 0 0 0-.224 0l-2 1a.25.25 0 0 0-.138.224v2.764a.25.25 0 0 0 .138.224l2 1a.25.25 0 0 0 .224 0l2-1a.25.25 0 0 0 .138-.224V6.118a.25.25 0 0 0-.138-.224zm-.895-1.341a1.75 1.75 0 0 1 1.566 0l2 1c.593.296.967.902.967 1.565v2.764a1.75 1.75 0 0 1-.967 1.565l-2 1a1.75 1.75 0 0 1-1.566 0l-2-1a1.75 1.75 0 0 1-.967-1.565V6.118c0-.663.374-1.269.967-1.565z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "TechChatSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); TechChatSIcon.displayName = 'TechChatSIcon';