UNPKG

@react-icons/all-files

Version:

SVG React icons of popular icon packs using ES6 imports

9 lines 245 B
import React from 'react'; export var DefaultContext = { color: undefined, size: undefined, className: undefined, style: undefined, attr: undefined }; export var IconContext = React.createContext && React.createContext(DefaultContext);