@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 520 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const BorderAllIconConfig: {
name: 'BorderAllIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z"},
rhUiIcon: null,
};
export declare const BorderAllIcon: ComponentClass<SVGIconProps>;
export default BorderAllIcon;