UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 1.05 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DebtSIcon = 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: "M1.25 2.222c0-.84.698-1.472 1.5-1.472H9.5a.75.75 0 0 1 .52.21l4.5 4.333a.75.75 0 0 1 .23.54v1.445a.75.75 0 0 1-1.5 0v-.695h-3c-.802 0-1.5-.632-1.5-1.472V2.25h-6v11.5H5.5a.75.75 0 0 1 0 1.5H2.75c-.802 0-1.5-.633-1.5-1.472zm9 1.041 1.89 1.82h-1.89z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", d: "M13.25 11.5a2.75 2.75 0 1 0-5.5 0 2.75 2.75 0 0 0 5.5 0m1.5 0a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0" }), React.createElement("path", { fill: "currentColor", d: "M9.75 10.5a.75.75 0 0 1 1.5 0v1.19l.28.28.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052-.5-.5a.75.75 0 0 1-.22-.53z" }))); }); DebtSIcon.displayName = 'DebtSIcon';