UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 596 B
import { createIcon } from '../createIcon'; export const EraserIconConfig = { name: 'EraserIcon', height: 512, width: 512, svgPath: 'M497.941 273.941c18.745-18.745 18.745-49.137 0-67.882l-160-160c-18.745-18.745-49.136-18.746-67.883 0l-256 256c-18.745 18.745-18.745 49.137 0 67.882l96 96A48.004 48.004 0 0 0 144 480h356c6.627 0 12-5.373 12-12v-40c0-6.627-5.373-12-12-12H355.883l142.058-142.059zm-302.627-62.627l137.373 137.373L265.373 416H150.628l-80-80 124.686-124.686z', yOffset: 0, xOffset: 0, }; export const EraserIcon = createIcon(EraserIconConfig); export default EraserIcon;