@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.39 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LoadingFailedMIcon = 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: "M13.25 3.5H7c-.325 0-.64.132-.877.375a1.34 1.34 0 0 0-.373.93v14.39c0 .352.137.687.373.93s.552.375.877.375h10c.325 0 .64-.132.877-.375.236-.243.373-.578.373-.93V8.367H15c-.458 0-.9-.176-1.23-.497a1.7 1.7 0 0 1-.52-1.226zm1.5 1.027 2.405 2.341H15a.26.26 0 0 1-.184-.072.2.2 0 0 1-.066-.151zM7 2h7a.75.75 0 0 1 .523.213l5 4.868a.75.75 0 0 1 .227.537v11.576c0 .738-.285 1.45-.798 1.977A2.72 2.72 0 0 1 17 22H7c-.736 0-1.438-.3-1.952-.829a2.84 2.84 0 0 1-.798-1.977V4.806c0-.738.285-1.45.798-1.977A2.72 2.72 0 0 1 7 2m2.25 12.056a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5H10a.75.75 0 0 1-.75-.75m4 0a.75.75 0 0 1 .75-.75h.01a.75.75 0 1 1 0 1.5H14a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 17.787a2.53 2.53 0 0 0-1.446.454.75.75 0 0 1-.858-1.232 4.03 4.03 0 0 1 4.608 0 .75.75 0 0 1-.858 1.232A2.53 2.53 0 0 0 12 17.787", clipRule: "evenodd" }))); });
LoadingFailedMIcon.displayName = 'LoadingFailedMIcon';