UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.01 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChatWarningMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.77 3.857a.527.527 0 0 0-.528.528v12.461a.9.9 0 0 1-.044.271l-.891 2.673 4.024-1.006a1 1 0 0 1 .207-.026h11.077a.527.527 0 0 0 .528-.527V4.385a.527.527 0 0 0-.528-.528zM4.183 2.8c.42-.42.99-.656 1.585-.656h13.846a2.24 2.24 0 0 1 2.242 2.242V18.23a2.24 2.24 0 0 1-2.242 2.241H8.644l-5.436 1.36a.857.857 0 0 1-1.021-1.103l1.34-4.022V4.385c0-.595.237-1.165.657-1.586m8.508 2.805c.474 0 .857.384.857.858v4.846a.857.857 0 0 1-1.714 0V6.462c0-.474.384-.858.857-.858m-.85 8.314a1.203 1.203 0 1 1 1.701 1.701 1.203 1.203 0 0 1-1.701-1.7", clipRule: "evenodd" }))); }); ChatWarningMIcon.displayName = 'ChatWarningMIcon';