@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.45 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialAccountTreeW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AccountTreeW100', short_name: 'AccountTree', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialAccountTreeW100;