@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.68 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const OutlinedHddIconConfig: {
name: 'OutlinedHddIcon',
icon: {"xOffset":0,"yOffset":0,"width":576,"height":512,"svgPathData":"M567.403 235.642L462.323 84.589A48 48 0 0 0 422.919 64H153.081a48 48 0 0 0-39.404 20.589L8.597 235.642A48.001 48.001 0 0 0 0 263.054V400c0 26.51 21.49 48 48 48h480c26.51 0 48-21.49 48-48V263.054c0-9.801-3-19.366-8.597-27.412zM153.081 112h269.838l77.913 112H75.168l77.913-112zM528 400H48V272h480v128zm-32-64c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32zm-96 0c0 17.673-14.327 32-32 32s-32-14.327-32-32 14.327-32 32-32 32 14.327 32 32z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M27.5 1h-23C3.673 1 3 1.673 3 2.5v27c0 .827.673 1.5 1.5 1.5h23c.827 0 1.5-.673 1.5-1.5v-27c0-.827-.673-1.5-1.5-1.5ZM27 29H5V3h22v26ZM9.946 22.64l-2.653 2.653A1 1 0 0 0 8 27h2c.334 0 .646-.167.832-.444l1.55-2.321A8.938 8.938 0 0 0 16 25c4.963 0 9-4.037 9-9s-4.037-9-9-9-9 4.037-9 9a8.968 8.968 0 0 0 2.946 6.64ZM16 9c3.859 0 7 3.141 7 7s-3.141 7-7 7a6.951 6.951 0 0 1-2.484-.464l1.323-1.981c.307-.46.183-1.08-.276-1.388a1.127 1.127 0 0 0-.572-.168 1 1 0 0 0-.697.293l-1.933 1.933a6.976 6.976 0 0 1-2.36-5.226c0-3.859 3.141-7 7-7Zm-1.625 7.015a1.626 1.626 0 1 1 3.251.001 1.626 1.626 0 0 1-3.251-.001Zm-8-10.012a1.626 1.626 0 1 1 3.251.001 1.626 1.626 0 0 1-3.251-.001Zm16 .01a1.626 1.626 0 1 1 3.251.001 1.626 1.626 0 0 1-3.251-.001Zm3.25 19.99a1.626 1.626 0 1 1-3.251-.001 1.626 1.626 0 0 1 3.251.001Z"},
};
export declare const OutlinedHddIcon: ComponentClass<SVGIconProps>;
export default OutlinedHddIcon;