@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.89 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatCloseSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.06575 1.74545C3.0064 1.74545 2.94948 1.76903 2.90752 1.81099C2.86555 1.85296 2.84197 1.90988 2.84197 1.96923V11.8377C2.84197 11.9315 2.82685 12.0247 2.79719 12.1137L2.20343 13.895L5.04709 13.1841C5.11631 13.1668 5.1874 13.158 5.25875 13.158H14.0308C14.0901 13.158 14.147 13.1344 14.189 13.0925C14.231 13.0505 14.2545 12.9936 14.2545 12.9342V1.96923C14.2545 1.90988 14.231 1.85296 14.189 1.81099C14.147 1.76903 14.0901 1.74545 14.0308 1.74545H3.06575ZM1.67329 0.576773C2.0426 0.207472 2.54348 0 3.06575 0H14.0308C14.553 0 15.0539 0.207472 15.4232 0.576773C15.7925 0.946075 16 1.44696 16 1.96923V12.9342C16 13.4565 15.7925 13.9574 15.4232 14.3267C15.0539 14.696 14.553 14.9035 14.0308 14.9035H5.36619L1.08441 15.9739C0.775393 16.0512 0.44883 15.9539 0.232406 15.7202C0.0159814 15.4865 -0.0559242 15.1535 0.0448035 14.8513L1.09652 11.6961V1.96923C1.09652 1.44696 1.30399 0.946075 1.67329 0.576773ZM11.0426 4.83742C11.3834 5.17824 11.3834 5.73082 11.0426 6.07164L9.68336 7.43091L11.1626 8.91015C11.5034 9.25098 11.5034 9.80356 11.1626 10.1444C10.8217 10.4852 10.2692 10.4852 9.92834 10.1444L8.44915 8.66514L7.08985 10.0245C6.74904 10.3653 6.19646 10.3653 5.85563 10.0245C5.51481 9.68365 5.5148 9.13107 5.85562 8.79025L7.21494 7.43091L5.9756 6.19154C5.63478 5.85072 5.63479 5.29814 5.97561 4.95732C6.31643 4.61651 6.86901 4.61651 7.20983 4.95733L8.44915 6.19668L9.80837 4.83743C10.1492 4.49661 10.7018 4.4966 11.0426 4.83742Z", fill: "currentColor" }))); });
ChatCloseSIcon.displayName = 'ChatCloseSIcon';