@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.72 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({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.76924 3.75C5.60093 3.75 5.43951 3.81686 5.3205 3.93588C5.20149 4.05489 5.13462 4.21631 5.13462 4.38462V16.9679L4.14357 19.9411L8.44615 18.8654H19.6154C19.7837 18.8654 19.9452 18.7986 20.0642 18.6796C20.1832 18.5605 20.2501 18.3991 20.2501 18.2308V4.38462C20.2501 4.21631 20.1832 4.05489 20.0642 3.93588C19.9452 3.81686 19.7837 3.75 19.6154 3.75H5.76924ZM4.25984 2.87522C4.66016 2.4749 5.20311 2.25 5.76924 2.25H19.6154C20.1816 2.25 20.7245 2.4749 21.1248 2.87522C21.5252 3.27553 21.7501 3.81848 21.7501 4.38462V18.2308C21.7501 18.797 21.5252 19.3399 21.1248 19.7402C20.7245 20.1405 20.1816 20.3654 19.6154 20.3654H8.63082L1.85645 22.059L3.63462 16.7245V4.38462C3.63462 3.81848 3.85952 3.27553 4.25984 2.87522ZM13 6.16738L17.75 8.45756V14.5424L13 16.8326L8.25001 14.5424V8.45756L13 6.16738ZM9.75001 9.39959V13.6004L13 15.1674L16.25 13.6004V9.39959L13 7.83262L9.75001 9.39959Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M14 11.5C14 12.0523 13.5523 12.5 13 12.5C12.4477 12.5 12 12.0523 12 11.5C12 10.9477 12.4477 10.5 13 10.5C13.5523 10.5 14 10.9477 14 11.5Z", fill: "currentColor" }))); });
exports.TechChatMIcon.displayName = 'TechChatMIcon';