@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 610 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const ReplyIconConfig = {
name: 'ReplyIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z"},
rhUiIcon: null,
};
export const ReplyIcon = createIconBase(ReplyIconConfig);
export default ReplyIcon;