@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.04 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatCloseSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.066 1.745a.224.224 0 0 0-.224.224v9.869a.9.9 0 0 1-.045.276l-.594 1.781 2.844-.71a1 1 0 0 1 .212-.027h8.772a.224.224 0 0 0 .223-.224V1.97a.224.224 0 0 0-.223-.224zM1.673.577C2.043.207 2.543 0 3.066 0H14.03A1.97 1.97 0 0 1 16 1.97v10.964a1.97 1.97 0 0 1-1.97 1.97H5.367l-4.282 1.07a.873.873 0 0 1-1.04-1.123l1.053-3.155V1.97c0-.522.207-1.023.576-1.392m9.37 4.26c.34.341.34.894 0 1.235L9.683 7.43l1.48 1.48a.873.873 0 0 1-1.235 1.233L8.45 8.665l-1.36 1.36A.873.873 0 0 1 5.857 8.79l1.359-1.36-1.24-1.238A.873.873 0 0 1 7.21 4.957l1.24 1.24 1.358-1.36a.873.873 0 0 1 1.235 0", clipRule: "evenodd" }))); });
ChatCloseSIcon.displayName = 'ChatCloseSIcon';