@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 1.41 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LoadingFailedSIcon = 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: "M4.071 1.5a.8.8 0 0 0-.574.246.88.88 0 0 0-.247.615V13.64c0 .234.091.455.247.615s.363.246.574.246h7.858a.8.8 0 0 0 .574-.246.88.88 0 0 0 .247-.615V5.528h-2.393c-.413 0-.806-.169-1.092-.462a1.57 1.57 0 0 1-.444-1.094V1.5zm6.25 1.093 1.4 1.435h-1.364q-.005.002-.018-.01a.07.07 0 0 1-.018-.046zM2.423.698A2.3 2.3 0 0 1 4.071 0h5.5a.75.75 0 0 1 .537.226l3.929 4.028a.75.75 0 0 1 .213.524v8.86c0 .621-.24 1.22-.673 1.664a2.3 2.3 0 0 1-1.648.698H4.07a2.3 2.3 0 0 1-1.648-.698 2.38 2.38 0 0 1-.673-1.663V2.36c0-.62.24-1.219.673-1.663M5.68 9.611a.75.75 0 0 1 .75-.75h.007a.75.75 0 0 1 0 1.5H6.43a.75.75 0 0 1-.75-.75m3.142 0a.75.75 0 0 1 .75-.75h.008a.75.75 0 0 1 0 1.5h-.008a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 12.108c-.294 0-.58.09-.821.258a.75.75 0 1 1-.858-1.232 2.94 2.94 0 0 1 3.358 0 .75.75 0 0 1-.858 1.232A1.44 1.44 0 0 0 8 12.108", clipRule: "evenodd" }))); });
LoadingFailedSIcon.displayName = 'LoadingFailedSIcon';