@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.97 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({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.55185 0.610375C5.80841 0.175413 7.16933 0.143085 8.44512 0.517892C9.72091 0.892699 10.8481 1.65599 11.6697 2.70148C11.9256 3.02716 11.8691 3.49866 11.5434 3.7546C11.2178 4.01054 10.7463 3.95401 10.4903 3.62833C9.86147 2.82813 8.99877 2.24394 8.02231 1.95707C7.04586 1.6702 6.00425 1.69495 5.04252 2.02785C4.08079 2.36076 3.24679 2.98526 2.65665 3.81441C2.06651 4.64356 1.74959 5.63609 1.75003 6.65381L1.75002 6.65638C1.74713 7.62265 2.03294 8.56776 2.57079 9.37051C2.70553 9.57161 2.73493 9.82539 2.64972 10.052L2.16648 11.3369L3.15077 11.1605C3.55849 11.0874 3.94825 11.3587 4.02133 11.7664C4.09442 12.1741 3.82314 12.5639 3.41542 12.637L1.13235 13.0462C0.866827 13.0938 0.596199 12.9951 0.423613 12.7878C0.251027 12.5805 0.203071 12.2965 0.298025 12.044L1.11525 9.87089C0.546757 8.89653 0.246864 7.78598 0.250025 6.65317C0.249727 5.32391 0.663778 4.0276 1.43458 2.94462C2.20564 1.86129 3.2953 1.04534 4.55185 0.610375ZM10.4226 6.59639C9.84676 6.596 9.27827 6.72557 8.75949 6.97543C8.2407 7.22528 7.78498 7.58899 7.42629 8.03945C7.0676 8.48991 6.81519 9.0155 6.68786 9.57707C6.56053 10.1386 6.56157 10.7217 6.69089 11.2828C6.82022 11.8439 7.0745 12.3686 7.43479 12.8178C7.79508 13.267 8.25209 13.6291 8.77176 13.8771C9.29144 14.1251 9.86038 14.2526 10.4362 14.2502C11.012 14.2478 11.5799 14.1154 12.0974 13.863C12.2406 13.7932 12.4022 13.7708 12.559 13.799L13.8363 14.0288L13.5328 13.2166C13.4487 12.9915 13.4776 12.7396 13.6105 12.5394C13.993 11.9629 14.2122 11.2934 14.2445 10.6023C14.2769 9.91116 14.1213 9.22418 13.7942 8.61445C13.4672 8.00472 12.981 7.49507 12.3873 7.13971C11.7937 6.78435 11.1148 6.59658 10.4229 6.59639H10.4226ZM10.4236 5.09639C9.62205 5.09586 8.83075 5.2762 8.10861 5.624C7.38648 5.97179 6.75214 6.47806 6.25286 7.10508C5.75358 7.7321 5.40223 8.4637 5.22499 9.24538C5.04775 10.0271 5.0492 10.8387 5.22922 11.6197C5.40923 12.4007 5.76318 13.1311 6.26469 13.7563C6.7662 14.3816 7.40234 14.8856 8.1257 15.2308C8.84907 15.576 9.64102 15.7536 10.4425 15.7502C11.1595 15.7471 11.8675 15.5994 12.5245 15.3169L14.8672 15.7384C15.1325 15.7861 15.403 15.6878 15.5757 15.4809C15.7485 15.2739 15.7969 14.9902 15.7025 14.7377L15.0656 13.0332C15.4713 12.3113 15.704 11.5032 15.7429 10.6725C15.7879 9.71042 15.5713 8.75417 15.1161 7.90545C14.6609 7.05674 13.9841 6.34731 13.1577 5.85267C12.3315 5.35807 11.3866 5.09671 10.4236 5.09639Z", fill: "currentColor" }))); });
exports.ChatsSIcon.displayName = 'ChatsSIcon';