UNPKG

sullivan

Version:

Tools to quickly build interfaces in JS

8 lines (5 loc) 161 B
import propertyReducer from '../helpers/property-reducer'; export default (colors = {}) => { const svg = propertyReducer(colors, 'fill'); return {svg}; };