@scaleflex/icons
Version:
SVG icons as React components
31 lines • 2.46 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
var _excluded = ["color", "size"];
import React from 'react';
import { intrinsicComponent } from './utils/functions';
export var Billing = intrinsicComponent(function (_ref, ref) {
var _ref$color = _ref.color,
color = _ref$color === void 0 ? 'currentColor' : _ref$color,
_ref$size = _ref.size,
size = _ref$size === void 0 ? 14 : _ref$size,
rest = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
"data-icon-name": "Billing",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M21.875 15.4985V12.3735H3.125C1.40313 12.3735 0 13.7767 0 15.4985V21.7485H22.5344C22.1 19.8392 21.875 17.7829 21.875 15.4985Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M49.8719 27.9985C47.7406 31.2829 44.4906 34.0767 39.8344 36.7517C39.1187 37.161 38.3125 37.3735 37.5 37.3735C36.6875 37.3735 35.8812 37.161 35.175 36.7579C30.5187 34.0767 27.2688 31.2798 25.1344 27.9985H0V43.6235C0 45.3485 1.40313 46.7485 3.125 46.7485H46.875C48.6 46.7485 50 45.3485 50 43.6235V27.9985H49.8719ZM14.0625 37.3735H7.8125C6.95 37.3735 6.25 36.6735 6.25 35.811C6.25 34.9485 6.95 34.2485 7.8125 34.2485H14.0625C14.925 34.2485 15.625 34.9485 15.625 35.811C15.625 36.6735 14.925 37.3735 14.0625 37.3735Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M49.0531 7.81406L38.1156 3.12656C37.7188 2.95781 37.2781 2.95781 36.8812 3.12656L25.9438 7.81406C25.3719 8.05781 25 8.62344 25 9.24844V15.4984C25 24.0953 28.1781 29.1203 36.7219 34.0422C36.9625 34.1797 37.2313 34.2484 37.5 34.2484C37.7687 34.2484 38.0375 34.1797 38.2781 34.0422C46.8219 29.1328 50 24.1078 50 15.4984V9.24844C50 8.62344 49.6281 8.05781 49.0531 7.81406ZM43.4094 14.9141L37.1594 22.7266C36.8594 23.0953 36.4094 23.3109 35.9375 23.3109C35.9156 23.3109 35.8906 23.3109 35.8719 23.3109C35.375 23.2891 34.9156 23.0328 34.6375 22.6172L31.5125 17.9297C31.0344 17.2109 31.2281 16.2422 31.9469 15.7641C32.6594 15.2891 33.6313 15.4766 34.1125 16.1984L36.0531 19.1078L40.9656 12.9641C41.5063 12.2922 42.4906 12.1859 43.1625 12.7203C43.8375 13.2547 43.9437 14.2391 43.4094 14.9141Z",
fill: color
}));
});
export default Billing;