package.dist.js.icons.sd-card-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.SdCardIconConfig = {
name: 'SdCardIcon',
height: 512,
width: 384,
svgPath: 'M320 0H128L0 128v320c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 160h-48V64h48v96zm80 0h-48V64h48v96zm80 0h-48V64h48v96z',
yOffset: 0,
xOffset: 0,
};
exports.SdCardIcon = require('../createIcon').createIcon(exports.SdCardIconConfig);
exports["default"] = exports.SdCardIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy