@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.36 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({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { fill: "currentColor", clipPath: "url(#ChatInfoSIcon__a)" },
react_1.default.createElement("path", { fillRule: "evenodd", d: "M7.999.25a7.75 7.75 0 1 1-3.175 14.819l-3.69.668a.75.75 0 0 1-.836-1.002l1.042-2.772A7.75 7.75 0 0 1 7.999.25m-5.13 11.91-.702 1.866 2.625-.476a1 1 0 0 1 .133-.012h.006c.138 0 .268.038.38.104a6.25 6.25 0 1 0-2.545-2.226.75.75 0 0 1 .102.743", clipRule: "evenodd" }),
react_1.default.createElement("path", { d: "M8 4a.95.95 0 0 0-.949.998l.162 3.253a.788.788 0 0 0 1.574 0l.163-3.253A.95.95 0 0 0 8 4M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "ChatInfoSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.ChatInfoSIcon.displayName = 'ChatInfoSIcon';