@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 507 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const HockeyPuckIconConfig: {
name: 'HockeyPuckIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M0 160c0-53 114.6-96 256-96s256 43 256 96-114.6 96-256 96S0 213 0 160zm0 82.2V352c0 53 114.6 96 256 96s256-43 256-96V242.2c-113.4 82.3-398.5 82.4-512 0z"},
rhUiIcon: null,
};
export declare const HockeyPuckIcon: ComponentClass<SVGIconProps>;
export default HockeyPuckIcon;