@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 558 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const ChalkboardIconConfig: {
name: 'ChalkboardIcon',
icon: {"xOffset":0,"yOffset":0,"width":640,"height":512,"svgPathData":"M96 64h448v352h64V40c0-22.06-17.94-40-40-40H72C49.94 0 32 17.94 32 40v376h64V64zm528 384H480v-64H288v64H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h608c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"},
rhUiIcon: null,
};
export declare const ChalkboardIcon: ComponentClass<SVGIconProps>;
export default ChalkboardIcon;