UNPKG

@patternfly/react-icons

Version:
12 lines 611 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const InfoIconConfig: { name: 'InfoIcon', height: 512, width: 192, svgPath: 'M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z', yOffset: 0, xOffset: 0, }; export declare const InfoIcon: React.ComponentClass<SVGIconProps>; export default InfoIcon;