@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.91 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardTrafficLightIconConfig: {
name: 'RhStandardTrafficLightIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M27.625 16a.625.625 0 0 0-.625-.625h-3.375v-1.813c2.253-.309 4-2.226 4-4.562A.625.625 0 0 0 27 8.375h-3.375V5A.625.625 0 0 0 23 4.375H13a.625.625 0 0 0-.625.625v3.375H9A.625.625 0 0 0 8.375 9c0 2.336 1.747 4.253 4 4.562v1.813H9a.625.625 0 0 0-.625.625c0 2.336 1.747 4.253 4 4.562v1.813H9a.625.625 0 0 0-.625.625c0 2.336 1.747 4.253 4 4.562V31c0 .345.28.625.625.625h10c.345 0 .625-.28.625-.625v-3.438c2.253-.309 4-2.226 4-4.562a.625.625 0 0 0-.625-.625h-3.375v-1.813c2.253-.309 4-2.226 4-4.562Zm-1.308.625a3.383 3.383 0 0 1-2.692 2.69v-2.69h2.692Zm0-7a3.383 3.383 0 0 1-2.692 2.69v-2.69h2.692Zm-16.634 0h2.692v2.69a3.383 3.383 0 0 1-2.692-2.69Zm0 7h2.692v2.69a3.383 3.383 0 0 1-2.692-2.69Zm0 7h2.692v2.69a3.383 3.383 0 0 1-2.692-2.69Zm12.692 6.75h-8.75V5.625h8.75v24.75Zm3.942-6.75a3.383 3.383 0 0 1-2.692 2.69v-2.69h2.692ZM18 22.375c-1.447 0-2.625 1.178-2.625 2.625s1.178 2.625 2.625 2.625 2.625-1.178 2.625-2.625-1.178-2.625-2.625-2.625Zm0 4c-.758 0-1.375-.617-1.375-1.375s.617-1.375 1.375-1.375 1.375.617 1.375 1.375-.617 1.375-1.375 1.375Zm0-11c-1.447 0-2.625 1.178-2.625 2.625s1.178 2.625 2.625 2.625 2.625-1.178 2.625-2.625-1.178-2.625-2.625-2.625Zm0 4c-.758 0-1.375-.617-1.375-1.375s.617-1.375 1.375-1.375 1.375.617 1.375 1.375-.617 1.375-1.375 1.375Zm0-11c-1.447 0-2.625 1.178-2.625 2.625s1.178 2.625 2.625 2.625 2.625-1.178 2.625-2.625S19.447 8.375 18 8.375Zm0 4c-.758 0-1.375-.617-1.375-1.375S17.242 9.625 18 9.625s1.375.617 1.375 1.375-.617 1.375-1.375 1.375Z"},
rhUiIcon: null,
};
export declare const RhStandardTrafficLightIcon: ComponentClass<SVGIconProps>;
export default RhStandardTrafficLightIcon;