@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 622 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const BanIconConfig: {
name: 'BanIcon',
height: 512,
width: 512,
svgPath: 'M256 8C119.034 8 8 119.033 8 256s111.034 248 248 248 248-111.034 248-248S392.967 8 256 8zm130.108 117.892c65.448 65.448 70 165.481 20.677 235.637L150.47 105.216c70.204-49.356 170.226-44.735 235.638 20.676zM125.892 386.108c-65.448-65.448-70-165.481-20.677-235.637L361.53 406.784c-70.203 49.356-170.226 44.736-235.638-20.676z',
yOffset: 0,
xOffset: 0,
};
export declare const BanIcon: React.ComponentClass<SVGIconProps>;
export default BanIcon;