@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 792 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiSaveFillIconConfig: {
name: 'RhUiSaveFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M15 5V3a1 1 0 1 1 2 0v2a1 1 0 1 1-2 0ZM8.125 23.875h15.75v-5.75H8.125v5.75ZM30 8v20.75c0 .689-.561 1.25-1.25 1.25H3.25C2.561 30 2 29.439 2 28.75V3.25C2 2.561 2.561 2 3.25 2h6.5c.689 0 1.25.561 1.25 1.25V9h8V3.25c0-.689.561-1.25 1.25-1.25H24c.265 0 .52.105.707.293l5 5A.997.997 0 0 1 30 8Zm-3.875 9.5c0-.896-.729-1.625-1.625-1.625h-17c-.896 0-1.625.729-1.625 1.625v7c0 .896.729 1.625 1.625 1.625h17c.896 0 1.625-.729 1.625-1.625v-7Z"},
rhUiIcon: null,
};
export declare const RhUiSaveFillIcon: ComponentClass<SVGIconProps>;
export default RhUiSaveFillIcon;