UNPKG

@adobe/react-spectrum-workflow

Version:

Spectrum icons in React

89 lines (83 loc) 2.82 kB
/** * @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.A4uSelection = A4uSelection; 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 A4uSelection(_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: "5", width: "2", x: "4", y: "20" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "5", width: "2", x: "4", y: "12" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M6,30V28H4v3.111A.889.889,0,0,0,4.89,32H9V30Z" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "5", x: "12", y: "30" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "5", x: "20", y: "30" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "5", width: "2", x: "30", y: "11" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "5", width: "2", x: "30", y: "19" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M30,27v3H28v2h3a1,1,0,0,0,1-1V27Z" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M31.112,4H27V6h3V8h2V4.889A.889.889,0,0,0,31.112,4Z" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "5.001", x: "19", y: "4" }), /*#__PURE__*/_react["default"].createElement("rect", { fillRule: "evenodd", height: "2", width: "5.001", x: "11", y: "4" }), /*#__PURE__*/_react["default"].createElement("path", { fillRule: "evenodd", d: "M8,4H5A1,1,0,0,0,4,5V9H6V6H8Z" })); }