UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 2.51 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatInfoMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ChatInfoMIcon = (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: "M11.9971 2.25006C13.4644 2.24905 14.913 2.57922 16.235 3.21598C17.557 3.85278 18.7183 4.77978 19.6321 5.92788C20.546 7.07598 21.189 8.41555 21.5131 9.84674C21.8372 11.2779 21.834 12.7638 21.5039 14.1936C21.1737 15.6234 20.5251 16.9602 19.6064 18.1045C18.6876 19.2487 17.5224 20.1707 16.1977 20.8019C14.873 21.4331 13.4229 21.7572 11.9554 21.7499C10.5715 21.743 9.20587 21.4416 7.94901 20.8668L3.13077 21.738C2.86514 21.7861 2.59419 21.6877 2.42131 21.4803C2.24843 21.273 2.2003 20.9888 2.29529 20.7361L3.67283 17.0716C2.82525 15.68 2.33885 14.0961 2.26106 12.4644C2.17707 10.7027 2.57251 8.9512 3.40525 7.39649C4.23799 5.84178 5.47685 4.54206 6.98986 3.63578C8.50279 2.72955 10.2335 2.25065 11.9971 2.25006ZM15.584 4.56737C14.4654 4.02854 13.2395 3.74916 11.9978 3.75006C10.5055 3.75051 9.0409 4.15574 7.76065 4.92259C6.48041 5.68945 5.43214 6.78921 4.72752 8.10473C4.02289 9.42025 3.68829 10.9023 3.75936 12.3929C3.83043 13.8836 4.3045 15.327 5.13108 16.5696C5.26466 16.7703 5.29353 17.0231 5.20867 17.2489L4.1644 20.0268L7.91868 19.348C8.07583 19.3196 8.23795 19.3421 8.38144 19.4122C9.49701 19.9574 10.7212 20.2437 11.9629 20.2499C13.2045 20.2561 14.4316 19.9819 15.5525 19.4478C16.6734 18.9137 17.6593 18.1335 18.4367 17.1653C19.2141 16.1971 19.763 15.066 20.0423 13.8561C20.3217 12.6463 20.3243 11.389 20.0501 10.178C19.7759 8.96701 19.2318 7.83353 18.4586 6.86206C17.6853 5.89059 16.7027 5.10621 15.584 4.56737Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M12 14C11.5858 14 11.25 13.6642 11.25 13.25L11.0345 6.99942C11.0156 6.45313 11.4534 6.00002 12 6.00002C12.5466 6.00002 12.9844 6.45313 12.9656 6.99942L12.75 13.25C12.75 13.6642 12.4142 14 12 14Z", fill: "currentColor" }), react_1.default.createElement("path", { d: "M11 17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16C11.4477 16 11 16.4477 11 17Z", fill: "currentColor" }))); }); exports.ChatInfoMIcon.displayName = 'ChatInfoMIcon';