@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 550 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiTrendDownIconConfig = {
name: 'RhUiTrendDownIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M31 15v9.5c0 .827-.673 1.5-1.5 1.5H20a1 1 0 1 1 0-2h7.586L15 11.414l-3.939 3.939c-.566.566-1.555.566-2.121 0L1.293 7.707a.999.999 0 1 1 1.414-1.414L10 13.586l3.939-3.939a1.5 1.5 0 0 1 2.121 0l12.939 12.939V15a1 1 0 1 1 2 0Z"},
rhUiIcon: null,
};
export const RhUiTrendDownIcon = createIconBase(RhUiTrendDownIconConfig);
export default RhUiTrendDownIcon;