@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.43 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardOilDerrickIconConfig: {
name: 'RhStandardOilDerrickIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M31 30.375h-3.375V28a.625.625 0 0 0-.625-.625h-.594l-4.448-9.989v-.001l-.784-1.76H22c.345 0 .625-.28.625-.625v-3a.625.625 0 0 0-.625-.625h-3.218c.229-.443.686-.75 1.218-.75h3A2.628 2.628 0 0 0 25.625 8V5a.625.625 0 1 0-1.25 0c0 .758-.617 1.375-1.375 1.375h-3A2.628 2.628 0 0 0 17.375 9v2.375H14a.625.625 0 0 0-.625.625v3c0 .345.28.625.625.625h.826l-.784 1.76v.001l-4.448 9.989H9a.625.625 0 0 0-.625.625v2.375H5a.625.625 0 0 0 0 1.25h26a.625.625 0 0 0 0-1.25ZM22.375 28v2.375h-3.75v-7.866l4.866 4.866H23a.625.625 0 0 0-.625.625ZM13 27.375h-.49l4.865-4.866v7.866h-3.75V28a.625.625 0 0 0-.625-.625Zm1.822-8.669L17.116 21l-5.976 5.976 3.682-8.27Zm10.038 8.27L18.884 21l2.294-2.294 3.682 8.27Zm-4.227-9.494-2.008 2.009v-3.866h1.181l.827 1.857ZM20 7.625h3a2.6 2.6 0 0 0 1.375-.4V8c0 .758-.617 1.375-1.375 1.375h-3a2.6 2.6 0 0 0-1.375.4V9c0-.758.617-1.375 1.375-1.375Zm-5.375 5h6.75v1.75h-6.75v-1.75Zm2.75 3v3.866l-2.008-2.009.827-1.857h1.181Zm-7.75 14.75v-1.75h2.75v1.75h-2.75Zm14 0v-1.75h2.75v1.75h-2.75Z"},
rhUiIcon: null,
};
export declare const RhStandardOilDerrickIcon: ComponentClass<SVGIconProps>;
export default RhStandardOilDerrickIcon;