@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
14 lines (11 loc) • 454 B
JavaScript
import { createIcon } from '../createIcon';
export const AngleUpIconConfig = {
name: 'AngleUpIcon',
height: 512,
width: 320,
svgPath: 'M177 159.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 255.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 329.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1z',
yOffset: 0,
xOffset: 0,
};
export const AngleUpIcon = createIcon(AngleUpIconConfig);
export default AngleUpIcon;