google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 471 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 AccountTree = createIcon("AccountTree", [
[
"path",
{ d: "M22 11V3H15V6H9V3H2V11H9V8H11V18H15V21H22V13H15V16H13V8H15V11H22Z", key: "e6z4ck" }
]
]);
export { AccountTree as default };
//# sourceMappingURL=account_tree.js.map