UNPKG

@patternfly/react-icons

Version:
12 lines 559 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const UserAltIconConfig: { name: 'UserAltIcon', height: 512, width: 512, svgPath: 'M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z', yOffset: 0, xOffset: 0, }; export declare const UserAltIcon: React.ComponentClass<SVGIconProps>; export default UserAltIcon;