UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatWarningMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ChatWarningMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.76921 3.85714C5.62932 3.85714 5.49515 3.91271 5.39623 4.01163C5.29731 4.11055 5.24174 4.24472 5.24174 4.38461V16.8461C5.24174 16.9383 5.22689 17.0298 5.19775 17.1172L4.30691 19.7897L8.33055 18.7838C8.39854 18.7668 8.46836 18.7582 8.53844 18.7582H19.6154C19.7553 18.7582 19.8894 18.7027 19.9883 18.6037C20.0873 18.5048 20.1428 18.3707 20.1428 18.2308V4.38461C20.1428 4.24472 20.0873 4.11055 19.9883 4.01163C19.8894 3.91271 19.7553 3.85714 19.6154 3.85714H5.76921ZM4.18405 2.79945C4.60446 2.37904 5.17466 2.14285 5.76921 2.14285H19.6154C20.2099 2.14285 20.7801 2.37904 21.2005 2.79945C21.6209 3.21986 21.8571 3.79006 21.8571 4.38461V18.2308C21.8571 18.8253 21.6209 19.3955 21.2005 19.8159C20.7801 20.2363 20.2099 20.4725 19.6154 20.4725H8.64396L3.20787 21.8315C2.90437 21.9074 2.58364 21.8119 2.37108 21.5824C2.15852 21.3528 2.0879 21.0257 2.18683 20.7289L3.52745 16.707V4.38461C3.52745 3.79006 3.76364 3.21986 4.18405 2.79945ZM12.6923 5.6044C13.1657 5.6044 13.5495 5.98816 13.5495 6.46155V11.3077C13.5495 11.7811 13.1657 12.1648 12.6923 12.1648C12.2189 12.1648 11.8352 11.7811 11.8352 11.3077V6.46155C11.8352 5.98816 12.2189 5.6044 12.6923 5.6044ZM11.8416 13.9184C12.0672 13.6927 12.3733 13.5659 12.6924 13.5659C13.0115 13.5659 13.3176 13.6927 13.5433 13.9184C13.7689 14.144 13.8957 14.4501 13.8957 14.7692C13.8957 15.0884 13.7689 15.3944 13.5433 15.6201C13.3176 15.8457 13.0116 15.9725 12.6924 15.9725C12.3733 15.9725 12.0672 15.8457 11.8416 15.6201C11.6159 15.3944 11.4891 15.0884 11.4891 14.7692C11.4891 14.4501 11.6159 14.144 11.8416 13.9184Z", fill: "currentColor" }))); }); exports.ChatWarningMIcon.displayName = 'ChatWarningMIcon';