UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 524 B
import { createIconBase } from '../createIcon.js'; export 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 const EqualsIcon = createIconBase(EqualsIconConfig); export default EqualsIcon;