@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
47 lines (41 loc) • 2.04 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.A4uDataDownload = A4uDataDownload;
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 A4uDataDownload(_ref) {
var props = _extends({}, _ref);
return /*#__PURE__*/_react["default"].createElement("svg", _extends({
viewBox: "0 0 36 36"
}, props, props), /*#__PURE__*/_react["default"].createElement("ellipse", {
fillRule: "evenodd",
cx: "18",
cy: "7",
rx: "16",
ry: "5"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M10.777,25.179a2.422,2.422,0,0,1-.628-1.6C6.461,22.956,3.018,21.884,2,20.27V29c0,2.761,7.164,5,16,5,.277,0,.547-.009.821-.013Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M33,13v5.727A2.36,2.36,0,0,0,34,17V10.27c-.973,1.23-2.926,2.11-5.229,2.73Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M12.63,21H17V14.26c-5.094-.142-13.327-1.335-15-3.99V17c0,1.992,3.736,3.707,9.13,4.51A2.437,2.437,0,0,1,12.63,21Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M35.146,24.854A.5.5,0,0,0,34.793,24H30V16H20v8H15.207a.5.5,0,0,0-.353.854L25,36Z"
}));
}