@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
125 lines (119 loc) • 3.96 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/>.
**/
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.A4uSelectIntersect = A4uSelectIntersect;
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 A4uSelectIntersect(_ref) {
var props = _extends({}, _ref);
return /*#__PURE__*/_react["default"].createElement("svg", _extends({
viewBox: "0 0 36 36"
}, props, props), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "6",
width: "2",
x: "2",
y: "10"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M4,22V20H2v3.111A.889.889,0,0,0,2.889,24H8V22Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M14,32V28H12v5.111a.889.889,0,0,0,.889.889H16V32Z"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "6",
x: "20",
y: "32"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "6",
width: "2",
x: "32",
y: "20"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M32,30v2H30v2h3a1,1,0,0,0,1-1V30Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M23.111,2H20V4h2V8h2V2.889A.889.889,0,0,0,23.111,2Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M33.111,12H28v2h4v2h2V12.889A.889.889,0,0,0,33.111,12Z"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2",
width: "6",
x: "10",
y: "2"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M6,2H3A1,1,0,0,0,2,3V6H4V4H6Z"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2.263",
width: "2.25",
x: "12",
y: "12"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2.263",
width: "2.25",
x: "16.84",
y: "12"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2.263",
width: "2.25",
x: "21.739",
y: "12.01"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2.263",
width: "2.25",
x: "12",
y: "16.824"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2.263",
width: "2.25",
x: "16.84",
y: "16.824"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2.263",
width: "2.25",
x: "16.84",
y: "21.507"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2.263",
width: "2.25",
x: "21.739",
y: "16.834"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2.263",
width: "2.25",
x: "12.01",
y: "21.737"
}), /*#__PURE__*/_react["default"].createElement("rect", {
fillRule: "evenodd",
height: "2.263",
width: "2.25",
x: "21.749",
y: "21.507"
}));
}