google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 535 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 11V3H15V6H9V3H2V11H9V8H11V18H15V21H22V13H15V16H13V8H15V11H22ZM7 9H4V5H7V9ZM17 15H20V19H17V15ZM17 5H20V9H17V5Z",
key: "ur32cj"
}
]
]);
export { AccountTree as default };
//# sourceMappingURL=account_tree.js.map