react-ionicons
Version:
A React SVG ionicon component
13 lines (9 loc) • 431 B
JavaScript
;
exports.__esModule = true;
var babelPluginFlowReactPropTypes_proptype_Interpolation = require('../types').babelPluginFlowReactPropTypes_proptype_Interpolation || require('prop-types').any;
exports.default = function (strings, interpolations) {
return interpolations.reduce(function (array, interp, i) {
return array.concat(interp, strings[i + 1]);
}, [strings[0]]);
};
module.exports = exports['default'];