@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 587 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const MaleIconConfig = {
name: 'MaleIcon',
icon: {"xOffset":0,"yOffset":0,"width":192,"height":512,"svgPathData":"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"},
rhUiIcon: null,
};
export const MaleIcon = createIconBase(MaleIconConfig);
export default MaleIcon;