UNPKG

@patternfly/react-icons

Version:
12 lines 580 B
"use strict" exports.__esModule = true; exports.WalletIconConfig = { name: 'WalletIcon', height: 512, width: 512, svgPath: 'M461.2 128H80c-8.84 0-16-7.16-16-16s7.16-16 16-16h384c8.84 0 16-7.16 16-16 0-26.51-21.49-48-48-48H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h397.2c28.02 0 50.8-21.53 50.8-48V176c0-26.47-22.78-48-50.8-48zM416 336c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z', yOffset: 0, xOffset: 0, }; exports.WalletIcon = require('../createIcon').createIcon(exports.WalletIconConfig); exports["default"] = exports.WalletIcon;