UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 2.08 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DeviceErrorMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.64433 2.87523C6.04464 2.47491 6.58759 2.25002 7.15373 2.25002H16.846C17.4122 2.25002 17.9551 2.47491 18.3554 2.87523C18.7557 3.27555 18.9806 3.81849 18.9806 4.38463V15.3891L20.4248 16.382C20.7662 16.6166 20.8526 17.0836 20.618 17.4249C20.3833 17.7662 19.9164 17.8527 19.5751 17.618L17.8148 16.4078C17.8091 16.404 17.8034 16.4002 17.7978 16.3962L5.35321 7.84052C5.34753 7.83673 5.3419 7.83286 5.33632 7.82891L3.57505 6.61804C3.23372 6.38337 3.14725 5.91644 3.38192 5.57511C3.61658 5.23378 4.08352 5.14731 4.42484 5.38197L5.01911 5.79053V4.38463C5.01911 3.81849 5.24401 3.27555 5.64433 2.87523ZM6.51911 6.82178L17.4806 14.3578V4.38463C17.4806 4.21632 17.4138 4.0549 17.2948 3.93589C17.1758 3.81688 17.0143 3.75002 16.846 3.75002H7.15373C6.98542 3.75002 6.824 3.81688 6.70499 3.93589C6.58597 4.0549 6.51911 4.21632 6.51911 4.38463V6.82178ZM5.76911 11.25C6.18333 11.25 6.51911 11.5858 6.51911 12V19.6154C6.51911 19.7837 6.58597 19.9451 6.70499 20.0641C6.824 20.1831 6.98542 20.25 7.15373 20.25H16.846C17.0143 20.25 17.1758 20.1831 17.2948 20.0641C17.5877 19.7712 18.0625 19.7712 18.3554 20.0641C18.6483 20.357 18.6483 20.8319 18.3554 21.1248C17.9551 21.5251 17.4122 21.75 16.846 21.75H7.15373C6.58759 21.75 6.04464 21.5251 5.64433 21.1248C5.24401 20.7245 5.01911 20.1815 5.01911 19.6154V12C5.01911 11.5858 5.3549 11.25 5.76911 11.25Z", fill: "currentColor" }), React.createElement("path", { d: "M12.9999 6.00001C12.9999 6.55229 12.5522 7.00001 11.9999 7.00001C11.4477 7.00001 10.9999 6.55229 10.9999 6.00001C10.9999 5.44772 11.4477 5.00001 11.9999 5.00001C12.5522 5.00001 12.9999 5.44772 12.9999 6.00001Z", fill: "currentColor" }))); }); DeviceErrorMIcon.displayName = 'DeviceErrorMIcon';