@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.78 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatsMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.6373 2.70367C9.21055 2.15908 10.9145 2.11861 12.5118 2.58788C14.1091 3.05715 15.5204 4.01282 16.5491 5.32182C16.805 5.64749 16.7485 6.11899 16.4228 6.37493C16.0972 6.63087 15.6257 6.57434 15.3697 6.24866C14.5338 5.18496 13.387 4.40839 12.089 4.02706C10.791 3.64573 9.40639 3.67862 8.12796 4.12115C6.84953 4.56368 5.7409 5.39384 4.95643 6.49602C4.17196 7.59821 3.75068 8.91758 3.75125 10.2704L3.75125 10.273C3.74741 11.5578 4.12744 12.8145 4.84261 13.8819C4.97736 14.0831 5.00675 14.3368 4.92154 14.5634L4.16771 16.5679L5.8039 16.2746C6.21161 16.2016 6.60137 16.4728 6.67446 16.8805C6.74754 17.2883 6.47626 17.678 6.06855 17.7511L3.13358 18.2772C2.86806 18.3248 2.59743 18.2261 2.42484 18.0188C2.25225 17.8115 2.2043 17.5274 2.29925 17.275L3.38597 14.3853C2.64082 13.1447 2.24714 11.7219 2.25125 10.2698C2.25081 8.6054 2.76922 6.98225 3.73436 5.62623C4.69975 4.26986 6.06404 3.24826 7.6373 2.70367ZM15.1144 9.98244C14.3419 9.98193 13.5793 10.1557 12.8834 10.4909C12.1874 10.8261 11.5761 11.314 11.0949 11.9183C10.6137 12.5226 10.2751 13.2277 10.1043 13.981C9.93349 14.7343 9.93488 15.5165 10.1084 16.2692C10.2819 17.022 10.623 17.7258 11.1063 18.3284C11.5896 18.931 12.2027 19.4167 12.8998 19.7494C13.597 20.0821 14.3602 20.2532 15.1327 20.25C15.9051 20.2467 16.6669 20.0692 17.3612 19.7306C17.5043 19.6608 17.666 19.6384 17.8227 19.6666L19.835 20.0286L19.3132 18.6321C19.2291 18.407 19.2579 18.1552 19.3908 17.9549C19.904 17.1815 20.198 16.2835 20.2414 15.3563C20.2848 14.4292 20.0761 13.5076 19.6374 12.6897C19.1986 11.8717 18.5464 11.188 17.75 10.7113C16.9536 10.2346 16.0429 9.9827 15.1147 9.98244H15.1144ZM15.1154 8.48244C14.1172 8.48178 13.1318 8.70638 12.2325 9.13949C11.3332 9.57261 10.5432 10.2031 9.92147 10.9839C9.2997 11.7648 8.86216 12.6759 8.64144 13.6493C8.42072 14.6228 8.42252 15.6335 8.6467 16.6061C8.87088 17.5788 9.31166 18.4883 9.93621 19.267C10.5608 20.0456 11.353 20.6732 12.2538 21.1032C13.1546 21.5331 14.1409 21.7542 15.139 21.7499C16.0532 21.7461 16.9557 21.5533 17.7904 21.1848L20.8659 21.7382C21.1312 21.7859 21.4017 21.6876 21.5744 21.4806C21.7472 21.2737 21.7956 20.99 21.7012 20.7375L20.8472 18.4522C21.3827 17.5317 21.6898 16.494 21.7398 15.4265C21.7959 14.2284 21.5261 13.0376 20.9592 11.9807C20.3923 10.9237 19.5495 10.0403 18.5204 9.42426C17.4914 8.80831 16.3147 8.48283 15.1154 8.48244Z", fill: "currentColor" }))); });
ChatsMIcon.displayName = 'ChatsMIcon';