UNPKG

@braineet/ui

Version:

Braineet design system

25 lines 1.24 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import * as React from 'react'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; function Bill(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.2 17H3.8C3.32 17 3 16.6857 3 16.2143V6.78571C3 6.31429 3.32 6 3.8 6H20.2C20.68 6 21 6.31429 21 6.78571V16.2143C21 16.6857 20.68 17 20.2 17ZM5 15H19V8H5V15Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.8999 13.4286C13.0045 13.4286 13.8999 12.5331 13.8999 11.4286C13.8999 10.324 13.0045 9.42856 11.8999 9.42856C10.7953 9.42856 9.8999 10.324 9.8999 11.4286C9.8999 12.5331 10.7953 13.4286 11.8999 13.4286Z", fill: "currentColor" })] })); } export default Bill;