@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 583 B
JavaScript
exports.__esModule = true;
exports.MaleIconConfig = {
name: 'MaleIcon',
height: 512,
width: 192,
svgPath: 'M96 0c35.346 0 64 28.654 64 64s-28.654 64-64 64-64-28.654-64-64S60.654 0 96 0m48 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H48c-26.51 0-48 21.49-48 48v136c0 13.255 10.745 24 24 24h16v136c0 13.255 10.745 24 24 24h64c13.255 0 24-10.745 24-24V352h16c13.255 0 24-10.745 24-24V192c0-26.51-21.49-48-48-48z',
yOffset: 0,
xOffset: 0,
};
exports.MaleIcon = require('../createIcon').createIcon(exports.MaleIconConfig);
exports["default"] = exports.MaleIcon;