@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.26 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 IconMaterialBungalowFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BungalowFilled', short_name: 'Bungalow', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 14q.425 0 .713-.288Q13 13.425 13 13t-.287-.713Q12.425 12 12 12t-.712.287Q11 12.575 11 13t.288.712Q11.575 14 12 14Zm-4 7q-.425 0-.713-.288Q7 20.425 7 20v-5.2l-.575.925q-.225.35-.625.438-.4.087-.75-.138T4.6 15.4q-.1-.4.125-.75l6.425-10.3q.15-.25.375-.35.225-.1.475-.1.25 0 .475.1.225.1.375.35l6.425 10.3q.225.35.125.75t-.45.625q-.35.225-.75.125t-.625-.45L17 14.8V20q0 .425-.288.712Q16.425 21 16 21h-3v-4q0-.425-.287-.712Q12.425 16 12 16t-.712.288Q11 16.575 11 17v4Z" }) })));
});
IconMaterialBungalowFilled.displayName = 'AmauiIconMaterialBungalowFilled';
exports.default = IconMaterialBungalowFilled;