UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 591 B
import { createIconBase } from '../createIcon.js'; export const RhUiFilterIconConfig = { name: 'RhUiFilterIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28.5 2h-25C2.673 2 2 2.673 2 3.5V7c0 .265.105.52.293.707L12 17.414V30a1 1 0 0 0 1.316.949l6-2A1 1 0 0 0 20 28V17.414l9.707-9.707A1 1 0 0 0 30 7V3.5c0-.827-.673-1.5-1.5-1.5ZM28 6.586l-9.707 9.707A1 1 0 0 0 18 17v10.279l-4 1.333V16.999a.997.997 0 0 0-.293-.707L4 6.586V4h24v2.586Z"}, rhUiIcon: null, }; export const RhUiFilterIcon = createIconBase(RhUiFilterIconConfig); export default RhUiFilterIcon;