UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 433 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var AccountTree = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3z" })), name: 'AccountTree' }); export default AccountTree;