UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAccountTreeW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AccountTreeW100", short_name: "AccountTree", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M626-176v-90H526q-25 0-42.5-17.5T466-326v-340H334v90q0 13-8.5 21.5T304-546H136q-13 0-21.5-8.5T106-576v-208q0-13 8.5-21.5T136-814h168q13 0 21.5 8.5T334-784v90h292v-90q0-13 8.5-21.5T656-814h168q13 0 21.5 8.5T854-784v208q0 13-8.5 21.5T824-546H656q-13 0-21.5-8.5T626-576v-90H494v340q0 14 9 23t23 9h100v-90q0-13 8.5-21.5T656-414h168q13 0 21.5 8.5T854-384v208q0 13-8.5 21.5T824-146H656q-13 0-21.5-8.5T626-176ZM134-786v212-212Zm520 400v212-212Zm0-400v212-212Zm0 212h172v-212H654v212Zm0 400h172v-212H654v212ZM134-574h172v-212H134v212Z" })); }); IconMaterialAccountTreeW100.displayName = 'OnesyIconMaterialAccountTreeW100'; export default IconMaterialAccountTreeW100;