@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.29 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 IconMaterialFemaleW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FemaleW100Filled', short_name: 'Female', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M466-226h-66q-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-4h66v-132q-76-7-128-62.5T286-580q0-80.98 56.5-137.49Q399-774 480-774t137.5 56.51Q674-660.98 674-580q0 76-52 131.5T494-386v132h66q5.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 4h-66v66q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-66Zm14.16-188q68.84 0 117.34-48.66t48.5-117.5q0-68.84-48.66-117.34T479.84-746Q411-746 362.5-697.34T314-579.84q0 68.84 48.66 117.34t117.5 48.5Z" }) })));
});
IconMaterialFemaleW100Filled.displayName = 'OnesyIconMaterialFemaleW100Filled';
exports.default = IconMaterialFemaleW100Filled;
;