google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 568 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const AccountBalance = createIcon("AccountBalance", [
[
"path",
{
d: "M7 11H5V18H7V11ZM13 11H11V18H13V11ZM21.5 20H2.5V22H21.5V20ZM19 11H17V18H19V11ZM12 4.26L17.21 7H6.79L12 4.26ZM12 2L2.5 7V9H21.5V7L12 2Z",
key: "1tea8l"
}
]
]);
export { AccountBalance as default };
//# sourceMappingURL=account_balance.js.map