@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatsSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChatsSIcon = (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("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.552.61a6.39 6.39 0 0 1 7.118 2.091.75.75 0 0 1-1.18.927 4.893 4.893 0 0 0-8.74 3.026v.002a4.85 4.85 0 0 0 .82 2.715.75.75 0 0 1 .08.681l-.484 1.285.985-.176a.75.75 0 1 1 .264 1.476l-2.283.41a.75.75 0 0 1-.834-1.003l.817-2.173A6.35 6.35 0 0 1 .25 6.653 6.39 6.39 0 0 1 4.552.61m5.87 5.986a3.827 3.827 0 1 0 1.675 7.267.75.75 0 0 1 .462-.064l1.277.23-.303-.812a.75.75 0 0 1 .078-.678 3.827 3.827 0 0 0-3.188-5.943m.002-1.5a5.327 5.327 0 1 0 2.1 10.22l2.343.422a.75.75 0 0 0 .835-1l-.636-1.705a5.327 5.327 0 0 0-4.642-7.937", clipRule: "evenodd" }))); });
exports.ChatsSIcon.displayName = 'ChatsSIcon';