UNPKG

@adobe/react-spectrum-workflow

Version:

Spectrum icons in React

32 lines (26 loc) 1.68 kB
/** * @adobe/react-spectrum-workflow (c) by Adobe * * @adobe/react-spectrum-workflow is licensed under a * Creative Commons Attribution-NoDerivatives 4.0 International License. * * You should have received a copy of the license along with this * work. If not, see <http://creativecommons.org/licenses/by-nd/4.0/>. **/ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.A4uPlatformDataMapping = A4uPlatformDataMapping; var _react = _interopRequireDefault(require("react")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } function A4uPlatformDataMapping(_ref) { var props = _extends({}, _ref); return /*#__PURE__*/_react["default"].createElement("svg", _extends({ viewBox: "0 0 36 36" }, props, props), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M30.32753,20.0047a4.98752,4.98752,0,0,0-6.07314,3.32863H10V18.93514a.5.5,0,0,0-.82918-.37626L2.43005,24.457a.5.5,0,0,0,0,.75258L9.17073,31.1077A.5.5,0,0,0,10,30.7314V26.33333H24.25439a4.993,4.993,0,1,0,6.07314-6.32863ZM5.67183,13.66178a4.98757,4.98757,0,0,0,6.07378-3.32845H26v4.39814a.5.5,0,0,0,.82922.37628L33.57,9.20962a.5.5,0,0,0,0-.75258L26.82922,2.55892A.5.5,0,0,0,26,2.9352V7.33333H11.74561a4.993,4.993,0,1,0-6.07378,6.32845Z" })); }