mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 12:29:50 -04:00
27 lines
1022 B
JavaScript
27 lines
1022 B
JavaScript
"use strict";
|
|
|
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
|
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
|
|
var React = _interopRequireWildcard(require("react"));
|
|
|
|
var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));
|
|
|
|
var _default = (0, _createSvgIcon.default)( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
|
|
d: "M17 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2zm-3.26 0l1.26.84V7z"
|
|
}), /*#__PURE__*/React.createElement("path", {
|
|
d: "M10 3v1.51l2 1.33V5h9v14h-4v2h6V3z"
|
|
}), /*#__PURE__*/React.createElement("path", {
|
|
d: "M8.17 5.7L15 10.25V21H1V10.48L8.17 5.7zM10 19h3v-7.84L8.17 8.09 3 11.38V19h3v-6h4v6z"
|
|
}), /*#__PURE__*/React.createElement("path", {
|
|
d: "M10 19h3v-7.84L8.17 8.09 3 11.38V19h3v-6h4z",
|
|
opacity: ".3"
|
|
})), 'HomeWorkTwoTone');
|
|
|
|
exports.default = _default; |