UNPKG

@adobe/react-spectrum-workflow

Version:

Spectrum icons in React

35 lines (29 loc) 1.59 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.A4uDistributeRightEdge = A4uDistributeRightEdge; 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 A4uDistributeRightEdge(_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: "M13.5,0h-1a.5.5,0,0,0-.5.5V6H5A1,1,0,0,0,4,7V29a1,1,0,0,0,1,1h7v5.5a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V.5A.5.5,0,0,0,13.5,0Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M31.5,0h-1a.5.5,0,0,0-.5.5V10H23a1,1,0,0,0-1,1V25a1,1,0,0,0,1,1h7v9.5a.5.5,0,0,0,.5.5h1a.5.5,0,0,0,.5-.5V.5A.5.5,0,0,0,31.5,0Z" })); }