@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.34 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatMIcon = 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: "M5.76924 3.75C5.60093 3.75 5.43952 3.81686 5.3205 3.93587C5.20149 4.05489 5.13463 4.2163 5.13463 4.38461V16.8461C5.13463 16.9268 5.12163 17.0068 5.09614 17.0833L4.14358 19.941L8.35657 18.8878C8.41606 18.8729 8.47715 18.8654 8.53847 18.8654H19.6154C19.7837 18.8654 19.9451 18.7985 20.0641 18.6795C20.1831 18.5605 20.25 18.3991 20.25 18.2308V4.38461C20.25 4.2163 20.1831 4.05489 20.0641 3.93587C19.9451 3.81686 19.7837 3.75 19.6154 3.75H5.76924ZM4.25984 2.87521C4.66016 2.4749 5.20311 2.25 5.76924 2.25H19.6154C20.1815 2.25 20.7245 2.4749 21.1248 2.87521C21.5251 3.27553 21.75 3.81848 21.75 4.38461V18.2308C21.75 18.7969 21.5251 19.3398 21.1248 19.7402C20.7245 20.1405 20.1815 20.3654 19.6154 20.3654H8.63081L3.18192 21.7276C2.91635 21.794 2.63571 21.7104 2.44972 21.5096C2.26373 21.3087 2.20194 21.0225 2.2885 20.7628L3.63463 16.7244V4.38461C3.63463 3.81848 3.85953 3.27553 4.25984 2.87521Z", fill: "currentColor" }))); });
ChatMIcon.displayName = 'ChatMIcon';