UNPKG

@mindinventory/react-native-boilerplate

Version:
10 lines (7 loc) 138 B
import SETTING_ICON from './setting.svg'; export enum SVGIcons { SETTING = 1, } export const SVGIconsMapper = { 1: SETTING_ICON, };