UNPKG

google-material-icons

Version:

A google material icon library package for React applications

20 lines (16 loc) 692 B
/** * @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 10.5H4V17.5H7V10.5Z", key: "w7jxq2" }], ["path", { d: "M13.5 10.5H10.5V17.5H13.5V10.5Z", key: "12fphp" }], ["path", { d: "M22 19.5H2V22.5H22V19.5Z", key: "m6ctwa" }], ["path", { d: "M20 10.5H17V17.5H20V10.5Z", key: "b4ote0" }], ["path", { d: "M12 1.5L2 6.5V8.5H22V6.5L12 1.5Z", key: "1ts3c1" }] ]); export { AccountBalance as default }; //# sourceMappingURL=account_balance.js.map