package.dist.esm.icons.reply-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import { createIcon } from '../createIcon';
export const ReplyIconConfig = {
name: 'ReplyIcon',
height: 512,
width: 512,
svgPath: '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',
yOffset: 0,
xOffset: 0,
};
export const ReplyIcon = createIcon(ReplyIconConfig);
export default ReplyIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy