UNPKG

@patternfly/react-icons

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