UNPKG

@patternfly/react-icons

Version:
12 lines 580 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const ArrowRightIconConfig: { name: 'ArrowRightIcon', height: 512, width: 448, svgPath: 'M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z', yOffset: 0, xOffset: 0, }; export declare const ArrowRightIcon: React.ComponentClass<SVGIconProps>; export default ArrowRightIcon;