package.dist.js.icons.ethernet-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
"use strict"
exports.__esModule = true;
exports.EthernetIconConfig = {
name: 'EthernetIcon',
height: 512,
width: 512,
svgPath: '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',
yOffset: 0,
xOffset: 0,
};
exports.EthernetIcon = require('../createIcon').createIcon(exports.EthernetIconConfig);
exports["default"] = exports.EthernetIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy