@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.19 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 IconMaterialPregnantWomanW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PregnantWomanW100Filled', short_name: 'PregnantWoman', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M438-118v-214h-36q-12.75 0-21.37-8.63Q372-349.25 372-362v-228q0-29 19.5-48.5T440-658q29 0 48.5 19.5T508-590q36 8 58 38t22 68v122q0 12.75-8.62 21.37Q570.75-332 558-332h-78v196q0 12.75-8.62 21.37Q462.75-106 450-106q-5.1 0-8.55-3.45Q438-112.9 438-118Zm2-614q-27 0-45.5-18.5T376-796q0-27 18.5-45.5T440-860q27 0 45.5 18.5T504-796q0 27-18.5 45.5T440-732Z" }) })));
});
IconMaterialPregnantWomanW100Filled.displayName = 'OnesyIconMaterialPregnantWomanW100Filled';
exports.default = IconMaterialPregnantWomanW100Filled;
;