UNPKG

@patternfly/react-icons

Version:
12 lines 662 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const RevIconConfig: { name: 'RevIcon', height: 512, width: 448, svgPath: 'M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z', yOffset: 0, xOffset: 0, }; export declare const RevIcon: React.ComponentClass<SVGIconProps>; export default RevIcon;