@adobe/react-spectrum-workflow
Version:
Spectrum icons in React
68 lines (62 loc) • 3.65 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.A4uAddToSelection = A4uAddToSelection;
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 A4uAddToSelection(_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: "M24.16,5.443l1.028-1.777a15.947,15.947,0,0,0-5.4-1.606V4.126A13.883,13.883,0,0,1,24.16,5.443Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M29.53,10.066l1.8-1.035a16.133,16.133,0,0,0-3.852-3.97L26.44,6.849A14.066,14.066,0,0,1,29.53,10.066Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M31.933,16.663H34a15.91,15.91,0,0,0-1.379-5.291L30.83,12.4A13.9,13.9,0,0,1,31.933,16.663Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M31.933,19.337a13.9,13.9,0,0,1-1.1,4.258l1.791,1.032A15.91,15.91,0,0,0,34,19.337Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M26.44,29.151l1.033,1.788a16.131,16.131,0,0,0,3.852-3.97l-1.8-1.035A14.066,14.066,0,0,1,26.44,29.151Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M19.785,31.874V33.94a15.947,15.947,0,0,0,5.4-1.606L24.16,30.557A13.883,13.883,0,0,1,19.785,31.874Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M12.538,30.894,11.51,32.671A15.993,15.993,0,0,0,17.107,34V31.955A13.937,13.937,0,0,1,12.538,30.894Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M6.739,26.293l-1.8,1.035a16.132,16.132,0,0,0,4.214,4.062l1.026-1.775A14.071,14.071,0,0,1,6.739,26.293Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M4.067,19.337H2a15.9,15.9,0,0,0,1.574,5.694L5.365,24A13.889,13.889,0,0,1,4.067,19.337Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M5.365,12,3.574,10.969A15.9,15.9,0,0,0,2,16.663H4.067A13.889,13.889,0,0,1,5.365,12Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M10.184,6.384,9.158,4.609A16.132,16.132,0,0,0,4.944,8.671l1.8,1.035A14.073,14.073,0,0,1,10.184,6.384Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M17.107,4.045V2a15.99,15.99,0,0,0-5.6,1.329l1.027,1.777A13.937,13.937,0,0,1,17.107,4.045Z"
}), /*#__PURE__*/_react["default"].createElement("path", {
fillRule: "evenodd",
d: "M28,19a1,1,0,0,1-1,1H20v7a1,1,0,0,1-1,1H17a1,1,0,0,1-1-1V20H9a1,1,0,0,1-1-1V17a1,1,0,0,1,1-1h7V9a1,1,0,0,1,1-1h2a1,1,0,0,1,1,1v7h7a1,1,0,0,1,1,1Z"
}));
}