UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 644 B
import { createIconBase } from '../createIcon.js'; export const FemaleIconConfig = { name: 'FemaleIcon', icon: {"xOffset":0,"yOffset":0,"width":256,"height":512,"svgPathData":"M128 0c35.346 0 64 28.654 64 64s-28.654 64-64 64c-35.346 0-64-28.654-64-64S92.654 0 128 0m119.283 354.179l-48-192A24 24 0 0 0 176 144h-11.36c-22.711 10.443-49.59 10.894-73.28 0H80a24 24 0 0 0-23.283 18.179l-48 192C4.935 369.305 16.383 384 32 384h56v104c0 13.255 10.745 24 24 24h32c13.255 0 24-10.745 24-24V384h56c15.591 0 27.071-14.671 23.283-29.821z"}, rhUiIcon: null, }; export const FemaleIcon = createIconBase(FemaleIconConfig); export default FemaleIcon;