@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.35 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiAiModelFillIconConfig: {
name: 'RhUiAiModelFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M25.25 8h3.5C29.439 8 30 7.439 30 6.75v-3.5C30 2.561 29.439 2 28.75 2h-3.5C24.561 2 24 2.561 24 3.25v.875H8V3.25C8 2.561 7.439 2 6.75 2h-3.5C2.561 2 2 2.561 2 3.25v3.5C2 7.439 2.561 8 3.25 8h3.5l.01-.002 6.242 6.242-.002.01v.875H8v-.875C8 13.561 7.439 13 6.75 13h-3.5C2.561 13 2 13.561 2 14.25v3.5c0 .689.561 1.25 1.25 1.25h3.5C7.439 19 8 18.439 8 17.75v-.875h5v.875l.002.01-6.242 6.242L6.75 24h-3.5C2.561 24 2 24.561 2 25.25v3.5c0 .689.561 1.25 1.25 1.25h3.5C7.439 30 8 29.439 8 28.75v-.875h16v.875c0 .689.561 1.25 1.25 1.25h3.5c.689 0 1.25-.561 1.25-1.25v-3.5c0-.689-.561-1.25-1.25-1.25h-3.5l-.01.002-6.242-6.242.002-.01v-.875h5v.875c0 .689.561 1.25 1.25 1.25h3.5c.689 0 1.25-.561 1.25-1.25v-3.5c0-.689-.561-1.25-1.25-1.25h-3.5c-.689 0-1.25.561-1.25 1.25v.875h-5v-.875l-.002-.01 6.242-6.242.01.002ZM24 5.875v.875l.002.011-6.242 6.242-.011-.002h-3.5l-.011.002-6.242-6.242.002-.011v-.875h16ZM8 26.125v-.875l-.002-.011 6.242-6.242.011.002h3.5l.011-.002 6.242 6.242-.002.011v.875H8Z"},
rhUiIcon: null,
};
export declare const RhUiAiModelFillIcon: ComponentClass<SVGIconProps>;
export default RhUiAiModelFillIcon;