UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 531 B
import { createIconBase } from '../createIcon.js'; export const BackwardIconConfig = { name: 'BackwardIcon', icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M11.5 280.6l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2zm256 0l192 160c20.6 17.2 52.5 2.8 52.5-24.6V96c0-27.4-31.9-41.8-52.5-24.6l-192 160c-15.3 12.8-15.3 36.4 0 49.2z"}, rhUiIcon: null, }; export const BackwardIcon = createIconBase(BackwardIconConfig); export default BackwardIcon;