UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.71 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DebtSIcon = 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: "M1.25 2.22222C1.25 1.38271 1.9485 0.75 2.75 0.75H9.5C9.69401 0.75 9.88048 0.825184 10.0202 0.95976L14.5202 5.29309C14.667 5.43447 14.75 5.62951 14.75 5.83333V7.27778C14.75 7.69199 14.4142 8.02778 14 8.02778C13.5858 8.02778 13.25 7.69199 13.25 7.27778V6.58333H10.25C9.4485 6.58333 8.75 5.95062 8.75 5.11111V2.25H2.75L2.75 13.75H5.5C5.91421 13.75 6.25 14.0858 6.25 14.5C6.25 14.9142 5.91421 15.25 5.5 15.25H2.75C1.9485 15.25 1.25 14.6173 1.25 13.7778V2.22222ZM10.25 3.26343L12.1399 5.08333H10.25V3.26343Z", fill: "currentColor" }), React.createElement("path", { d: "M13.25 11.5C13.25 9.98122 12.0188 8.75 10.5 8.75C8.98122 8.75 7.75 9.98122 7.75 11.5C7.75 13.0188 8.98122 14.25 10.5 14.25C12.0188 14.25 13.25 13.0188 13.25 11.5ZM14.75 11.5C14.75 13.8472 12.8472 15.75 10.5 15.75C8.15279 15.75 6.25 13.8472 6.25 11.5C6.25 9.15279 8.15279 7.25 10.5 7.25C12.8472 7.25 14.75 9.15279 14.75 11.5Z", fill: "currentColor" }), React.createElement("path", { d: "M9.75 10.5C9.75 10.0858 10.0858 9.75 10.5 9.75C10.9142 9.75 11.25 10.0858 11.25 10.5V11.6895L11.5303 11.9697L11.582 12.0264C11.8223 12.3209 11.8049 12.7557 11.5303 13.0303C11.2557 13.3049 10.8209 13.3223 10.5264 13.082L10.4697 13.0303L9.96973 12.5303C9.82907 12.3896 9.75 12.1989 9.75 12V10.5Z", fill: "currentColor" }))); }); DebtSIcon.displayName = 'DebtSIcon';