@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.54 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardTransportationIconConfig: {
name: 'RhStandardTransportationIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M8.45 27.375c-1.144 0-2.075.93-2.075 2.075s.931 2.075 2.075 2.075 2.075-.93 2.075-2.075-.93-2.075-2.075-2.075Zm0 2.9a.826.826 0 0 1 0-1.65.826.826 0 0 1 0 1.65Zm5-2.9c-1.144 0-2.075.93-2.075 2.075s.931 2.075 2.075 2.075 2.075-.93 2.075-2.075-.93-2.075-2.075-2.075Zm0 2.9a.826.826 0 0 1 0-1.65.826.826 0 0 1 0 1.65Zm13.9-2.9c-1.144 0-2.075.93-2.075 2.075s.931 2.075 2.075 2.075 2.075-.93 2.075-2.075-.93-2.075-2.075-2.075Zm0 2.9a.826.826 0 0 1 0-1.65.826.826 0 0 1 0 1.65Zm-4.9-2.9c-1.144 0-2.075.93-2.075 2.075s.931 2.075 2.075 2.075 2.075-.93 2.075-2.075-.93-2.075-2.075-2.075Zm0 2.9a.826.826 0 0 1 0-1.65.826.826 0 0 1 0 1.65ZM31.625 25c0 .345-.28.625-.625.625H5a.625.625 0 0 1 0-1.25h26c.345 0 .625.28.625.625ZM7 22.625h22c.345 0 .625-.28.625-.625V5A.625.625 0 0 0 29 4.375H7A.625.625 0 0 0 6.375 5v17c0 .345.28.625.625.625Zm.625-17h20.75v15.75H7.625V5.625Zm5 2.375v11a.625.625 0 0 1-1.25 0V8a.625.625 0 0 1 1.25 0Zm3.859 0v11a.625.625 0 0 1-1.25 0V8a.625.625 0 0 1 1.25 0Zm4.12 0v11a.625.625 0 0 1-1.25 0V8a.625.625 0 0 1 1.25 0Zm4.084 0v11a.625.625 0 0 1-1.25 0V8a.625.625 0 0 1 1.25 0Z"},
rhUiIcon: null,
};
export declare const RhStandardTransportationIcon: ComponentClass<SVGIconProps>;
export default RhStandardTransportationIcon;