UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 840 B
import { createIconBase } from '../createIcon.js'; export const ForwardIconConfig = { name: 'ForwardIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M500.5 231.4l-192-160C287.9 54.3 256 68.6 256 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2zm-256 0l-192-160C31.9 54.3 0 68.6 0 96v320c0 27.4 31.9 41.8 52.5 24.6l192-160c15.3-12.8 15.3-36.4 0-49.2z"}, rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.793 11c0 .4-.156.777-.439 1.061l-7.646 7.646a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414L26.587 12H13.001c-4.962 0-9 4.038-9 9v8a1 1 0 0 1-2 0v-8c0-6.065 4.935-11 11-11h13.586l-6.293-6.293a.999.999 0 1 1 1.414-1.414l7.646 7.646c.283.283.439.66.439 1.061Z"}, }; export const ForwardIcon = createIconBase(ForwardIconConfig); export default ForwardIcon;