UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 553 B
import { createIcon } from '../createIcon'; export const 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, }; export const MaleIcon = createIcon(MaleIconConfig); export default MaleIcon;