@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 1.13 kB
JavaScript
import { createIconBase } from '../createIcon.js';
export const EthernetIconConfig = {
name: 'EthernetIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M496 192h-48v-48c0-8.8-7.2-16-16-16h-48V80c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16v48H80c-8.8 0-16 7.2-16 16v48H16c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16h80V320h32v128h64V320h32v128h64V320h32v128h64V320h32v128h80c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16z"},
rhUiIcon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M28.5 2h-25C2.673 2 2 2.673 2 3.5v25c0 .827.673 1.5 1.5 1.5h25c.827 0 1.5-.673 1.5-1.5v-25c0-.827-.673-1.5-1.5-1.5ZM28 28H4V4h24v24ZM8.5 25h15c.827 0 1.5-.673 1.5-1.5v-8c0-.827-.673-1.5-1.5-1.5H21v-1.5c0-.827-.673-1.5-1.5-1.5h-7c-.827 0-1.5.673-1.5 1.5V14H8.5c-.827 0-1.5.673-1.5 1.5v8c0 .827.673 1.5 1.5 1.5Zm.5-9h2.5c.827 0 1.5-.673 1.5-1.5V13h6v1.5c0 .827.673 1.5 1.5 1.5H23v7h-2v-3a1 1 0 0 0-2 0v3h-2v-3a1 1 0 0 0-2 0v3h-2v-3a1 1 0 0 0-2 0v3H9v-7Zm4-8a1 1 0 0 1 1-1h4a1 1 0 0 1 0 2h-4a1 1 0 0 1-1-1Z"},
};
export const EthernetIcon = createIconBase(EthernetIconConfig);
export default EthernetIcon;