@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WalletCreditCard = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M19.67 4.1a.5.5 0 0 0-.7.09L14.35 10H11.8l5.59-7.05a2.5 2.5 0 0 1 3.52-.4l5.14 4.12A2.5 2.5 0 0 1 26.6 10h-2.62l.91-1.05a.5.5 0 0 0-.07-.72l-2.5-2L19.34 10H16.8l3.95-5.03-1.08-.86ZM6 7a3 3 0 0 0-3 3v14.5A4.5 4.5 0 0 0 7.5 29h17a4.5 4.5 0 0 0 4.5-4.5v-9a4.5 4.5 0 0 0-4.5-4.5H6a1 1 0 1 1 0-2h4.58l1.6-2H6Zm15 12h3a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2Z"
}));
});
WalletCreditCard.displayName = 'WalletCreditCard';
export var WalletCreditCardDimensions = {
height: 32,
width: 32
};