UNPKG

@react-native-vector-icons/common

Version:

Customizable Icons for React Native with support for image source and full styling.

12 lines (11 loc) 271 B
"use strict"; export function createIconSourceCache() { const cache = new Map(); const setValue = (key, value) => cache.set(key, value); const get = key => cache.get(key); return { setValue, get }; } //# sourceMappingURL=create-icon-source-cache.js.map