@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 842 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ChatWarningSIcon = 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: "M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a1 1 0 0 1-1.5.866l-2.927-1.693H2a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v7.174a.5.5 0 0 0 .5.5l9.71.002a1 1 0 0 1 .5.133l2.29 1.322V4a.5.5 0 0 0-.5-.5z", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", d: "M7 9.676a1 1 0 1 0 2 0 1 1 0 0 0-2 0M8.003 4.5a1 1 0 0 1 1 1l-.25 1.75a.75.75 0 1 1-1.5 0l-.25-1.75a1 1 0 0 1 1-1" }))); });
ChatWarningSIcon.displayName = 'ChatWarningSIcon';