@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.54 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 IconMaterialHolidayVillageW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HolidayVillageW100', short_name: 'HolidayVillage', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M204-272v-241q0-12 5-23.5t13-19.5l128-128q9-9 20-13t22-4q11 0 22 4t20 13l128 128q8 8 13 19.5t5 23.5v241q0 25-17.5 42.5T520-212H264q-25 0-42.5-17.5T204-272Zm60 32h100v-56q0-11 8-19.5t20-8.5q11 0 19.5 8.5T420-296v56h100q14 0 23-9t9-23v-242q0-6-2-11.5t-7-10.5L415-664q-9-9-23-9t-23 9L241-536q-5 5-7 10.5t-2 11.5v242q0 14 9 23t23 9Zm376 15v-325q0-6-2-11.5t-7-10.5L501-702q-7-7-3.5-15.5T511-726q3 0 5.5 1t4.5 3l129 129q8 8 13 19.5t5 23.5v325q0 6-4 10t-10 4q-6 0-10-4t-4-10Zm88 0v-362q0-6-2-11.5t-7-10.5l-92-92q-7-7-3.5-16t13.5-9q3 0 5.5 1t4.5 3l92 92q8 8 12.5 19.5T756-587v362q0 6-4 10t-10 4q-6 0-10-4t-4-10Zm-464-15h288-320 32Zm128-212q-11 0-19.5-8.5T364-480q0-11 8.5-19.5T392-508q11 0 19.5 8.5T420-480q0 11-8.5 19.5T392-452Z" }) })));
});
IconMaterialHolidayVillageW100.displayName = 'OnesyIconMaterialHolidayVillageW100';
exports.default = IconMaterialHolidayVillageW100;
;