UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 1.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DeviceErrorMIcon = 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.644 2.875c.4-.4.944-.625 1.51-.625h9.692a2.134 2.134 0 0 1 2.135 2.135v11.004l1.444.993a.75.75 0 1 1-.85 1.236l-1.76-1.21-.017-.012L5.353 7.841l-.017-.012-1.761-1.211a.75.75 0 0 1 .85-1.236l.594.409V4.385c0-.567.225-1.11.625-1.51m.875 3.947 10.962 7.536V4.385a.635.635 0 0 0-.635-.635H7.154a.635.635 0 0 0-.635.635zm-.75 4.428a.75.75 0 0 1 .75.75v7.615a.634.634 0 0 0 .635.635h9.692c.168 0 .33-.067.449-.186a.75.75 0 1 1 1.06 1.06c-.4.401-.943.626-1.509.626H7.154a2.135 2.135 0 0 1-2.135-2.135V12a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M13 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }))); }); DeviceErrorMIcon.displayName = 'DeviceErrorMIcon';