@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.37 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatMessageFilledSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChatMessageFilledSIcon = (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(#ChatMessageFilledSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.556 2.977a7.5 7.5 0 0 0-2.342-1.735 7.455 7.455 0 0 0-8.785 1.723 7.49 7.49 0 0 0-.954 8.72l-.911 2.434a1.004 1.004 0 0 0 1.113 1.338h.001l3.32-.602a7.45 7.45 0 0 0 8.06-1.305 7.48 7.48 0 0 0 2.434-5.183 7.5 7.5 0 0 0-1.936-5.39M4.25 6.5A.75.75 0 0 1 5 5.75h6a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75m0 3A.75.75 0 0 1 5 8.75h4a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "ChatMessageFilledSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.ChatMessageFilledSIcon.displayName = 'ChatMessageFilledSIcon';