UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.44 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ChatWarningSIcon = 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: "M0 4C0 2.89543 0.895431 2 2 2H14C15.1046 2 16 2.89543 16 4L15.9999 14.0007C15.9999 14.7709 15.1658 15.2519 14.4992 14.8663L11.5728 13.1734H2C0.895431 13.1734 0 12.2779 0 11.1734V4ZM2 3.5C1.72386 3.5 1.5 3.72386 1.5 4L1.5 11.1735C1.5 11.4496 1.72379 11.6734 1.9999 11.6735L11.7107 11.6755C11.8861 11.6755 12.0585 11.7217 12.2105 11.8095L14.4998 13.1312L14.5 4C14.5 3.72386 14.2761 3.5 14 3.5H2Z", fill: "currentColor" }), React.createElement("path", { d: "M6.99999 9.67576C6.99999 10.228 7.44771 10.6758 7.99999 10.6758C8.55227 10.6758 8.99999 10.228 8.99999 9.67576C8.99999 9.12347 8.55227 8.67576 7.99999 8.67576C7.44771 8.67576 6.99999 9.12347 6.99999 9.67576Z", fill: "currentColor" }), React.createElement("path", { d: "M8.0028 4.49912C8.55509 4.49912 9.0028 4.94684 9.0028 5.49912L8.7528 7.24997C8.7528 7.66419 8.41702 7.99997 8.0028 7.99997C7.58859 7.99997 7.2528 7.66419 7.2528 7.24997L7.0028 5.49912C7.0028 4.94684 7.45052 4.49912 8.0028 4.49912Z", fill: "currentColor" }))); }); ChatWarningSIcon.displayName = 'ChatWarningSIcon';