package.dist.js.icons.paint-roller-icon.d.ts Maven / Gradle / Ivy
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare 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 declare const PaintRollerIcon: React.ComponentClass;
export default PaintRollerIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy