@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.08 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BillMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.28 3.28a3.52 3.52 0 0 1 2.49-1.03h13.153a2.827 2.827 0 0 1 2.827 2.827v4.846a.75.75 0 0 1-.75.75h-3.404V21a.75.75 0 0 1-1.136.643l-3.075-1.845-3.076 1.845a.75.75 0 0 1-.772 0l-3.075-1.845-3.076 1.845A.75.75 0 0 1 2.25 21V5.77c0-.934.37-1.83 1.03-2.49m14.316 5.893h2.654V5.077a1.327 1.327 0 1 0-2.654 0zM16.427 3.75c-.215.405-.33.86-.33 1.327v14.598L13.77 18.28a.75.75 0 0 0-.771 0l-3.076 1.845-3.076-1.845a.75.75 0 0 0-.771 0L3.75 19.675V5.77A2.02 2.02 0 0 1 5.77 3.75zm-2.202 4.224a.75.75 0 0 1 .07 1.058L9.45 14.571a.75.75 0 0 1-1.014.106L5.665 12.6a.75.75 0 0 1 .9-1.2l2.213 1.66 4.388-5.015a.75.75 0 0 1 1.059-.071", clipRule: "evenodd" }))); });
BillMIcon.displayName = 'BillMIcon';