UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.11 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({ 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: "M11.997 2.25A9.75 9.75 0 1 1 7.95 20.867l-4.818.871a.75.75 0 0 1-.836-1.002l1.378-3.664A9.75 9.75 0 0 1 11.997 2.25m3.587 2.317a8.25 8.25 0 0 0-7.823.356A8.25 8.25 0 0 0 5.13 16.57a.75.75 0 0 1 .078.679l-1.045 2.778 3.755-.679a.75.75 0 0 1 .462.064 8.25 8.25 0 1 0 7.203-14.845", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "currentColor", d: "M12 14a.75.75 0 0 1-.75-.75L11.034 7a.966.966 0 1 1 1.932 0l-.216 6.25A.75.75 0 0 1 12 14M11 17a1 1 0 1 0 2 0 1 1 0 0 0-2 0" }))); }); exports.ChatInfoMIcon.displayName = 'ChatInfoMIcon';