@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 2.38 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LoadingFailedSIcon = 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: "M4.07143 1.5C3.85969 1.5 3.65273 1.58606 3.49716 1.74556C3.34097 1.9057 3.25 2.12678 3.25 2.36111V13.6389C3.25 13.8732 3.34097 14.0943 3.49716 14.2544C3.65273 14.4139 3.85969 14.5 4.07143 14.5H11.9286C12.1403 14.5 12.3473 14.4139 12.5028 14.2544C12.659 14.0943 12.75 13.8732 12.75 13.6389V5.52778H10.3571C9.94373 5.52778 9.55114 5.35923 9.26466 5.06551C8.9788 4.77243 8.82143 4.37883 8.82143 3.97222V1.5H4.07143ZM10.3214 2.59308L11.7208 4.02778H10.3571C10.3538 4.02778 10.3467 4.02659 10.3385 4.01816C10.3296 4.0091 10.3214 3.99291 10.3214 3.97222V2.59308ZM2.42336 0.698207C2.85719 0.253422 3.44963 0 4.07143 0H9.57143C9.77358 0 9.96718 0.0816071 10.1083 0.226323L14.0369 4.2541C14.1735 4.39418 14.25 4.5821 14.25 4.77778V13.6389C14.25 14.2591 14.0099 14.8576 13.5766 15.3018C13.1428 15.7466 12.5504 16 11.9286 16H4.07143C3.44963 16 2.85719 15.7466 2.42336 15.3018C1.99015 14.8576 1.75 14.2591 1.75 13.6389V2.36111C1.75 1.74086 1.99015 1.14236 2.42336 0.698207ZM5.67857 9.61111C5.67857 9.1969 6.01436 8.86111 6.42857 8.86111H6.43643C6.85064 8.86111 7.18643 9.1969 7.18643 9.61111C7.18643 10.0253 6.85064 10.3611 6.43643 10.3611H6.42857C6.01436 10.3611 5.67857 10.0253 5.67857 9.61111ZM8.82143 9.61111C8.82143 9.1969 9.15722 8.86111 9.57143 8.86111H9.57929C9.9935 8.86111 10.3293 9.1969 10.3293 9.61111C10.3293 10.0253 9.9935 10.3611 9.57929 10.3611H9.57143C9.15722 10.3611 8.82143 10.0253 8.82143 9.61111Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 12.1077C7.70628 12.1077 7.41961 12.1976 7.17857 12.3655C6.83865 12.6022 6.3712 12.5185 6.13451 12.1786C5.89782 11.8386 5.9815 11.3712 6.32143 11.1345C6.81399 10.7915 7.39979 10.6077 8 10.6077C8.60021 10.6077 9.18601 10.7915 9.67857 11.1345C10.0185 11.3712 10.1022 11.8386 9.86549 12.1786C9.6288 12.5185 9.16135 12.6022 8.82143 12.3655C8.58039 12.1976 8.29372 12.1077 8 12.1077Z", fill: "currentColor" }))); });
LoadingFailedSIcon.displayName = 'LoadingFailedSIcon';