@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.53 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("@onesy/ui-react");
const IconMaterialHomeStorageW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HomeStorageW100', short_name: 'HomeStorage', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M295-204q-21.66 0-38.46-14.18Q239.73-232.36 236-254l-48.61-290.7q-2.39-14.3 6.37-24.8T217-580h526q14.48 0 23.24 10.5 8.76 10.5 6.37 24.8L724-254q-3.73 21.64-20.54 35.82Q686.66-204 665-204H295Zm-79-348 47 293q2 12 10.5 19.5T294-232h372q12 0 20.5-7.5T697-259l47-293H216Zm184 134h160q5.95 0 9.97-4.04 4.03-4.03 4.03-10 0-5.96-4.03-9.96-4.02-4-9.97-4H400q-5.95 0-9.98 4.04-4.02 4.03-4.02 10 0 5.96 4.02 9.96 4.03 4 9.98 4ZM240-640q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h480q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H240Zm80-88q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h320q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H320Zm-57 496h434-434Z" }) })));
});
IconMaterialHomeStorageW100.displayName = 'OnesyIconMaterialHomeStorageW100';
exports.default = IconMaterialHomeStorageW100;
;