@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 2.52 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatInfoSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChatInfoSIcon = (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_29864)" },
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.99899 0.25C9.87746 0.249746 11.6921 0.931765 13.1053 2.16921C14.5186 3.40666 15.4344 5.11529 15.6822 6.97733C15.9301 8.83936 15.4932 10.7281 14.4529 12.2921C13.4125 13.8562 11.8395 14.9891 10.0264 15.4803C8.29431 15.9495 6.45579 15.8024 4.82369 15.069L1.13362 15.7372C0.867987 15.7853 0.596995 15.6869 0.424069 15.4796C0.251143 15.2723 0.202967 14.9881 0.297928 14.7354L1.33984 11.9627C0.450041 10.4673 0.0874532 8.71189 0.317594 6.97941C0.564954 5.1173 1.48022 3.40842 2.89316 2.17059C4.3061 0.932765 6.12053 0.250254 7.99899 0.25ZM2.86837 12.1593L2.16702 14.0257L4.79171 13.5504C4.83581 13.5425 4.88053 13.5384 4.92534 13.5384H4.93073C5.06934 13.5384 5.19917 13.576 5.31058 13.6416C6.65814 14.284 8.19193 14.4231 9.63417 14.0325C11.0964 13.6364 12.3649 12.7227 13.2039 11.4614C14.0429 10.2 14.3952 8.67689 14.1953 7.17525C13.9954 5.67361 13.257 4.29569 12.1172 3.29775C10.9775 2.29981 9.51408 1.7498 7.9992 1.75C6.48431 1.75021 5.02106 2.30062 3.8816 3.29886C2.74213 4.29711 2.00402 5.67524 1.80453 7.17693C1.60751 8.66008 1.94915 10.164 2.76624 11.4159C2.92646 11.6225 2.9722 11.9054 2.86837 12.1593Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M8.00068 4C7.45723 4 7.02441 4.45484 7.05135 4.99762L7.21281 8.25079C7.23364 8.67044 7.57996 9 8.00012 9C8.42019 9 8.76646 8.6706 8.78743 8.25106L8.95001 4.99795C8.97714 4.45504 8.54427 4 8.00068 4Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M8 12C8.55228 12 9 11.5523 9 11C9 10.4477 8.55228 10 8 10C7.44771 10 7 10.4477 7 11C7 11.5523 7.44771 12 8 12Z", fill: "currentColor" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_135_29864" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.ChatInfoSIcon.displayName = 'ChatInfoSIcon';