UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 2.73 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TechChatSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.TechChatSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_135_29870)" }, react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.15384 1.75C3.06714 1.75 2.98398 1.78444 2.92267 1.84576C2.86136 1.90707 2.82691 1.99022 2.82691 2.07693V11.7693C2.82691 11.8499 2.81392 11.93 2.78843 12.0065L2.14355 13.9411L5.1258 13.1956C5.18529 13.1807 5.24638 13.1732 5.3077 13.1732H13.9231C14.0098 13.1732 14.093 13.1387 14.1543 13.0774C14.2156 13.0161 14.2501 12.9329 14.2501 12.8462V2.07693C14.2501 1.99022 14.2156 1.90707 14.1543 1.84576C14.093 1.78444 14.0098 1.75 13.9231 1.75H3.15384ZM1.86201 0.785095C2.20463 0.44248 2.66931 0.25 3.15384 0.25H13.9231C14.4077 0.25 14.8724 0.44248 15.215 0.785095C15.5576 1.12771 15.7501 1.5924 15.7501 2.07693V12.8462C15.7501 13.3308 15.5576 13.7954 15.215 14.1381C14.8724 14.4807 14.4077 14.6732 13.9231 14.6732H5.40003L1.18189 15.7277C0.916324 15.7941 0.635683 15.7105 0.449693 15.5097C0.263704 15.3088 0.20191 15.0226 0.288473 14.7629L1.32691 11.6476V2.07693C1.32691 1.5924 1.51939 1.12771 1.86201 0.785095Z", fill: "currentColor" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.61179 4.89443C8.54141 4.85924 8.45856 4.85924 8.38818 4.89443L6.38818 5.89443C6.30349 5.93678 6.24998 6.02334 6.24998 6.11803V8.88197C6.24998 8.97666 6.30349 9.06322 6.38818 9.10557L8.38818 10.1056C8.45856 10.1408 8.54141 10.1408 8.61179 10.1056L10.6118 9.10557C10.6965 9.06322 10.75 8.97666 10.75 8.88197V6.11803C10.75 6.02334 10.6965 5.93678 10.6118 5.89443L8.61179 4.89443ZM7.71736 3.55279C8.21003 3.30645 8.78994 3.30645 9.28261 3.55279L11.2826 4.55279C11.8755 4.84922 12.25 5.45518 12.25 6.11803V8.88197C12.25 9.54482 11.8755 10.1508 11.2826 10.4472L9.28261 11.4472C8.78994 11.6936 8.21003 11.6936 7.71736 11.4472L5.71736 10.4472C5.12449 10.1508 4.74998 9.54482 4.74998 8.88197V6.11803C4.74998 5.45518 5.12449 4.84922 5.71736 4.55279L7.71736 3.55279Z", fill: "currentColor" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_135_29870" }, react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); exports.TechChatSIcon.displayName = 'TechChatSIcon';