UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 624 B
import { createIcon } from '../createIcon'; export const PaintRollerIconConfig = { name: 'PaintRollerIcon', height: 512, width: 512, svgPath: 'M416 128V32c0-17.67-14.33-32-32-32H32C14.33 0 0 14.33 0 32v96c0 17.67 14.33 32 32 32h352c17.67 0 32-14.33 32-32zm32-64v128c0 17.67-14.33 32-32 32H256c-35.35 0-64 28.65-64 64v32c-17.67 0-32 14.33-32 32v128c0 17.67 14.33 32 32 32h64c17.67 0 32-14.33 32-32V352c0-17.67-14.33-32-32-32v-32h160c53.02 0 96-42.98 96-96v-64c0-35.35-28.65-64-64-64z', yOffset: 0, xOffset: 0, }; export const PaintRollerIcon = createIcon(PaintRollerIconConfig); export default PaintRollerIcon;