@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.03 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 IconMaterialAutoAwesomeMosaic = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutoAwesomeMosaic', short_name: 'AutoAwesomeMosaic', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11 21H5q-.825 0-1.413-.587Q3 19.825 3 19V5q0-.825.587-1.413Q4.175 3 5 3h6Zm-2-2V5H5v14Zm4-8V3h6q.825 0 1.413.587Q21 4.175 21 5v6Zm2-2h4V5h-4Zm-2 12v-8h8v6q0 .825-.587 1.413Q19.825 21 19 21Zm2-2h4v-4h-4Zm-6-7Zm6-3Zm0 6Z" }) })));
});
IconMaterialAutoAwesomeMosaic.displayName = 'AmauiIconMaterialAutoAwesomeMosaic';
exports.default = IconMaterialAutoAwesomeMosaic;