@braineet/ui
Version:
Braineet design system
26 lines • 1.34 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import * as React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { 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;