@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.48 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var OverdueSIcon = 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("g", { clipPath: "url(#OverdueSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.48 1a.75.75 0 0 1 .75-.75h5.385a.75.75 0 0 1 .53.22L12.3 2.624c.14.14.22.33.22.53v2.48h1.403a1.827 1.827 0 0 1 1.827 1.827v3.231a1.827 1.827 0 0 1-1.827 1.827.75.75 0 0 1 0-1.5.327.327 0 0 0 .327-.327v-3.23a.327.327 0 0 0-.327-.327H2.077a.327.327 0 0 0-.327.327v3.23a.327.327 0 0 0 .327.327.75.75 0 0 1 0 1.5A1.827 1.827 0 0 1 .25 10.692v-3.23a1.827 1.827 0 0 1 1.827-1.827H3.48zm1.5 4.635h6.04v-2.17L9.304 1.75H4.98zm-2.038 3.98a.75.75 0 0 1 .75-.75h8.616a.75.75 0 0 1 .211 1.47v1.973a.865.865 0 0 0 .866.865.75.75 0 0 1 0 1.5 2.365 2.365 0 0 1-2.366-2.365v-1.943h-.923V15a.75.75 0 0 1-1.5 0v-4.635H7.404V15a.75.75 0 0 1-1.5 0v-4.635H4.98v1.943a2.365 2.365 0 0 1-2.366 2.365.75.75 0 0 1 0-1.5.865.865 0 0 0 .866-.865v-1.973a.75.75 0 0 1-.539-.72", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "OverdueSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
OverdueSIcon.displayName = 'OverdueSIcon';