@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 971 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TechChatMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.77 3.75a.635.635 0 0 0-.635.635v12.583l-.991 2.973 4.302-1.076h11.17a.635.635 0 0 0 .634-.634V4.385a.635.635 0 0 0-.635-.635zm-1.51-.875c.4-.4.943-.625 1.51-.625h13.845a2.134 2.134 0 0 1 2.135 2.135V18.23a2.134 2.134 0 0 1-2.135 2.134H8.631L1.856 22.06l1.779-5.335V4.384c0-.566.225-1.108.625-1.509M13 6.167l4.75 2.29v6.085L13 16.832l-4.75-2.29V8.458zM9.75 9.4v4.2L13 15.167l3.25-1.567V9.4L13 7.833z", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M14 11.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); });
TechChatMIcon.displayName = 'TechChatMIcon';