spaceout/front_end/node_modules/@material-ui/icons/esm/AccountBalanceTwoTone.js
2020-12-12 10:25:30 -05:00

8 lines
470 B
JavaScript

import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M6.29 6l5.21-2.74L16.71 6z",
opacity: ".3"
}), /*#__PURE__*/React.createElement("path", {
d: "M6.5 10h-2v7h2v-7zm6 0h-2v7h2v-7zm8.5 9H2v2h19v-2zm-2.5-9h-2v7h2v-7zm-7-9L2 6v2h19V6l-9.5-5zM6.29 6l5.21-2.74L16.71 6H6.29z"
})), 'AccountBalanceTwoTone');