UNPKG

@patternfly/react-icons

Version:
12 lines 676 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const UnderlineIconConfig: { name: 'UnderlineIcon', height: 512, width: 448, svgPath: 'M32 64h32v160c0 88.22 71.78 160 160 160s160-71.78 160-160V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H272a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h32v160a80 80 0 0 1-160 0V64h32a16 16 0 0 0 16-16V16a16 16 0 0 0-16-16H32a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16zm400 384H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16z', yOffset: 0, xOffset: 0, }; export declare const UnderlineIcon: React.ComponentClass<SVGIconProps>; export default UnderlineIcon;