@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.32 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BillSIcon = 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(#BillSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.1 1.1A2.9 2.9 0 0 1 3.155.25h10.23a2.365 2.365 0 0 1 2.366 2.365v3.77a.75.75 0 0 1-.75.75h-2.48V15a.75.75 0 0 1-1.137.643L9.077 14.26 6.77 15.643a.75.75 0 0 1-.772 0L3.692 14.26l-2.306 1.384A.75.75 0 0 1 .25 15V3.154c0-.77.306-1.509.85-2.053m11.42 4.535h1.73v-3.02a.865.865 0 1 0-1.73 0zM11.182 1.75a2.4 2.4 0 0 0-.164.865v11.06l-1.556-.934a.75.75 0 0 0-.772 0l-2.306 1.384-2.307-1.383a.75.75 0 0 0-.772 0l-1.556.933V3.154A1.404 1.404 0 0 1 3.154 1.75zM9.84 4.743a.75.75 0 0 1 .07 1.058L6.143 10.11a.75.75 0 0 1-1.015.106L2.973 8.6a.75.75 0 1 1 .9-1.2l1.598 1.198 3.311-3.784a.75.75 0 0 1 1.058-.07", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "BillSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
BillSIcon.displayName = 'BillSIcon';