@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
35 lines (29 loc) • 2.23 kB
JavaScript
/**
* @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/>.
**/
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.A4uCloudDisconnected = A4uCloudDisconnected;
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 A4uCloudDisconnected(_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: "M27.68813,14.02591Q27.34743,14.00016,27,14a9.0013,9.0013,0,0,0-7.48445,14H3.7182A3.92073,3.92073,0,0,1,0,23.8544c0-1.7304,1.7924-4.2616,4.0918-4.2616a4.81527,4.81527,0,0,1-.1334-1.5772,6.25371,6.25371,0,0,1,6.3984-6.0742,7.74306,7.74306,0,0,1,2.0978.291c.9364-3.166,3.6225-6.1699,7.6079-6.1699a7.29627,7.29627,0,0,1,7.6405,7.5703C27.703,13.76478,27.69774,13.89582,27.68813,14.02591Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M26.96875,15.8125a7.25,7.25,0,1,0,7.25,7.25A7.25521,7.25521,0,0,0,26.96875,15.8125Zm3.87036,9.91522a.92026.92026,0,0,1-.65,1.57074.92482.92482,0,0,1-.65076-.27069L27.11218,24.601,24.6861,27.02777a.9188.9188,0,0,1-1.57007-.65.914.914,0,0,1,.26928-.65l2.42682-2.42682-2.39361-2.41845a.81794.81794,0,0,1-.30634-.58838,1.00692,1.00692,0,0,1,.95685-.98236.925.925,0,0,1,.65033.2705l2.39282,2.41858,2.39289-2.41858a.925.925,0,0,1,.65033-.2705,1.0069,1.0069,0,0,1,.95678.98236.81775.81775,0,0,1-.30633.58838L28.41229,23.3009Z"
}));
}