@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 569 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const EqualsIconConfig: {
name: 'EqualsIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M416 304H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32zm0-192H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z"},
rhUiIcon: null,
};
export declare const EqualsIcon: ComponentClass<SVGIconProps>;
export default EqualsIcon;