UNPKG

@adobe/react-spectrum-workflow

Version:

Spectrum icons in React

65 lines (59 loc) 2.62 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.A4uLinkOff = A4uLinkOff; 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 A4uLinkOff(_ref) { var props = _extends({}, _ref); return /*#__PURE__*/_react["default"].createElement("svg", _extends({ viewBox: "0 0 36 36" }, props, props), /*#__PURE__*/_react["default"].createElement("polygon", { fillRule: "evenodd", points: "11.136 9.523 9.64 10.963 4.312 5.723 5.808 4.284 11.136 9.523" }), /*#__PURE__*/_react["default"].createElement("polygon", { fillRule: "evenodd", points: "31.801 30.277 30.305 31.716 25.006 26.382 26.501 24.943 31.801 30.277" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", x: "11.057", y: "1.79995", width: "2.314", height: "4.629" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", x: "1.8", y: "11.05695", width: "4.629", height: "2.314" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", x: "29.571", y: "22.62895", width: "4.629", height: "2.314" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", x: "22.629", y: "29.57095", width: "2.314", height: "4.629" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M18.053,23.708c-2.244,2.258-5.69,5.728-5.84,5.878a4.10122,4.10122,0,0,1-5.8-5.8l5.858-5.858L10.1,15.754,4.239,21.612A7.17607,7.17607,0,0,0,14.388,31.76l5.842-5.874Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M17.917,12.25795C20.161,10,23.607,6.53,23.757,6.38a4.10122,4.10122,0,1,1,5.8,5.8l-5.858,5.858,2.171,2.174,5.861-5.858a7.17607,7.17607,0,1,0-10.149-10.148L15.74,10.08Z" })); }