@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.18 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 IconMaterialWomanW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WomanW100', short_name: 'Woman', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M408-136v-216h-64q-15.87 0-24.93-13-9.07-13-3.07-28l94-236q8.94-21.69 27.72-34.35Q456.5-676 479.75-676t42.23 12.65Q540.96-650.69 550-629l94 236q6 15-3.07 28-9.06 13-24.93 13h-64v216q0 12.75-8.62 21.37Q534.75-106 522-106h-84q-12.75 0-21.37-8.63Q408-123.25 408-136Zm72-594q-26.4 0-45.2-18.8Q416-767.6 416-794q0-26.4 18.8-45.2Q453.6-858 480-858q26.4 0 45.2 18.8Q544-820.4 544-794q0 26.4-18.8 45.2Q506.4-730 480-730Z" }) })));
});
IconMaterialWomanW100.displayName = 'OnesyIconMaterialWomanW100';
exports.default = IconMaterialWomanW100;
;