UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 490 B
import { createIcon } from '../createIcon'; export const EqualsIconConfig = { name: 'EqualsIcon', height: 512, width: 448, svgPath: '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', yOffset: 0, xOffset: 0, }; export const EqualsIcon = createIcon(EqualsIconConfig); export default EqualsIcon;