UNPKG

react-life-design

Version:
4 lines 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (Colors) { return function (svg) { return "\n background-image: linear-gradient(to left, " + Colors.line + " 50%, " + Colors.line + " 0%);\n " + svg + ";\n"; }; }); //# sourceMappingURL=disabledForward.js.map