UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 2.07 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DeviceErrorSIcon = 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: "M2.94034 0.78494C3.2831 0.442373 3.7479 0.25 4.23246 0.25H11.7753C12.2599 0.25 12.7247 0.442374 13.0674 0.784939C13.4102 1.12752 13.6029 1.59225 13.6029 2.07693V9.48833L14.9391 10.1561C15.3096 10.3412 15.4599 10.7917 15.2747 11.1622C15.0896 11.5327 14.6391 11.683 14.2686 11.4979L1.0686 4.90169C0.69807 4.71654 0.547797 4.26607 0.732953 3.89554C0.918109 3.52501 1.36858 3.37474 1.73911 3.5599L2.4049 3.8926V2.07693C2.4049 1.59225 2.59756 1.12752 2.94034 0.78494ZM3.9049 4.64217L12.1029 8.73877V2.07693C12.1029 1.99036 12.0685 1.90725 12.0071 1.84591C11.9457 1.78455 11.8623 1.75 11.7753 1.75H4.23246C4.14544 1.75 4.06208 1.78455 4.00069 1.84591C3.93931 1.90725 3.9049 1.99036 3.9049 2.07693V4.64217ZM3.1549 7.25003C3.56912 7.25003 3.9049 7.58582 3.9049 8.00003V13.9231C3.9049 14.0097 3.93931 14.0928 4.00069 14.1541C4.06208 14.2155 4.14544 14.25 4.23246 14.25H11.7753C11.8623 14.25 11.9457 14.2155 12.0071 14.1541C12.0685 14.0928 12.1029 14.0097 12.1029 13.9231V12.7116C12.1029 12.2974 12.4387 11.9616 12.8529 11.9616C13.2671 11.9616 13.6029 12.2974 13.6029 12.7116V13.9231C13.6029 14.4078 13.4102 14.8725 13.0674 15.2151C12.7247 15.5577 12.2599 15.75 11.7753 15.75H4.23246C3.7479 15.75 3.2831 15.5577 2.94034 15.2151C2.59756 14.8725 2.4049 14.4078 2.4049 13.9231V8.00003C2.4049 7.58582 2.74069 7.25003 3.1549 7.25003Z", fill: "currentColor" }), React.createElement("path", { d: "M9.00002 4.00003C9.00002 4.55232 8.55231 5.00003 8.00002 5.00003C7.44774 5.00003 7.00002 4.55232 7.00002 4.00003C7.00002 3.44775 7.44774 3.00003 8.00002 3.00003C8.55231 3.00003 9.00002 3.44775 9.00002 4.00003Z", fill: "currentColor" }))); }); DeviceErrorSIcon.displayName = 'DeviceErrorSIcon';