@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.36 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatMessageSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChatMessageSIcon = (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", { clipPath: "url(#ChatMessageSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 .251A7.75 7.75 0 1 1 4.823 15.07l-3.69.668a.75.75 0 0 1-.836-1.002l1.042-2.773A7.75 7.75 0 0 1 8 .251M2.868 12.16l-.702 1.866 2.625-.475a1 1 0 0 1 .134-.012h.005c.139 0 .268.038.38.103a6.25 6.25 0 1 0-2.544-2.225.75.75 0 0 1 .102.743m1.554-5.573a.75.75 0 0 1 .75-.75h5.654a.75.75 0 0 1 0 1.5H5.173a.75.75 0 0 1-.75-.75m0 2.826a.75.75 0 0 1 .75-.75h3.77a.75.75 0 1 1 0 1.5h-3.77a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "ChatMessageSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.ChatMessageSIcon.displayName = 'ChatMessageSIcon';