@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.9 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatCloseMIcon = 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.43951 3.81686 5.3205 3.93588C5.20148 4.05489 5.13462 4.21631 5.13462 4.38462V16.8462C5.13462 16.9268 5.12162 17.0069 5.09613 17.0834L4.14356 19.9411L8.35658 18.8878C8.41607 18.873 8.47716 18.8654 8.53848 18.8654H19.6154C19.7837 18.8654 19.9452 18.7986 20.0642 18.6796C20.1832 18.5605 20.2501 18.3991 20.2501 18.2308V4.38462C20.2501 4.21631 20.1832 4.05489 20.0642 3.93588C19.9452 3.81686 19.7837 3.75 19.6154 3.75H5.76924ZM4.25984 2.87522C4.66015 2.4749 5.2031 2.25 5.76924 2.25H19.6154C20.1816 2.25 20.7245 2.4749 21.1248 2.87522C21.5252 3.27553 21.7501 3.81848 21.7501 4.38462V18.2308C21.7501 18.797 21.5252 19.3399 21.1248 19.7402C20.7245 20.1405 20.1816 20.3654 19.6154 20.3654H8.63081L3.1819 21.7277C2.91634 21.794 2.6357 21.7105 2.44971 21.5096C2.26372 21.3088 2.20192 21.0226 2.28849 20.7629L3.63462 16.7245V4.38462C3.63462 3.81848 3.85952 3.27553 4.25984 2.87522ZM15.6185 8.23889C15.9114 8.53178 15.9114 9.00665 15.6185 9.29955L13.7971 11.1209L15.7613 13.0851C16.0542 13.378 16.0542 13.8529 15.7613 14.1458C15.4684 14.4387 14.9935 14.4387 14.7006 14.1458L12.7364 12.1816L10.9149 14.0031C10.6221 14.296 10.1472 14.296 9.85429 14.0031C9.56139 13.7102 9.56139 13.2353 9.85429 12.9424L11.6758 11.1209L9.99705 9.44222C9.70416 9.14933 9.70416 8.67445 9.99705 8.38156C10.2899 8.08867 10.7648 8.08867 11.0577 8.38156L12.7364 10.0603L14.5578 8.23889C14.8507 7.94599 15.3256 7.94599 15.6185 8.23889Z", fill: "currentColor" }))); });
ChatCloseMIcon.displayName = 'ChatCloseMIcon';