UNPKG

@ohu-mobile/icons

Version:
12 lines (11 loc) 422 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const WalletFilled = { name: 'wallet', theme: 'filled', attrs: { viewBox: '0 0 24 24', }, children: '<path fill="none" d="M0 0h24v24H0z"/><path d="M22 6h-7a6 6 0 1 0 0 12h7v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1zm-7 2h8v8h-8a4 4 0 1 1 0-8m0 3v2h3v-2z"/>', }; exports.default = WalletFilled;