@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 938 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Wallet = /*#__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: "M6 10v25.75C6 39.2 8.8 42 12.25 42h24.5C40.2 42 43 39.2 43 35.75v-17.5a6.25 6.25 0 0 0-5-6.13v-1.87C38 7.9 36.1 6 33.75 6h-23.5a4.25 4.25 0 0 0-4.24 4H6Zm29.5.25V12H10.25a1.75 1.75 0 1 1 0-3.5h23.5c.97 0 1.75.78 1.75 1.75ZM32.25 26h4.5a1.25 1.25 0 1 1 0 2.5h-4.5a1.25 1.25 0 1 1 0-2.5Z"
}));
});
Wallet.displayName = 'Wallet';
export var WalletDimensions = {
height: 48,
width: 48
};