UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.22 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAccountTreeW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AccountTreeW100", short_name: "AccountTree", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M16.35 20.35q-.275 0-.487-.212-.213-.213-.213-.488v-2.3h-3.3q-.275 0-.487-.212-.213-.213-.213-.488v-9.3h-3.3v2.3q0 .275-.213.487-.212.213-.487.213h-4.3q-.275 0-.487-.213-.213-.212-.213-.487v-5.3q0-.275.213-.488.212-.212.487-.212h4.3q.275 0 .487.212.213.213.213.488v2.3h7.3v-2.3q0-.275.213-.488.212-.212.487-.212h4.3q.275 0 .488.212.212.213.212.488v5.3q0 .275-.212.487-.213.213-.488.213h-4.3q-.275 0-.487-.213-.213-.212-.213-.487v-2.3h-3.3v9.3h3.3v-2.3q0-.275.213-.488.212-.212.487-.212h4.3q.275 0 .488.212.212.213.212.488v5.3q0 .275-.212.488-.213.212-.488.212Zm-13-16v5.3Zm13 10v5.3Zm0-10v5.3Zm0 5.3h4.3v-5.3h-4.3Zm0 10h4.3v-5.3h-4.3Zm-13-10h4.3v-5.3h-4.3Z" })); }); IconMaterialAccountTreeW100.displayName = 'AmauiIconMaterialAccountTreeW100'; export default IconMaterialAccountTreeW100;