@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 874 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Payment = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M10.25 9A6.25 6.25 0 0 0 4 15.25v3.25h40v-3.25C44 11.8 41.2 9 37.75 9h-27.5ZM4 32.75V21h40v11.75C44 36.2 41.2 39 37.75 39h-27.5A6.25 6.25 0 0 1 4 32.75Zm27.25-3.25a1.25 1.25 0 1 0 0 2.5h5.5a1.25 1.25 0 1 0 0-2.5h-5.5Z"
}));
});
Payment.displayName = 'Payment';
export var PaymentDimensions = {
height: 48,
width: 48
};