@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 851 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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2 7.75A2.75 2.75 0 0 1 4.75 5h18.5A2.75 2.75 0 0 1 26 7.75V10H2V7.75zM2 11.5h24v7.75A2.75 2.75 0 0 1 23.25 22H4.75A2.75 2.75 0 0 1 2 19.25V11.5zm16.5 4.9a.9.9 0 0 0 0 1.8h3a.9.9 0 0 0 0-1.8h-3z"
}));
});
Payment.displayName = 'Payment';
export var PaymentDimensions = {
height: 28,
width: 28
};