@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 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 IconMaterialHomeW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HomeW100Filled', short_name: 'Home', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M212-200v-344q0-14.25 6.38-27 6.37-12.75 17.62-21l208-158q15.68-12 35.84-12Q500-762 516-750l208 158q11.25 8.25 17.63 21 6.37 12.75 6.37 27v344q0 11-8.5 19.5T720-172H580q-12.75 0-21.37-8.63Q550-189.25 550-202v-188q0-12.75-8.62-21.38Q532.75-420 520-420h-80q-12.75 0-21.37 8.62Q410-402.75 410-390v188q0 12.75-8.62 21.37Q392.75-172 380-172H240q-11 0-19.5-8.5T212-200Z" }) })));
});
IconMaterialHomeW100Filled.displayName = 'OnesyIconMaterialHomeW100Filled';
exports.default = IconMaterialHomeW100Filled;