@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.15 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TechChatMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.TechChatMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.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_1.default.createElement("path", { fill: "currentColor", d: "M14 11.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); });
exports.TechChatMIcon.displayName = 'TechChatMIcon';